Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/dev/isapnp Pull up revision 1.14 (requested by wiz):



details:   https://anonhg.NetBSD.org/src/rev/6955dcf992cc
branches:  netbsd-1-4
changeset: 469974:6955dcf992cc
user:      he <he%NetBSD.org@localhost>
date:      Sat Jan 08 16:17:50 2000 +0000

description:
Pull up revision 1.14 (requested by wiz):
  Fix a problem preventing GUS P&P sound-card from working.

diffstat:

 sys/dev/isapnp/gus_isapnp.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r b5c1275f3b12 -r 6955dcf992cc sys/dev/isapnp/gus_isapnp.c
--- a/sys/dev/isapnp/gus_isapnp.c       Wed Jan 05 23:57:33 2000 +0000
+++ b/sys/dev/isapnp/gus_isapnp.c       Sat Jan 08 16:17:50 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gus_isapnp.c,v 1.13 1999/03/22 10:00:10 mycroft Exp $  */
+/*     $NetBSD: gus_isapnp.c,v 1.13.2.1 2000/01/08 16:17:50 he Exp $   */
 
 /*
  * Copyright (c) 1997, 1999 The NetBSD Foundation, Inc.
@@ -126,7 +126,7 @@
  * The thing has 5 separate devices on the card
  */
 
-static int gus_0 = 0;          /* XXX what's this */
+static int gus_0 = 1;          /* XXX what's this */
 
 int
 gus_isapnp_match(parent, match, aux)
@@ -149,8 +149,6 @@
  * pseudo-device driver.
  */
 
-static struct iw_softc *gussc;
-
 void
 gus_isapnp_attach(parent, self, aux)
        struct device *parent, *self;
@@ -171,8 +169,6 @@
                return;
        }
 
-       gussc = sc;
-
        sc->sc_iot = ipa->ipa_iot;
 
        /* handle is the region base */



Home | Main Index | Thread Index | Old Index