diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 9b61ba510851..a601fd37346c 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -699,15 +699,8 @@ card "Linksys" "EtherFast 10/100 Integrated PC Card (PCM100)" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop -# Linksys EtherFast 10/100 PC Card (PCMPC100) -card "Linksys" "EtherFast 10/100 PC Card (PCMPC100)" - config 0x3 "ed" ? 0x80000 -# config auto "ed" ? - insert /etc/pccard_ether $device start - remove /etc/pccard_ether $device stop - -# Linksys EtherFast 10/100 PC Card (PCMPC100 V2) -card "Linksys" "Etherfast 10/100 PC Card (PCMPC100 V2)" +# Linksys EtherFast 10/100 PC Card (PCMPC100) and V2 +card "Linksys" "/Ether[Ff]ast 10/100 PC Card \(PCMPC100.*\)/" config auto "ed" ? 0x80000 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop