mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Add a little bit more identifying information to the myriad PCI network
drivers.
This commit is contained in:
parent
5e31549897
commit
29c6a10b58
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44108
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user