mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Added entry for Billionton LM5LT-10N
Fixed small typo Reviewed by: imp Approved by: imp
This commit is contained in:
parent
a5edd34afe
commit
cd51b9abed
1 changed files with 8 additions and 1 deletions
|
|
@ -609,7 +609,7 @@ card "EIGER Labs Inc." "Ethernet COMBO Card"
|
|||
# card version string. They should be distinguished by
|
||||
# other info. (such as additional information or OEM-ID/product-ID).
|
||||
|
||||
# Note: There are several revisions of the cardon the market.
|
||||
# Note: There are several revisions of the card on the market.
|
||||
# Type A needs no "ether" line.
|
||||
# Type B needs "ether 0x110" line.
|
||||
# Type C needs "ether 0xff0" line.
|
||||
|
|
@ -952,6 +952,13 @@ card "PCMCIA" "Ethernet Card"
|
|||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
# Billionton LM5LT-10N
|
||||
# Works as an Ethernet card
|
||||
card "PCMCIA 10+56Combo" "LM5LT-10N"
|
||||
config auto "ed" ?
|
||||
insert /etc/pccard_ether $device start
|
||||
remove /etc/pccard_ether $device stop
|
||||
|
||||
# EXPsys PCMCIA Ethernet Combo, Relia PCMCIA Ethernet
|
||||
card "PCMCIA LAN" "Ethernet"
|
||||
config auto "ed" ?
|
||||
|
|
|
|||
Loading…
Reference in a new issue