Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isapnp Make it possible for this driver tp work again.



details:   https://anonhg.NetBSD.org/src/rev/8f51b93853f1
branches:  trunk
changeset: 473047:8f51b93853f1
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue May 18 16:41:07 1999 +0000

description:
Make it possible for this driver tp work again.
>From Thomas Klausner - wiz%danbala.tuwien.ac.at@localhost

diffstat:

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

diffs (36 lines):

diff -r 8fd9d4d60f7e -r 8f51b93853f1 sys/dev/isapnp/gus_isapnp.c
--- a/sys/dev/isapnp/gus_isapnp.c       Tue May 18 13:23:17 1999 +0000
+++ b/sys/dev/isapnp/gus_isapnp.c       Tue May 18 16:41:07 1999 +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.14 1999/05/18 16:41:07 augustss 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