summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1995-01-24 20:38:39 +0000
committerpaul <paul@FreeBSD.org>1995-01-24 20:38:39 +0000
commitffce7eccf3401effb527dbf3ebd57e0e7f5e621b (patch)
tree9675461e4acdeb90ad35da958c13ca569974e36b /sys
parentf23e7cf149e8a920f8d399da7d0d3850362996c0 (diff)
downloadFreeBSD-src-ffce7eccf3401effb527dbf3ebd57e0e7f5e621b.zip
FreeBSD-src-ffce7eccf3401effb527dbf3ebd57e0e7f5e621b.tar.gz
is to lnc changes
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC4
-rw-r--r--sys/conf/NOTES8
-rw-r--r--sys/i386/conf/GENERIC4
-rw-r--r--sys/i386/conf/LINT8
-rw-r--r--sys/i386/conf/NOTES8
5 files changed, 13 insertions, 19 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 6f715d1..a2695d8 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
-# $Id: GENERIC,v 1.25 1995/01/14 02:39:19 jkh Exp $
+# $Id: GENERIC,v 1.26 1995/01/14 10:48:56 jkh Exp $
#
machine "i386"
@@ -83,7 +83,7 @@ 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 ep0 at isa? port 0x300 net irq 10 vector epintr
-device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
+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
device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 84dc4b1..25d9cec 100644
--- a/sys/conf/NOTES
+++ b/sys/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.125 1995/01/14 02:39:22 jkh Exp $
+# $Id: LINT,v 1.126 1995/01/23 00:25:01 jkh 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
@@ -460,22 +460,20 @@ options DSI_SOFT_MODEM #code for DSI Softmodems
# el: 3Com 3C501 (slow!)
# ep: 3Com 3C509 (buggy)
# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210
-# is: Isolan AT 4141-0; Isolink 4110; Novell NE2100
# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
-# lnc: unknown LANCE-based
+# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL)
# ze: PCMCIA ethernet controller.
#
device cx0 at isa? port 0x240 net irq 15 drq 7 vector cxintr
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
-device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
+device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
device el0 at isa? port 0x300 net irq 9 vector elintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
-#device lnc0 at isa? XXX FILL ME IN
#
# Audio drivers: `snd', `pca'
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 6f715d1..a2695d8 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.25 1995/01/14 02:39:19 jkh Exp $
+# $Id: GENERIC,v 1.26 1995/01/14 10:48:56 jkh Exp $
#
machine "i386"
@@ -83,7 +83,7 @@ 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 ep0 at isa? port 0x300 net irq 10 vector epintr
-device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
+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
device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 84dc4b1..25d9cec 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.125 1995/01/14 02:39:22 jkh Exp $
+# $Id: LINT,v 1.126 1995/01/23 00:25:01 jkh 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
@@ -460,22 +460,20 @@ options DSI_SOFT_MODEM #code for DSI Softmodems
# el: 3Com 3C501 (slow!)
# ep: 3Com 3C509 (buggy)
# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210
-# is: Isolan AT 4141-0; Isolink 4110; Novell NE2100
# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
-# lnc: unknown LANCE-based
+# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL)
# ze: PCMCIA ethernet controller.
#
device cx0 at isa? port 0x240 net irq 15 drq 7 vector cxintr
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
-device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
+device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
device el0 at isa? port 0x300 net irq 9 vector elintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
-#device lnc0 at isa? XXX FILL ME IN
#
# Audio drivers: `snd', `pca'
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 84dc4b1..25d9cec 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.125 1995/01/14 02:39:22 jkh Exp $
+# $Id: LINT,v 1.126 1995/01/23 00:25:01 jkh 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
@@ -460,22 +460,20 @@ options DSI_SOFT_MODEM #code for DSI Softmodems
# el: 3Com 3C501 (slow!)
# ep: 3Com 3C509 (buggy)
# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210
-# is: Isolan AT 4141-0; Isolink 4110; Novell NE2100
# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
-# lnc: unknown LANCE-based
+# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL)
# ze: PCMCIA ethernet controller.
#
device cx0 at isa? port 0x240 net irq 15 drq 7 vector cxintr
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
-device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
+device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr
device ep0 at isa? port 0x300 net irq 10 vector epintr
device el0 at isa? port 0x300 net irq 9 vector elintr
device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr
device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr
-#device lnc0 at isa? XXX FILL ME IN
#
# Audio drivers: `snd', `pca'
OpenPOWER on IntegriCloud