summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1999-02-18 01:13:40 +0000
committerwollman <wollman@FreeBSD.org>1999-02-18 01:13:40 +0000
commit70f02223c65e1366dd77fc898de37dc5dc7c2ad5 (patch)
treed6fa05604a3fcd2e3d294d88fbff5342768f557c /sys/i386
parent3d69dc583455474b1fe3ebfa255c30983a77b0ec (diff)
downloadFreeBSD-src-70f02223c65e1366dd77fc898de37dc5dc7c2ad5.zip
FreeBSD-src-70f02223c65e1366dd77fc898de37dc5dc7c2ad5.tar.gz
Add a little bit more identifying information to the myriad PCI network
drivers.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC31
1 files changed, 17 insertions, 14 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index a39caaa..c53d69c 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.149 1999/02/14 12:00:00 nsouch Exp $
+# $Id: GENERIC,v 1.150 1999/02/14 20:28:38 jkh Exp $
machine "i386"
cpu "I386_CPU"
@@ -153,23 +153,26 @@ device plip0 at ppbus?
device ppi0 at ppbus?
#controller vpo0 at ppbus?
+#
+# The following Ethernet NICs are all PCI devices.
+#
+device ax0 # ASIX AX88140A
+device de0 # DEC/Intel DC21x4x (``Tulip'')
+device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)
+device mx0 # Macronix 98713/98715/98725 (``PMAC'')
+device pn0 # Lite-On 82c168/82c169 (``PNIC'')
+device rl0 # RealTek 8129/8139
+device tl0 # Texas Instruments ThunderLAN
+device tx0 # SMC 9432TX (83c170 ``EPIC'')
+device vr0 # VIA Rhine, Rhine II
+device vx0 # 3Com 3c590, 3c595 (``Vortex'')
+device wb0 # Winbond W89C840F
+device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')
+
# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
-device ax0
-device de0
-device fxp0
-device mx0
-device pn0
-device rl0
-device tl0
-device tx0
-device vr0
-device vx0
-device wb0
-device xl0
-
device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000
device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000
device ep0 at isa? port 0x300 net irq 10
OpenPOWER on IntegriCloud