diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-27 00:04:25 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-27 00:04:25 +0000 |
commit | 738a65166723ae2f74749e57bde6e061f65432f3 (patch) | |
tree | 09d45f20999aceb417dc71f85683c6aaf8c45c07 /packages/linux/nslu2-kernel/2.6.14/90-ixp4xx-pci-le.patch | |
parent | 46aa834d2945f0d14cdb136c40413c4e028b91fb (diff) |
nslu2-kernel: split nslu2 patches in 2.6.14-rc5
- the nslu2-arch and nslu2-general patches are now split into nslu2-arch,
- with all the board level support, and nslu2-<drivers> for each of the
- separable drivers. This is to make them ready for pushing upstream.
Diffstat (limited to 'packages/linux/nslu2-kernel/2.6.14/90-ixp4xx-pci-le.patch')
-rw-r--r-- | packages/linux/nslu2-kernel/2.6.14/90-ixp4xx-pci-le.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/linux/nslu2-kernel/2.6.14/90-ixp4xx-pci-le.patch b/packages/linux/nslu2-kernel/2.6.14/90-ixp4xx-pci-le.patch index a536325067..1a37b13a79 100644 --- a/packages/linux/nslu2-kernel/2.6.14/90-ixp4xx-pci-le.patch +++ b/packages/linux/nslu2-kernel/2.6.14/90-ixp4xx-pci-le.patch @@ -1,6 +1,5 @@ -diff -urpN linux-2.6.11.12/arch/arm/mach-ixp4xx/common-pci.c linux-2.6.11.12-le2/arch/arm/mach-ixp4xx/common-pci.c ---- linux-2.6.11.12/arch/arm/mach-ixp4xx/common-pci.c 2005-06-12 04:45:37.000000000 +0200 -+++ linux-2.6.11.12-le2/arch/arm/mach-ixp4xx/common-pci.c 2005-07-17 12:13:55.000000000 +0200 +--- linux-2.6.13/.pc/90-ixp4xx-pci-le.patch/arch/arm/mach-ixp4xx/common-pci.c 2005-08-28 16:41:01.000000000 -0700 ++++ linux-2.6.13/arch/arm/mach-ixp4xx/common-pci.c 2005-10-26 15:24:30.337542292 -0700 @@ -427,7 +427,7 @@ void __init ixp4xx_pci_preinit(void) #ifdef __ARMEB__ *PCI_CSR = PCI_CSR_IC | PCI_CSR_ABE | PCI_CSR_PDS | PCI_CSR_ADS; @@ -10,4 +9,3 @@ diff -urpN linux-2.6.11.12/arch/arm/mach-ixp4xx/common-pci.c linux-2.6.11.12-le2 #endif pr_debug("DONE\n"); - |