summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2006-05-17 21:25:23 +0000
committermarius <marius@FreeBSD.org>2006-05-17 21:25:23 +0000
commit70daffddffbf3afb1d9d76e97edd50f02a48d9f1 (patch)
tree73f841ed14420299e243c3f3444f7858e2ef0d3e /sys/i386
parent1a141a2cee3a9bd330dbdc7765a8143c3ba88ddd (diff)
downloadFreeBSD-src-70daffddffbf3afb1d9d76e97edd50f02a48d9f1.zip
FreeBSD-src-70daffddffbf3afb1d9d76e97edd50f02a48d9f1.tar.gz
- Add C-bus and ISA front-ends for le(4) so it can actually replace
lnc(4) on PC98 and i386. The ISA front-end supports the same non-PNP network cards as lnc(4) did and additionally a couple of PNP ones. Like lnc(4), the C-bus front-end of le(4) only supports C-NET(98)S and is untested due to lack of such hardware, but given that's it's based on the respective lnc(4) and not too different from the ISA front-end it should be highly likely to work. - Remove the descriptions of le(4), which where converted from lnc(4), from sys/i386/conf/NOTES and sys/pc98/conf/NOTES as there's a common one in sys/conf/NOTES.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC.hints5
-rw-r--r--sys/i386/conf/NOTES7
2 files changed, 10 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERIC.hints b/sys/i386/conf/GENERIC.hints
index 8b1b185..ed1faa7 100644
--- a/sys/i386/conf/GENERIC.hints
+++ b/sys/i386/conf/GENERIC.hints
@@ -71,3 +71,8 @@ hint.ie.0.maddr="0xd0000"
hint.fe.0.at="isa"
hint.fe.0.disabled="1"
hint.fe.0.port="0x300"
+hint.le.0.at="isa"
+hint.le.0.disabled="1"
+hint.le.0.port="0x280"
+hint.le.0.irq="10"
+hint.le.0.drq="0"
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 80a41f0..355ea0e 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -498,8 +498,6 @@ hint.mse.0.irq="5"
# (requires miibus)
# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
# Intel EtherExpress
-# le: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
-# Am79C960)
# nve: nVidia nForce MCP on-board Ethernet Networking
# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133.
# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
@@ -548,6 +546,11 @@ hint.ie.2.at="isa"
hint.ie.2.port="0x300"
hint.ie.2.irq="5"
hint.ie.2.maddr="0xd0000"
+# Hint for the i386-only ISA front-end of le(4).
+hint.le.0.at="isa"
+hint.le.0.port="0x280"
+hint.le.0.irq="10"
+hint.le.0.drq="0"
device nve # nVidia nForce MCP on-board Ethernet Networking
device sbni
hint.sbni.0.at="isa"
OpenPOWER on IntegriCloud