Add EXP Computer Inc. PCMCIA controller.
From Brad Spencer <brad@anduin.eldar.org> in PR 9140.
This commit is contained in:
parent
169eab5405
commit
903e37734d
@ -1,4 +1,4 @@
|
||||
$NetBSD: pcmciadevs,v 1.63 1999/12/23 19:45:56 augustss Exp $
|
||||
$NetBSD: pcmciadevs,v 1.64 2000/01/08 07:34:49 augustss Exp $
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
@ -198,6 +198,7 @@ vendor TEAC -1 TEAC
|
||||
vendor SVEC -1 SVEC/Hawking Technology
|
||||
vendor AMBICOM -1 AmbiCom Inc
|
||||
vendor EPSON -1 Seiko Epson Corporation
|
||||
vendor EXP -1 EXP Computer Inc
|
||||
|
||||
product MEGAHERTZ XJ2288 { "MEGAHERTZ", "MODEM&spXJ2288", NULL, NULL } Megahertz XJ2288 Modem
|
||||
product PREMAX PE200 { "PMX&sp&sp&sp", "PE-200", NULL, NULL } PreMax PE-200
|
||||
@ -223,3 +224,4 @@ product SVEC LANCARD { "SVEC", "FD605&spPCMCIA&spEtherNet&spCard", "V1-1", NULL
|
||||
product AMBICOM AMB8002T { "AmbiCom&spInc", "AMB8002T", NULL, NULL } AmbiCom AMB8002T
|
||||
product IODATA PCLAT { "I-O&spDATA", "PCLA", "ETHERNET", NULL } IO-DATA PCLA/T
|
||||
product EPSON EEN10B { "Seiko&spEpson&spCorp.", "Ethernet", "P/N:&spEEN10B&spRev.&sp00", NULL } Epson EEN10B
|
||||
product EXP EXPMULTIMEDIA { "EXP&sp&sp&sp", "PnPIDE", "F1", NULL } EXP IDE/ATAPI DVD Card
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: wdc_pcmcia.c,v 1.25 1999/12/09 03:22:41 sommerfeld Exp $ */
|
||||
/* $NetBSD: wdc_pcmcia.c,v 1.26 2000/01/08 07:34:49 augustss Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
@ -125,6 +125,13 @@ struct wdc_pcmcia_product {
|
||||
PCMCIA_CIS_TEAC_IDECARDII,
|
||||
PCMCIA_STR_TEAC_IDECARDII },
|
||||
|
||||
/* EXP IDE/ATAPI DVD Card use with some DVD players. Does not have a vendor ID or product ID */
|
||||
{ -1,
|
||||
-1,
|
||||
0,
|
||||
PCMCIA_CIS_EXP_EXPMULTIMEDIA,
|
||||
PCMCIA_STR_EXP_EXPMULTIMEDIA },
|
||||
|
||||
/* Mobile Dock 2, which doesn't have vendor ID nor product ID */
|
||||
{ -1, -1, 0,
|
||||
{ "SHUTTLE TECHNOLOGY LTD.", "PCCARD-IDE/ATAPI Adapter", NULL, NULL},
|
||||
|
Loading…
Reference in New Issue
Block a user