diff options
author | Jennifer Li <Jennifer.li@o2micro.com> | 2010-11-17 23:01:59 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-01-08 22:48:03 -0500 |
commit | 26daa1ed40c6b31b4220581431982814c47c608a (patch) | |
tree | 619f6204fbbe992f7ae9da99cb01e5de6b7a9990 /include/linux/pci_ids.h | |
parent | 17d8020d9a4ee7d5965996ea75636dc3d058963f (diff) |
mmc: sdhci: Disable ADMA on some O2Micro SD/MMC parts.
This patch disables the broken ADMA on selected O2Micro devices.
Signed-off-by: Jennifer Li <Jennifer.li@o2micro.com>
Reviewed-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index cb845c16ad7d..7a58875cdad5 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -1650,6 +1650,11 @@ | |||
1650 | #define PCI_DEVICE_ID_O2_6836 0x6836 | 1650 | #define PCI_DEVICE_ID_O2_6836 0x6836 |
1651 | #define PCI_DEVICE_ID_O2_6812 0x6872 | 1651 | #define PCI_DEVICE_ID_O2_6812 0x6872 |
1652 | #define PCI_DEVICE_ID_O2_6933 0x6933 | 1652 | #define PCI_DEVICE_ID_O2_6933 0x6933 |
1653 | #define PCI_DEVICE_ID_O2_8120 0x8120 | ||
1654 | #define PCI_DEVICE_ID_O2_8220 0x8220 | ||
1655 | #define PCI_DEVICE_ID_O2_8221 0x8221 | ||
1656 | #define PCI_DEVICE_ID_O2_8320 0x8320 | ||
1657 | #define PCI_DEVICE_ID_O2_8321 0x8321 | ||
1653 | 1658 | ||
1654 | #define PCI_VENDOR_ID_3DFX 0x121a | 1659 | #define PCI_VENDOR_ID_3DFX 0x121a |
1655 | #define PCI_DEVICE_ID_3DFX_VOODOO 0x0001 | 1660 | #define PCI_DEVICE_ID_3DFX_VOODOO 0x0001 |