diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ed/if_ed_pccard.c | 2 | ||||
-rw-r--r-- | sys/dev/pccard/pccarddevs | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index 06737af..c6b93b7 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -291,6 +291,8 @@ static const struct ed_product { -1, { 0x00, 0x40, 0x26 }, NE2000DVF_AX88190 }, { PCMCIA_CARD(BUFFALO, LPC3_CLT, 0), -1, { 0x00, 0x07, 0x40 } }, + { PCMCIA_CARD(BUFFALO, LPC_CF_CLT, 0), + -1, { 0x00, 0x07, 0x40 } }, { PCMCIA_CARD(BILLIONTON, LNT10TN, 0), -1, { 0x00, 0x00, 0x00 } }, { PCMCIA_CARD(NDC, ND5100_E, 0), diff --git a/sys/dev/pccard/pccarddevs b/sys/dev/pccard/pccarddevs index f51ab3e..b6feef2 100644 --- a/sys/dev/pccard/pccarddevs +++ b/sys/dev/pccard/pccarddevs @@ -168,6 +168,7 @@ product BREEZECOM BREEZENET 0x0102 BreezeCOM BreezeNET /* BUFFALO */ product BUFFALO WLI_PCM_S11 0x0305 BUFFALO AirStation 11Mbps WLAN +product BUFFALO LPC_CF_CLT 0x0307 BUFFALO LPC-CF-CLT product BUFFALO LPC3_CLT 0x030a BUFFALO LPC3-CLT Ethernet Adapter product BUFFALO WLI_CF_S11G 0x030b BUFFALO AirStation 11Mbps CF WLAN |