Merged from sys/i386/conf/GENERIC revision 1.305 (moved the fxp driver

into the miibus section.)
This commit is contained in:
KATO Takenori 2001-03-17 14:04:24 +00:00
parent 2843f91522
commit e2e953a675
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74392

View File

@ -151,7 +151,6 @@ device olpt 1
# PCI Ethernet NICs.
device de # DEC/Intel DC21x4x (``Tulip'')
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
device vx # 3Com 3c590, 3c595 (``Vortex'')
device wx # Intel Gigabit Ethernet Card (``Wiseman'')
@ -159,6 +158,7 @@ device wx # Intel Gigabit Ethernet Card (``Wiseman'')
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device miibus # MII bus support
device dc # DEC/Intel 21143 and various workalikes
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
device pcn # AMD Am79C79x PCI 10/100 NICs
device rl # RealTek 8129/8139
device sf # Adaptec AIC-6915 (``Starfire'')