diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-09-09 23:58:09 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-09-09 23:58:09 +0000 |
| commit | a804e4ad3d074fdc2096c236796dfc30d7ff0ef8 (patch) | |
| tree | 833703ed8ed8c90a50233fb1360f9b25e8830928 | |
| parent | 4691e9ead03403d59314efa6df56f520ca4dc106 (diff) | |
Notes
| -rw-r--r-- | etc/defaults/pccard.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 331349959499..18b8c927a87b 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -672,6 +672,12 @@ card "LINKSYS" "E-CARD" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop +# This is the Linksys card I have, with the fat holder. +card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)" + config auto "ed" ? + insert /etc/pccard_ether $device start + remove /etc/pccard_ether $device stop + # Linksys EtherFast 10/100 Intergrated PC Card (PCM100) card "Linksys" "EtherFast 10/100 Integrated PC Card (PCM100)" config auto "ed" ? 0x80000 |
