PERFORCE change 108555 for review

Kevin Lo kevlo at FreeBSD.org
Fri Oct 27 07:27:47 UTC 2006


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

Change 108555 by kevlo at kevlo_rtsl on 2006/10/27 07:27:12

	Enable bit 2(AHB Memory Mapped Byte Swap) in big-endian mode.
	       See IXP42x Developer's Manual section 6.11.

Affected files ...

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

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_pci.c#12 (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);
+	PCI_CSR_WRITE_4(sc, PCI_CSR, CSR_IC | CSR_ABE | CSR_PDS | CSR_ADS);
 #endif
 	
 	/*


More information about the p4-projects mailing list