summaryrefslogtreecommitdiff
path: root/sys/dev/ep
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-11-15 07:57:38 +0000
committerWarner Losh <imp@FreeBSD.org>2001-11-15 07:57:38 +0000
commitbca07edc8360dee326003799b23386eb9fd1cdce (patch)
treee5dd9ca92aa148edf7eb96690d44f2d13571f6c3 /sys/dev/ep
parent9de4df498c32e79d5134a64a36f8ce0e051b6219 (diff)
Notes
Diffstat (limited to 'sys/dev/ep')
-rw-r--r--sys/dev/ep/if_ep_pccard.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c
index 1a9cb71ebfff..0691e5b1527e 100644
--- a/sys/dev/ep/if_ep_pccard.c
+++ b/sys/dev/ep/if_ep_pccard.c
@@ -241,11 +241,13 @@ ep_pccard_detach(device_t dev)
}
static const struct pccard_product ep_pccard_products[] = {
- PCMCIA_CARD(3COM, 3C574, 0),
+ PCMCIA_CARD(3COM, 3C1, 0),
+ PCMCIA_CARD(3COM, 3C562, 0),
+ PCMCIA_CARD(3COM, 3C574, 0), /* ROADRUNNER */
PCMCIA_CARD(3COM, 3C589, 0),
+ PCMCIA_CARD(3COM, 3CCFEM556BI, 0), /* ROADRUNNER */
PCMCIA_CARD(3COM, 3CXEM556, 0),
PCMCIA_CARD(3COM, 3CXEM556INT, 0),
- PCMCIA_CARD(3COM, 3CCFEM556BI, 0),
{ NULL }
};