diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-11-05 14:16:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-05 14:16:30 +0000 |
commit | f20c6d9da02a584be54cc96f419bb3aa58d0e507 (patch) | |
tree | d6b9ca36245b8e7bebbb6343509264fb9ce1add7 /packages/linux/nas100d-kernel/2.6.14/90-ixp4xx-pci-le.patch | |
parent | e33d9cbbffe963c4dd3ebf22bd7b1989cddef191 (diff) |
ludeos: Added nas100d/ludeos distribution, including nas100d-kernel.
Diffstat (limited to 'packages/linux/nas100d-kernel/2.6.14/90-ixp4xx-pci-le.patch')
-rw-r--r-- | packages/linux/nas100d-kernel/2.6.14/90-ixp4xx-pci-le.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/linux/nas100d-kernel/2.6.14/90-ixp4xx-pci-le.patch b/packages/linux/nas100d-kernel/2.6.14/90-ixp4xx-pci-le.patch new file mode 100644 index 0000000000..1a37b13a79 --- /dev/null +++ b/packages/linux/nas100d-kernel/2.6.14/90-ixp4xx-pci-le.patch @@ -0,0 +1,11 @@ +--- 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; + #else +- *PCI_CSR = PCI_CSR_IC; ++ *PCI_CSR = PCI_CSR_IC | PCI_CSR_ABE; + #endif + + pr_debug("DONE\n"); |