mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
my(4) requires miibus, so that move it into proper section and also add a
verbose description into comment area.
This commit is contained in:
parent
ab014f15fa
commit
d3d67116a6
1 changed files with 2 additions and 1 deletions
|
|
@ -1514,6 +1514,7 @@ device miibus
|
|||
# SMC TigerCard 1000 (SMC9462SX), and some Addtron cards.
|
||||
# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
|
||||
# Am79C960)
|
||||
# my: Myson Fast Ethernet (MTD80X, MTD89X)
|
||||
# nge: Support for PCI gigabit ethernet adapters based on the National
|
||||
# Semiconductor DP83820 and DP83821 chipset. This includes the
|
||||
# SMC EZ Card 1000 (SMC9462TX), D-Link DGE-500T, Asante FriendlyNet
|
||||
|
|
@ -1632,6 +1633,7 @@ device xe
|
|||
device dc # DEC/Intel 21143 and various workalikes
|
||||
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
|
||||
hint.fxp.0.prefer_iomap="0"
|
||||
device my # Myson Fast Ethernet (MTD80X, MTD89X)
|
||||
device rl # RealTek 8129/8139
|
||||
device pcn # AMD Am79C97x PCI 10/100 NICs
|
||||
device sf # Adaptec AIC-6915 (``Starfire'')
|
||||
|
|
@ -1647,7 +1649,6 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
|
|||
device de # DEC/Intel DC21x4x (``Tulip'')
|
||||
device txp # 3Com 3cR990 (``Typhoon'')
|
||||
device vx # 3Com 3c590, 3c595 (``Vortex'')
|
||||
device my # Myson controllers
|
||||
|
||||
# PCI Gigabit & FDDI NICs.
|
||||
device bge
|
||||
|
|
|
|||
Loading…
Reference in a new issue