summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/patches/004-rdc_fixes.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-15 16:13:25 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-15 16:13:25 +0000
commitcf20e81492b213aeb9c907d35ca348e726cd4f26 (patch)
treea7ed1100d4a96faf099a9572764ef986ddf6d1b4 /target/linux/rdc/patches/004-rdc_fixes.patch
parentcfe57b0b5f8537ac4e9b6d2e3c15c291d86e6063 (diff)
Add the RDC PCI ids for a fancier PCI device table.Return the system name on boot.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9327 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches/004-rdc_fixes.patch')
-rw-r--r--target/linux/rdc/patches/004-rdc_fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/patches/004-rdc_fixes.patch b/target/linux/rdc/patches/004-rdc_fixes.patch
index 524155adf..e67678a8e 100644
--- a/target/linux/rdc/patches/004-rdc_fixes.patch
+++ b/target/linux/rdc/patches/004-rdc_fixes.patch
@@ -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[] = {
-+{ 0x17F3, 0x6030, r8610_reset },
++{ PCI_VENDOR_ID_RDC, PCI_DEVICE_ID_R6030, r8610_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 },
};