mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add the olicom OC2231 and OC2232 to the list of cards that we should
attach to. These cards are combo cards (in that they have a modem inside of them), but not true MFC cards. Full support of these cards will have to wait until we can pick the config to use and for the PFC support that I have brewing.
This commit is contained in:
parent
fe364ce963
commit
e88c48fefc
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
static const struct pccard_product ex_pccard_products[] = {
|
||||
PCMCIA_CARD(OLICOM, OC2220),
|
||||
PCMCIA_CARD(OLICOM, OC2231),
|
||||
PCMCIA_CARD(OLICOM, OC2232),
|
||||
PCMCIA_CARD(INTEL, ETHEREXPPRO),
|
||||
{ NULL }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue