Typo on PCI ids
SVN-Revision: 9328
This commit is contained in:
parent
9dc51096e6
commit
f61a627092
2 changed files with 2 additions and 3 deletions
|
@ -1002,8 +1002,7 @@ enum {
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct pci_device_id r6040_pci_tbl[] = {
|
static struct pci_device_id r6040_pci_tbl[] = {
|
||||||
{0x17F3, 0x6040, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RDC_6040},
|
{PCI_VENDOR_ID_RDC, PCI_DEVICE_ID_RDC_R6040, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RDC_6040},
|
||||||
/* {PCI_VENDOR_ID_RDC, PCI_DEVICE_ID_R6040, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RDC_6040},*/
|
|
||||||
/*{0x1106, 0x3065, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RDC_6040},*/
|
/*{0x1106, 0x3065, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RDC_6040},*/
|
||||||
{0,}
|
{0,}
|
||||||
};
|
};
|
||||||
|
|
|
@ -67,7 +67,7 @@ diff -urN linux-2.6.19/arch/i386/Makefile linux-2.6.19.new/arch/i386/Makefile
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct device_fixup fixups_table[] = {
|
static struct device_fixup fixups_table[] = {
|
||||||
+{ PCI_VENDOR_ID_RDC, PCI_DEVICE_ID_R6030, r8610_reset },
|
+{ PCI_VENDOR_ID_RDC, PCI_DEVICE_ID_RDC_R6030, r8610_reset },
|
||||||
{ PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5530_LEGACY, cs5530a_warm_reset },
|
{ PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5530_LEGACY, cs5530a_warm_reset },
|
||||||
{ PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_ISA, cs5536_warm_reset },
|
{ PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_ISA, cs5536_warm_reset },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue