PERFORCE change 108794 for review

Kevin Lo kevlo at FreeBSD.org
Tue Oct 31 03:31:25 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=108794

Change 108794 by kevlo at kevlo_rtsl on 2006/10/31 03:30:51

	Don't enable ADS bit, it broke pci access. Pointed out by sam.

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_pci.c#14 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_pci.c#14 (text+ko) ====

@@ -189,7 +189,7 @@
 	 * Set up byte lane swapping between little-endian PCI
 	 * and the big-endian AHB bus
 	 */
-	PCI_CSR_WRITE_4(sc, PCI_CSR, CSR_IC | CSR_ABE | CSR_PDS | CSR_ADS);
+	PCI_CSR_WRITE_4(sc, PCI_CSR, CSR_IC | CSR_ABE | CSR_PDS);
 #else
 	PCI_CSR_WRITE_4(sc, PCI_CSR, CSR_IC | CSR_ABE);
 #endif


More information about the p4-projects mailing list