summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-12-18 06:11:22 +0000
committerimp <imp@FreeBSD.org>1999-12-18 06:11:22 +0000
commitb4e3577a75271eb764e629687c52f87db6279ff4 (patch)
tree8045cdb60eca0a08a96759a4af1082edc0988201 /sys/i386/isa
parente723c230ec64068d9d23afeafaf122d65d993b3e (diff)
downloadFreeBSD-src-b4e3577a75271eb764e629687c52f87db6279ff4.zip
FreeBSD-src-b4e3577a75271eb764e629687c52f87db6279ff4.tar.gz
Driver for the smc91xx series of ethernet chips. Ported from PAO to
3.3R and then to -current. The pccard support has been left in the driver, but is presently non-functional because we are using the isa_compat layer for the moment. Obtained From: PAO Sponsored by: Timing Solutions
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/isa_compat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/isa/isa_compat.h b/sys/i386/isa/isa_compat.h
index c504b52..224d2562 100644
--- a/sys/i386/isa/isa_compat.h
+++ b/sys/i386/isa/isa_compat.h
@@ -39,6 +39,7 @@
#include "le.h"
#include "lnc.h"
#include "rdp.h"
+#include "sn.h"
#include "sr.h"
#include "wl.h"
#include "oltr.h"
@@ -100,6 +101,7 @@ 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;
@@ -257,6 +259,9 @@ 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