mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
More devices. Obtained from NetBSD.
This commit is contained in:
parent
9de4df498c
commit
bca07edc83
1 changed files with 4 additions and 2 deletions
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue