mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add entry for the PRO/1000.
This commit is contained in:
parent
f8a984ed0d
commit
e903bd58a6
3 changed files with 5 additions and 0 deletions
|
|
@ -1700,6 +1700,7 @@ device miibus
|
|||
# fpa: Support for the Digital DEFPA PCI FDDI. `device fddi' is also needed.
|
||||
# fxp: Intel EtherExpress Pro/100B
|
||||
# (hint of prefer_iomap can be done to prefer I/O instead of Mem mapping)
|
||||
# gx: Intel Pro/1000 Gigabit Ethernet (82542, 82543-F, 82543-T)
|
||||
# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
|
||||
# Intel EtherExpress
|
||||
# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
|
||||
|
|
@ -1890,6 +1891,7 @@ device vx # 3Com 3c590, 3c595 (``Vortex'')
|
|||
|
||||
# PCI Gigabit & FDDI NICs.
|
||||
device bge
|
||||
device gx
|
||||
device lge
|
||||
device nge
|
||||
device sk
|
||||
|
|
|
|||
|
|
@ -325,6 +325,7 @@ dev/fe/if_fe.c optional fe
|
|||
dev/fe/if_fe_pccard.c optional fe card
|
||||
dev/fe/if_fe_pccard.c optional fe pccard
|
||||
dev/fxp/if_fxp.c optional fxp
|
||||
dev/gx/if_gx.c optional gx
|
||||
dev/hea/eni.c optional hea
|
||||
dev/hea/eni_buffer.c optional hea
|
||||
dev/hea/eni_globals.c optional hea
|
||||
|
|
|
|||
|
|
@ -1700,6 +1700,7 @@ device miibus
|
|||
# fpa: Support for the Digital DEFPA PCI FDDI. `device fddi' is also needed.
|
||||
# fxp: Intel EtherExpress Pro/100B
|
||||
# (hint of prefer_iomap can be done to prefer I/O instead of Mem mapping)
|
||||
# gx: Intel Pro/1000 Gigabit Ethernet (82542, 82543-F, 82543-T)
|
||||
# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
|
||||
# Intel EtherExpress
|
||||
# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
|
||||
|
|
@ -1890,6 +1891,7 @@ device vx # 3Com 3c590, 3c595 (``Vortex'')
|
|||
|
||||
# PCI Gigabit & FDDI NICs.
|
||||
device bge
|
||||
device gx
|
||||
device lge
|
||||
device nge
|
||||
device sk
|
||||
|
|
|
|||
Loading…
Reference in a new issue