summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-12-22 09:40:35 +0000
committerimp <imp@FreeBSD.org>1999-12-22 09:40:35 +0000
commitd6ca130daf4151172e7f9f9ae7a130d76d4b1a69 (patch)
tree274ee61a16ce9c0fb407a62a93da6babcf92a3ee /sys
parent6b3a2b7335eda9ff3e384c4c741aef6408a129a3 (diff)
downloadFreeBSD-src-d6ca130daf4151172e7f9f9ae7a130d76d4b1a69.zip
FreeBSD-src-d6ca130daf4151172e7f9f9ae7a130d76d4b1a69.tar.gz
sn driver is no longer using isa_compat layer
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/isa_compat.h5
-rw-r--r--sys/pc98/pc98/isa_compat.h5
2 files changed, 0 insertions, 10 deletions
diff --git a/sys/i386/isa/isa_compat.h b/sys/i386/isa/isa_compat.h
index 224d2562..c504b52 100644
--- a/sys/i386/isa/isa_compat.h
+++ b/sys/i386/isa/isa_compat.h
@@ -39,7 +39,6 @@
#include "le.h"
#include "lnc.h"
#include "rdp.h"
-#include "sn.h"
#include "sr.h"
#include "wl.h"
#include "oltr.h"
@@ -101,7 +100,6 @@ extern struct isa_driver iedriver;
extern struct isa_driver ledriver;
extern struct isa_driver lncdriver;
extern struct isa_driver rdpdriver;
-extern struct isa_driver sndriver;
extern struct isa_driver srdriver;
extern struct isa_driver wldriver;
extern struct isa_driver oltrdriver;
@@ -259,9 +257,6 @@ static struct old_isa_driver old_drivers[] = {
#if NEL > 0
{ INTR_TYPE_NET, &eldriver },
#endif
-#if NSN > 0
- { INTR_TYPE_NET, &sndriver },
-#endif
#if NSR > 0
{ INTR_TYPE_NET, &srdriver },
#endif
diff --git a/sys/pc98/pc98/isa_compat.h b/sys/pc98/pc98/isa_compat.h
index 368ecb7..e2a6c5a 100644
--- a/sys/pc98/pc98/isa_compat.h
+++ b/sys/pc98/pc98/isa_compat.h
@@ -40,7 +40,6 @@
#include "le.h"
#include "lnc.h"
#include "rdp.h"
-#include "sn.h"
#include "sr.h"
#include "wl.h"
#include "oltr.h"
@@ -106,7 +105,6 @@ extern struct isa_driver iedriver;
extern struct isa_driver ledriver;
extern struct isa_driver lncdriver;
extern struct isa_driver rdpdriver;
-extern struct isa_driver sndriver;
extern struct isa_driver srdriver;
extern struct isa_driver wldriver;
extern struct isa_driver oltrdriver;
@@ -270,9 +268,6 @@ static struct old_isa_driver old_drivers[] = {
#if NEL > 0
{ INTR_TYPE_NET, &eldriver },
#endif
-#if NSN > 0
- { INTR_TYPE_NET, &sndriver },
-#endif
#if NSR > 0
{ INTR_TYPE_NET, &srdriver },
#endif
OpenPOWER on IntegriCloud