diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-29 10:16:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-07-29 10:16:48 +0000 |
commit | e4b6839fd399aa4e66712af87c51b1934c9b1d16 (patch) | |
tree | ece903728db7b69e7e53e8822ea2e7eeb8b5ec50 /target/linux/ppc40x/patches/101-pata-magicbox-cf-driver.patch | |
parent | 32868c1a0027a2aaa0dafea3287f8fcc34459052 (diff) | |
download | upstream-e4b6839fd399aa4e66712af87c51b1934c9b1d16.tar.gz upstream-e4b6839fd399aa4e66712af87c51b1934c9b1d16.tar.bz2 upstream-e4b6839fd399aa4e66712af87c51b1934c9b1d16.zip |
upgrade to 3.0 (magicbox ata and openrb usb is broken, but the current kernel didn't compile at all, so...)
SVN-Revision: 27826
Diffstat (limited to 'target/linux/ppc40x/patches/101-pata-magicbox-cf-driver.patch')
-rw-r--r-- | target/linux/ppc40x/patches/101-pata-magicbox-cf-driver.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/ppc40x/patches/101-pata-magicbox-cf-driver.patch b/target/linux/ppc40x/patches/101-pata-magicbox-cf-driver.patch index 3893587777..bf49177d38 100644 --- a/target/linux/ppc40x/patches/101-pata-magicbox-cf-driver.patch +++ b/target/linux/ppc40x/patches/101-pata-magicbox-cf-driver.patch @@ -1,6 +1,6 @@ --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig -@@ -745,6 +745,16 @@ config PATA_IXP4XX_CF +@@ -144,6 +144,16 @@ config PDC_ADMA If unsure, say N. @@ -19,14 +19,14 @@ depends on CPU_CAVIUM_OCTEON --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile -@@ -49,6 +49,7 @@ obj-$(CONFIG_PATA_OPTI) += pata_opti.o - obj-$(CONFIG_PATA_OPTIDMA) += pata_optidma.o - obj-$(CONFIG_PATA_MPC52xx) += pata_mpc52xx.o - obj-$(CONFIG_PATA_MARVELL) += pata_marvell.o +@@ -80,6 +80,7 @@ obj-$(CONFIG_PATA_AT91) += pata_at91.o + obj-$(CONFIG_PATA_CMD640_PCI) += pata_cmd640.o + obj-$(CONFIG_PATA_ISAPNP) += pata_isapnp.o + obj-$(CONFIG_PATA_IXP4XX_CF) += pata_ixp4xx_cf.o +obj-$(CONFIG_PATA_MAGICBOX_CF) += pata_magicbox_cf.o obj-$(CONFIG_PATA_MPIIX) += pata_mpiix.o - obj-$(CONFIG_PATA_OLDPIIX) += pata_oldpiix.o - obj-$(CONFIG_PATA_PALMLD) += pata_palmld.o + obj-$(CONFIG_PATA_NS87410) += pata_ns87410.o + obj-$(CONFIG_PATA_OPTI) += pata_opti.o --- /dev/null +++ b/drivers/ata/pata_magicbox_cf.c @@ -0,0 +1,404 @@ |