summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/pcmcia_/probe.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-12-11 11:21:49 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-12-11 11:21:49 +0000
commitdadaaf1fcfd690026514f0c76eeeb867b9ca5fa4 (patch)
tree0c488c40a2a50c340b779b05d6c35e37b4bc1408 /mdk-stage1/pcmcia_/probe.c
parentff26b8b04097527a3ba7550d0510367ab7b8773a (diff)
downloaddrakx-backup-do-not-use-dadaaf1fcfd690026514f0c76eeeb867b9ca5fa4.tar
drakx-backup-do-not-use-dadaaf1fcfd690026514f0c76eeeb867b9ca5fa4.tar.gz
drakx-backup-do-not-use-dadaaf1fcfd690026514f0c76eeeb867b9ca5fa4.tar.bz2
drakx-backup-do-not-use-dadaaf1fcfd690026514f0c76eeeb867b9ca5fa4.tar.xz
drakx-backup-do-not-use-dadaaf1fcfd690026514f0c76eeeb867b9ca5fa4.zip
add latest identifiers from pcmcia-cs-3.2.6
Diffstat (limited to 'mdk-stage1/pcmcia_/probe.c')
-rw-r--r--mdk-stage1/pcmcia_/probe.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/mdk-stage1/pcmcia_/probe.c b/mdk-stage1/pcmcia_/probe.c
index 88853426d..bd1707b4f 100644
--- a/mdk-stage1/pcmcia_/probe.c
+++ b/mdk-stage1/pcmcia_/probe.c
@@ -118,9 +118,13 @@ pci_id_t pci_id[] = {
{ 0x1179, 0x060f, "yenta_socket", "Toshiba ToPIC97" },
{ 0x1179, 0x0617, "yenta_socket", "Toshiba ToPIC100" },
{ 0x119b, 0x1221, "i82365", "Omega Micro 82C092G" },
- { 0x1524, 0x1411, "yenta_socket", "ENE Technology CB1411" },
{ 0x8086, 0x1221, "i82092", "Intel 82092AA_0" },
{ 0x8086, 0x1222, "i82092", "Intel 82092AA_1" },
+ { 0x1524, 0x1211, "yenta_socket", "ENE 1211" },
+ { 0x1524, 0x1225, "yenta_socket", "ENE 1225" },
+ { 0x1524, 0x1410, "yenta_socket", "ENE 1410" },
+ { 0x1524, 0x1411, "yenta_socket", "ENE Technology CB1411" },
+ { 0x1524, 0x1420, "yenta_socket", "ENE 1420" },
};
#define PCI_COUNT (sizeof(pci_id)/sizeof(pci_id_t))