summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-03-18 08:12:48 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-03-18 08:12:48 +0000
commit157d75c19acd952bdde90e084c088e4b47c820ea (patch)
tree23cc7af5991e3dda39a7550a5877981ad58ad0cf /sys/i386/conf
parente6909e91db0f9fb4dde94b244f4092d9db7f8a82 (diff)
downloadFreeBSD-src-157d75c19acd952bdde90e084c088e4b47c820ea.zip
FreeBSD-src-157d75c19acd952bdde90e084c088e4b47c820ea.tar.gz
Add Intel EtherExpress16 (ix0) driver.
Reviewed by: Submitted by: Obtained from:
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC3
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/i386/conf/NOTES3
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index a0d1a7d..efa8f5f 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
-# $Id: GENERIC,v 1.34 1995/03/05 22:23:31 joerg Exp $
+# $Id: GENERIC,v 1.35 1995/03/12 12:10:35 amurai Exp $
#
machine "i386"
@@ -92,6 +92,7 @@ device de0
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
+device ix0 at isa? port 0x280 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index cb93c1f..18b6261 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.156 1995/03/14 09:14:05 davidg Exp $
+# $Id: LINT,v 1.157 1995/03/15 14:27:01 dufault Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -517,6 +517,7 @@ device el0 at isa? port 0x300 net irq 9 vector elintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
device fea0 at isa? net irq ? vector feaintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
+device ix0 at isa? port 0x280 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index cb93c1f..18b6261 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.156 1995/03/14 09:14:05 davidg Exp $
+# $Id: LINT,v 1.157 1995/03/15 14:27:01 dufault Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -517,6 +517,7 @@ device el0 at isa? port 0x300 net irq 9 vector elintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
device fea0 at isa? net irq ? vector feaintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
+device ix0 at isa? port 0x280 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
OpenPOWER on IntegriCloud