aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sn
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sn')
-rw-r--r--sys/dev/sn/if_sn.c3
-rw-r--r--sys/dev/sn/if_sn_pccard.c7
2 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c
index 665dcb51d9e3c..b9bd867b4383d 100644
--- a/sys/dev/sn/if_sn.c
+++ b/sys/dev/sn/if_sn.c
@@ -147,7 +147,8 @@ static const char *chip_ids[15] = {
NULL,
/* 7 */ "SMC91C100",
/* 8 */ "SMC91C100FD",
- NULL, NULL, NULL,
+ /* 9 */ "SMC91C110",
+ NULL, NULL,
NULL, NULL, NULL
};
diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c
index ce63aaad99cb2..7e60815fcd73f 100644
--- a/sys/dev/sn/if_sn_pccard.c
+++ b/sys/dev/sn/if_sn_pccard.c
@@ -55,11 +55,14 @@ __FBSDID("$FreeBSD$");
static const struct pccard_product sn_pccard_products[] = {
PCMCIA_CARD(DSPSI, XJACK),
+ PCMCIA_CARD(MOTOROLA, MARINER),
PCMCIA_CARD(NEWMEDIA, BASICS),
+ PCMCIA_CARD(OSITECH, TRUMP_SOD),
+ PCMCIA_CARD(OSITECH, TRUMP_JOH),
PCMCIA_CARD(PSION, GOLDCARD),
-#if 0
+ PCMCIA_CARD(PSION, NETGLOBAL),
+ PCMCIA_CARD(PSION, NETGLOBAL2),
PCMCIA_CARD(SMC, 8020BT),
-#endif
PCMCIA_CARD(SMC, SMC91C96),
{ NULL }
};