diff options
author | imp <imp@FreeBSD.org> | 2002-10-11 07:03:09 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-10-11 07:03:09 +0000 |
commit | 3339dd55d9b2d8b08de039307f498f07e7df3231 (patch) | |
tree | 0715758ebfd873336c7a63bbc69fa9bca0e41d41 /sys | |
parent | 8f1b4d8ab76dee2e9e66c4219dd3b3a56a4dae0b (diff) | |
download | FreeBSD-src-3339dd55d9b2d8b08de039307f498f07e7df3231.zip FreeBSD-src-3339dd55d9b2d8b08de039307f498f07e7df3231.tar.gz |
add some devices from NetBSD
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ed/if_ed_pccard.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index 6c8ea62..4f915ee 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -263,6 +263,8 @@ static const struct ed_product { -1, { 0x00, 0x00, 0xf4 } }, { PCMCIA_CARD(COREGA, ETHER_II_PCC_T, 0), -1, { 0x00, 0x00, 0xf4 } }, + { PCMCIA_CARD(COREGA, ETHER_II_PCC_TD, 0), + -1, { 0x00, 0x00, 0xf4 } }, { PCMCIA_CARD(COREGA, FAST_ETHER_PCC_TX, 0), -1, { 0x00, 0x00, 0xf4 }, NE2000DVF_DL10019 }, { PCMCIA_CARD(COREGA, FETHER_PCC_TXD, 0), @@ -271,6 +273,8 @@ static const struct ed_product { -1, { 0x00, 0x90, 0x99 }, NE2000DVF_DL10019 }, { PCMCIA_CARD(COMPEX, LINKPORT_ENET_B, 0), 0x01c0, { 0x00, 0xa0, 0x0c } }, + { PCMCIA_CARD(DYNALINK, L10C, 0), + 0x01c0, { 0x00, 0x00, 0x00 } }, { PCMCIA_CARD(SMC, EZCARD, 0), 0x01c0, { 0x00, 0xe0, 0x29 } }, { PCMCIA_CARD(SOCKET, EA_ETHER, 0), @@ -285,6 +289,8 @@ static const struct ed_product { -1, { 0x00, 0x10, 0xa4 } }, { PCMCIA_CARD(MELCO, LPC3_TX, 0), -1, { 0x00, 0x40, 0x26 }, NE2000DVF_AX88190 }, + { PCMCIA_CARD(BUFFALO, LPC3_CLT, 0), + -1, { 0x00, 0x07, 0x40 } }, { PCMCIA_CARD(BILLIONTON, LNT10TN, 0), -1, { 0x00, 0x00, 0x00 } }, { PCMCIA_CARD(NDC, ND5100_E, 0), @@ -295,8 +301,10 @@ static const struct ed_product { 0x00b8, { 0x08, 0x00, 0x42 } }, { PCMCIA_CARD(ALLIEDTELESIS, LA_PCM, 0), 0x0ff0, { 0x00, 0x00, 0xf4 } }, + { PCMCIA_CARD(DLINK, DFE670TXD, 0), + -1, { 0x00, 0x50, 0xba}, NE2000DVF_DL10019}, { PCMCIA_CARD(NETGEAR, FA410TXC, 0), - -1, { 0x00, 0x48, 0x54 } }, + -1, { 0x00, 0x48, 0x54 }, NE2000DVF_DL10019}, { PCMCIA_CARD(NETGEAR, FA411, 0), -1, { 0x00, 0x40, 0xf4 }, NE2000DVF_AX88190}, |