Seperate the miibus pci ethernet drivers from the non-miibus drivers so

it's a little clearer which is which from just looking at GENERIC.
This commit is contained in:
Peter Wemm 1999-09-09 18:30:58 +00:00
parent 29d958bb8a
commit c6a5d1a636
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51109
2 changed files with 14 additions and 12 deletions

View File

@ -155,25 +155,26 @@ device plip0 # TCP/IP over parallel
device ppi0 # Parallel port interface device device ppi0 # Parallel port interface device
#controller vpo0 # Requires scbus and da0 #controller vpo0 # Requires scbus and da0
# MII bus support, required for some 10/100 NICs
controller miibus0
# PCI Ethernet NICs. # PCI Ethernet NICs.
device al0 # ADMtek AL981 (``Comet'') device al0 # ADMtek AL981 (``Comet'')
device ax0 # ASIX AX88140A device ax0 # ASIX AX88140A
device de0 # DEC/Intel DC21x4x (``Tulip'') device de0 # DEC/Intel DC21x4x (``Tulip'')
device dm0 # Davicom DM9100/DM9102
device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)
device mx0 # Macronix 98713/98715/98725 (``PMAC'') device mx0 # Macronix 98713/98715/98725 (``PMAC'')
device pn0 # Lite-On 82c168/82c169 (``PNIC'') device pn0 # Lite-On 82c168/82c169 (``PNIC'')
device tx0 # SMC 9432TX (83c170 ``EPIC'')
device vr0 # VIA Rhine, Rhine II
device vx0 # 3Com 3c590, 3c595 (``Vortex'')
# PCI Ethernet NICs that use the common MII bus controller code.
controller miibus0 # MII bus support
device dm0 # Davicom DM9100/DM9102
device rl0 # RealTek 8129/8139 device rl0 # RealTek 8129/8139
device sf0 # Adaptec AIC-6915 (``Starfire'') device sf0 # Adaptec AIC-6915 (``Starfire'')
device sis0 # Silicon Integrated Systems SiS 900/SiS 7016 device sis0 # Silicon Integrated Systems SiS 900/SiS 7016
device ste0 # Sundance ST201 (D-Link DFE-550TX) device ste0 # Sundance ST201 (D-Link DFE-550TX)
device tl0 # Texas Instruments ThunderLAN 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 wb0 # Winbond W89C840F
device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')

View File

@ -155,25 +155,26 @@ device plip0 # TCP/IP over parallel
device ppi0 # Parallel port interface device device ppi0 # Parallel port interface device
#controller vpo0 # Requires scbus and da0 #controller vpo0 # Requires scbus and da0
# MII bus support, required for some 10/100 NICs
controller miibus0
# PCI Ethernet NICs. # PCI Ethernet NICs.
device al0 # ADMtek AL981 (``Comet'') device al0 # ADMtek AL981 (``Comet'')
device ax0 # ASIX AX88140A device ax0 # ASIX AX88140A
device de0 # DEC/Intel DC21x4x (``Tulip'') device de0 # DEC/Intel DC21x4x (``Tulip'')
device dm0 # Davicom DM9100/DM9102
device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)
device mx0 # Macronix 98713/98715/98725 (``PMAC'') device mx0 # Macronix 98713/98715/98725 (``PMAC'')
device pn0 # Lite-On 82c168/82c169 (``PNIC'') device pn0 # Lite-On 82c168/82c169 (``PNIC'')
device tx0 # SMC 9432TX (83c170 ``EPIC'')
device vr0 # VIA Rhine, Rhine II
device vx0 # 3Com 3c590, 3c595 (``Vortex'')
# PCI Ethernet NICs that use the common MII bus controller code.
controller miibus0 # MII bus support
device dm0 # Davicom DM9100/DM9102
device rl0 # RealTek 8129/8139 device rl0 # RealTek 8129/8139
device sf0 # Adaptec AIC-6915 (``Starfire'') device sf0 # Adaptec AIC-6915 (``Starfire'')
device sis0 # Silicon Integrated Systems SiS 900/SiS 7016 device sis0 # Silicon Integrated Systems SiS 900/SiS 7016
device ste0 # Sundance ST201 (D-Link DFE-550TX) device ste0 # Sundance ST201 (D-Link DFE-550TX)
device tl0 # Texas Instruments ThunderLAN 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 wb0 # Winbond W89C840F
device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')