Move the fxp driver so it is under the miibus section.
This commit is contained in:
parent
7cbbb1afee
commit
4664a8d5eb
@ -161,7 +161,6 @@ device ppi # Parallel port interface device
|
|||||||
|
|
||||||
# PCI Ethernet NICs.
|
# PCI Ethernet NICs.
|
||||||
device de # DEC/Intel DC21x4x (``Tulip'')
|
device de # DEC/Intel DC21x4x (``Tulip'')
|
||||||
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
|
|
||||||
device vx # 3Com 3c590, 3c595 (``Vortex'')
|
device vx # 3Com 3c590, 3c595 (``Vortex'')
|
||||||
device wx # Intel Gigabit Ethernet Card (``Wiseman'')
|
device wx # Intel Gigabit Ethernet Card (``Wiseman'')
|
||||||
|
|
||||||
@ -169,6 +168,7 @@ device wx # Intel Gigabit Ethernet Card (``Wiseman'')
|
|||||||
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
|
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
|
||||||
device miibus # MII bus support
|
device miibus # MII bus support
|
||||||
device dc # DEC/Intel 21143 and various workalikes
|
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 pcn # AMD Am79C79x PCI 10/100 NICs
|
||||||
device rl # RealTek 8129/8139
|
device rl # RealTek 8129/8139
|
||||||
device sf # Adaptec AIC-6915 (``Starfire'')
|
device sf # Adaptec AIC-6915 (``Starfire'')
|
||||||
|
@ -1787,6 +1787,8 @@ hint.oltr.0.at="isa"
|
|||||||
|
|
||||||
# PCI Ethernet NICs that use the common MII bus controller code.
|
# PCI Ethernet NICs that use the common MII bus controller code.
|
||||||
device dc # DEC/Intel 21143 and various workalikes
|
device dc # DEC/Intel 21143 and various workalikes
|
||||||
|
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
|
||||||
|
hint.fxp.0.prefer_iomap="0"
|
||||||
device rl # RealTek 8129/8139
|
device rl # RealTek 8129/8139
|
||||||
device pcn # AMD Am79C79x PCI 10/100 NICs
|
device pcn # AMD Am79C79x PCI 10/100 NICs
|
||||||
device sf # Adaptec AIC-6915 (``Starfire'')
|
device sf # Adaptec AIC-6915 (``Starfire'')
|
||||||
@ -1800,8 +1802,6 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
|
|||||||
|
|
||||||
# PCI Ethernet NICs.
|
# PCI Ethernet NICs.
|
||||||
device de # DEC/Intel DC21x4x (``Tulip'')
|
device de # DEC/Intel DC21x4x (``Tulip'')
|
||||||
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
|
|
||||||
hint.fxp.0.prefer_iomap="0"
|
|
||||||
device vx # 3Com 3c590, 3c595 (``Vortex'')
|
device vx # 3Com 3c590, 3c595 (``Vortex'')
|
||||||
|
|
||||||
# PCI Gigabit & FDDI NICs.
|
# PCI Gigabit & FDDI NICs.
|
||||||
|
@ -161,7 +161,6 @@ device ppi # Parallel port interface device
|
|||||||
|
|
||||||
# PCI Ethernet NICs.
|
# PCI Ethernet NICs.
|
||||||
device de # DEC/Intel DC21x4x (``Tulip'')
|
device de # DEC/Intel DC21x4x (``Tulip'')
|
||||||
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
|
|
||||||
device vx # 3Com 3c590, 3c595 (``Vortex'')
|
device vx # 3Com 3c590, 3c595 (``Vortex'')
|
||||||
device wx # Intel Gigabit Ethernet Card (``Wiseman'')
|
device wx # Intel Gigabit Ethernet Card (``Wiseman'')
|
||||||
|
|
||||||
@ -169,6 +168,7 @@ device wx # Intel Gigabit Ethernet Card (``Wiseman'')
|
|||||||
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
|
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
|
||||||
device miibus # MII bus support
|
device miibus # MII bus support
|
||||||
device dc # DEC/Intel 21143 and various workalikes
|
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 pcn # AMD Am79C79x PCI 10/100 NICs
|
||||||
device rl # RealTek 8129/8139
|
device rl # RealTek 8129/8139
|
||||||
device sf # Adaptec AIC-6915 (``Starfire'')
|
device sf # Adaptec AIC-6915 (``Starfire'')
|
||||||
|
@ -1787,6 +1787,8 @@ hint.oltr.0.at="isa"
|
|||||||
|
|
||||||
# PCI Ethernet NICs that use the common MII bus controller code.
|
# PCI Ethernet NICs that use the common MII bus controller code.
|
||||||
device dc # DEC/Intel 21143 and various workalikes
|
device dc # DEC/Intel 21143 and various workalikes
|
||||||
|
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
|
||||||
|
hint.fxp.0.prefer_iomap="0"
|
||||||
device rl # RealTek 8129/8139
|
device rl # RealTek 8129/8139
|
||||||
device pcn # AMD Am79C79x PCI 10/100 NICs
|
device pcn # AMD Am79C79x PCI 10/100 NICs
|
||||||
device sf # Adaptec AIC-6915 (``Starfire'')
|
device sf # Adaptec AIC-6915 (``Starfire'')
|
||||||
@ -1800,8 +1802,6 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
|
|||||||
|
|
||||||
# PCI Ethernet NICs.
|
# PCI Ethernet NICs.
|
||||||
device de # DEC/Intel DC21x4x (``Tulip'')
|
device de # DEC/Intel DC21x4x (``Tulip'')
|
||||||
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
|
|
||||||
hint.fxp.0.prefer_iomap="0"
|
|
||||||
device vx # 3Com 3c590, 3c595 (``Vortex'')
|
device vx # 3Com 3c590, 3c595 (``Vortex'')
|
||||||
|
|
||||||
# PCI Gigabit & FDDI NICs.
|
# PCI Gigabit & FDDI NICs.
|
||||||
|
Loading…
Reference in New Issue
Block a user