diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-07-09 14:54:42 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-07-09 14:54:42 +0000 |
commit | 2403c1c4d98749fbef5740c7dcaccc017da890a9 (patch) | |
tree | 00a46cc5b0519c2f85fa338248284e51dcdebac1 /mdk-stage1 | |
parent | 319dcc874cf0051189def22dc65c525d32ff5f4f (diff) | |
download | drakx-2403c1c4d98749fbef5740c7dcaccc017da890a9.tar drakx-2403c1c4d98749fbef5740c7dcaccc017da890a9.tar.gz drakx-2403c1c4d98749fbef5740c7dcaccc017da890a9.tar.bz2 drakx-2403c1c4d98749fbef5740c7dcaccc017da890a9.tar.xz drakx-2403c1c4d98749fbef5740c7dcaccc017da890a9.zip |
some more pci id's from pcmcia-cs-3.2.4
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/pcmcia_/probe.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mdk-stage1/pcmcia_/probe.c b/mdk-stage1/pcmcia_/probe.c index 7a61d2f62..a925d0cb2 100644 --- a/mdk-stage1/pcmcia_/probe.c +++ b/mdk-stage1/pcmcia_/probe.c @@ -94,9 +94,17 @@ pci_id_t pci_id[] = { { 0x104c, 0xac51, "yenta_socket", "Texas Instruments PCI1420" }, { 0x104c, 0xac1b, "yenta_socket", "Texas Instruments PCI1450" }, { 0x104c, 0xac52, "yenta_socket", "Texas Instruments PCI1451" }, + { 0x104c, 0xac56, "yenta_socket", "Texas Instruments PCI1510" }, + { 0x104c, 0xac55, "yenta_socket", "Texas Instruments PCI1520" }, + { 0x104c, 0xac54, "yenta_socket", "Texas Instruments PCI1620" }, { 0x104c, 0xac41, "yenta_socket", "Texas Instruments PCI4410" }, { 0x104c, 0xac40, "yenta_socket", "Texas Instruments PCI4450" }, { 0x104c, 0xac42, "yenta_socket", "Texas Instruments PCI4451" }, + { 0x104c, 0xac44, "yenta_socket", "Texas Instruments PCI4510" }, + { 0x104c, 0xac46, "yenta_socket", "Texas Instruments PCI4520" }, + { 0x104c, 0xac49, "yenta_socket", "Texas Instruments PCI7410" }, + { 0x104c, 0xac47, "yenta_socket", "Texas Instruments PCI7510" }, + { 0x104c, 0xac48, "yenta_socket", "Texas Instruments PCI7610" }, { 0x1217, 0x6729, "i82365", "O2 Micro 6729" }, { 0x1217, 0x673a, "i82365", "O2 Micro 6730" }, { 0x1217, 0x6832, "yenta_socket", "O2 Micro 6832/6833" }, |