summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1998-04-13 22:18:03 +0000
committerthorpej <thorpej@NetBSD.org>1998-04-13 22:18:03 +0000
commitddf189f7da335d931fe9f211cb062ab60a6db698 (patch)
treedd4ef2d985f227c41776866237b7d99fb45a6ba4 /sys/dev
parentf7a146be7bca7f482d21dfa27abc08787e8e76c4 (diff)
Remove the stuff that was apparently not intended for commit in the
previous change.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isapnp/sb_isapnp.c16
1 files changed, 5 insertions, 11 deletions
diff --git a/sys/dev/isapnp/sb_isapnp.c b/sys/dev/isapnp/sb_isapnp.c
index 08979a84e75..f84969ff2d2 100644
--- a/sys/dev/isapnp/sb_isapnp.c
+++ b/sys/dev/isapnp/sb_isapnp.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sb_isapnp.c,v 1.21 1998/04/13 13:19:40 augustss Exp $ */
+/* $NetBSD: sb_isapnp.c,v 1.22 1998/04/13 22:18:03 thorpej Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@@ -54,7 +54,6 @@
#include <dev/isapnp/isapnpreg.h>
#include <dev/isapnp/isapnpvar.h>
-#include <dev/isa/mpu401var.h>
#include <dev/isa/sbreg.h>
#include <dev/isa/sbvar.h>
#include <dev/isa/sbdspvar.h>
@@ -149,15 +148,10 @@ sb_isapnp_attach(parent, self, aux)
sc->sc_drq16 = ipa->ipa_drq[1].num;
} else
sc->sc_drq16 = DRQUNK;
-
- /* LOC */
- if (ipa->ipa_nio > 1) {
- sc->sc_mpu_sc.iobase = ipa->ipa_io[1].base;
- sc->sc_mpu_sc.ioh = ipa->ipa_io[1].h;
- } else
- sc->sc_mpu_sc.iobase = 0;
-
- /* isapnp is a child if isa, and we needs isa for the dma routines. */
+ /*
+ * isapnp is a child if isa, and we needs isa for the dma
+ * routines
+ */
sc->sc_isa = parent->dv_parent;
if (!sbmatch(sc)) {