summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/pcmcia
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-05-06 19:05:06 +0000
committerThierry Vignaud <tv@mageia.org>2011-05-06 19:05:06 +0000
commit4c05e5af0bb2ea648152a15a8d3e264a4cdcd42a (patch)
tree56c7498ae1a618cc269ca27d18c3fa3dbc9e0de1 /mdk-stage1/pcmcia
parent2c78a987b6491d6a39d33543d0a915907a75db47 (diff)
downloaddrakx-4c05e5af0bb2ea648152a15a8d3e264a4cdcd42a.tar
drakx-4c05e5af0bb2ea648152a15a8d3e264a4cdcd42a.tar.gz
drakx-4c05e5af0bb2ea648152a15a8d3e264a4cdcd42a.tar.bz2
drakx-4c05e5af0bb2ea648152a15a8d3e264a4cdcd42a.tar.xz
drakx-4c05e5af0bb2ea648152a15a8d3e264a4cdcd42a.zip
"i82365" driver was renamed "pd6729"
Diffstat (limited to 'mdk-stage1/pcmcia')
-rw-r--r--mdk-stage1/pcmcia/probe.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/mdk-stage1/pcmcia/probe.c b/mdk-stage1/pcmcia/probe.c
index 04b8aa0d9..6e9997dfe 100644
--- a/mdk-stage1/pcmcia/probe.c
+++ b/mdk-stage1/pcmcia/probe.c
@@ -70,7 +70,7 @@ typedef struct {
} pci_id_t;
pci_id_t pci_id[] = {
- { 0x1013, 0x1100, "i82365", "Cirrus Logic CL 6729" },
+ { 0x1013, 0x1100, "pd6729", "Cirrus Logic CL 6729" },
{ 0x1013, 0x1110, "yenta_socket", "Cirrus Logic PD 6832" },
{ 0x104c, 0x8011, "yenta_socket", "" },
{ 0x104c, 0x8031, "yenta_socket", "Texas Instruments|PCIxx21/x515 Cardbus Controller" },
@@ -106,7 +106,7 @@ pci_id_t pci_id[] = {
{ 0x104c, 0xac8e, "yenta_socket", "Texas Instruments|PCI7420 CardBus Controller" },
{ 0x104c, 0xac8e, "yenta_socket", "Texas Instruments PCI7420" },
{ 0x10b3, 0xb106, "yenta_socket", "SMC 34C90" },
- { 0x1179, 0x0603, "i82365", "Toshiba ToPIC95-A" },
+ { 0x1179, 0x0603, "pd6729", "Toshiba ToPIC95-A" },
{ 0x1179, 0x060a, "yenta_socket", "Toshiba ToPIC95-B" },
{ 0x1179, 0x060f, "yenta_socket", "Toshiba ToPIC97" },
{ 0x1179, 0x0617, "yenta_socket", "Toshiba ToPIC100" },
@@ -116,9 +116,9 @@ pci_id_t pci_id[] = {
{ 0x1180, 0x0476, "yenta_socket", "Ricoh RL5C476" },
{ 0x1180, 0x0477, "yenta_socket", "Ricoh RL5C477" },
{ 0x1180, 0x0478, "yenta_socket", "Ricoh RL5C478" },
- { 0x119b, 0x1221, "i82365", "Omega Micro 82C092G" },
- { 0x1217, 0x6729, "i82365", "O2 Micro 6729" },
- { 0x1217, 0x673a, "i82365", "O2 Micro 6730" },
+ { 0x119b, 0x1221, "pd6729", "Omega Micro 82C092G" },
+ { 0x1217, 0x6729, "pd6729", "O2 Micro 6729" },
+ { 0x1217, 0x673a, "pd6729", "O2 Micro 6730" },
{ 0x1217, 0x6832, "yenta_socket", "O2 Micro 6832/6833" },
{ 0x1217, 0x6836, "yenta_socket", "O2 Micro 6836/6860" },
{ 0x1217, 0x6872, "yenta_socket", "O2 Micro 6812" },
@@ -525,7 +525,7 @@ char * pcmcia_probe(void)
if (!pci_probe())
return driver;
else if (!i365_probe())
- return "i82365";
+ return "pd6729";
else if (!tcic_probe())
return "tcic";
else