aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-10-11 07:03:09 +0000
committerWarner Losh <imp@FreeBSD.org>2002-10-11 07:03:09 +0000
commit43924d99c28001d57baa1dc6777402852f06ccef (patch)
tree0715758ebfd873336c7a63bbc69fa9bca0e41d41 /sys/dev/ed
parent5c71502dad63329f630f9f111b69dc0766f3a744 (diff)
Notes
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed_pccard.c10
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 6c8ea62b56b7..4f915eefc937 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},