diff options
author | dds <dds@FreeBSD.org> | 2003-07-22 21:23:01 +0000 |
---|---|---|
committer | dds <dds@FreeBSD.org> | 2003-07-22 21:23:01 +0000 |
commit | b6602673518c7d901505bfa1fa7d90d302dc6ab0 (patch) | |
tree | 61e1894dc4165082b36b7eb27e89a94393386b60 /etc/defaults | |
parent | 676c7dc42abbe7dd3c105f7624aadfccc1a86a7e (diff) | |
download | FreeBSD-src-b6602673518c7d901505bfa1fa7d90d302dc6ab0.zip FreeBSD-src-b6602673518c7d901505bfa1fa7d90d302dc6ab0.tar.gz |
Added entry for Billionton LM5LT-10N
Fixed small typo
Reviewed by: imp
Approved by: imp
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/pccard.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 1f7e7d1..36f3def 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -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" ? |