mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
New OEM generic card. "10/100 Fast Ethernet PC Card". It has a
generic sounding CIS "PCMCIA", "FAST ETHERENT CARD" and a bogus MANFID code (0xffff and 0x1090). However, since I'm not aware of 'generic' cards that aren't NE-2000oids, go with that and hope for the best.
This commit is contained in:
parent
16f602c613
commit
d0948af5ae
1 changed files with 1 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ static const struct ed_product {
|
|||
{ PCMCIA_CARD(NEXTCOM, NEXTHAWK), 0},
|
||||
{ PCMCIA_CARD(NEWMEDIA, LANSURFER), 0},
|
||||
{ PCMCIA_CARD(OEM2, ETHERNET), 0},
|
||||
{ PCMCIA_CARD(OEM2, FAST_ETHERNET), NE2000DVF_AX88X90 },
|
||||
{ PCMCIA_CARD(OEM2, NE2000), 0},
|
||||
{ PCMCIA_CARD(PLANET, SMARTCOM2000), 0 },
|
||||
{ PCMCIA_CARD(PREMAX, PE200), 0},
|
||||
|
|
|
|||
Loading…
Reference in a new issue