Add support for generic PMCICA ATA CARD

This commit is contained in:
Warner Losh 2003-06-03 01:30:55 +00:00
parent a450b32915
commit 49d5015da8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115756

View file

@ -50,6 +50,7 @@ static const struct pccard_product ata_pccard_products[] = {
PCMCIA_CARD(EXP, EXPMULTIMEDIA, 0),
PCMCIA_CARD(IODATA, CBIDE2, 0),
PCMCIA_CARD(OEM2, CDROM1, 0),
PCMCIA_CARD(OEM2, IDE, 0),
PCMCIA_CARD(PANASONIC, KXLC005, 0),
PCMCIA_CARD(TEAC, IDECARDII, 0),
{NULL}