PERFORCE change 108558 for review
Kevin Lo
kevlo at FreeBSD.org
Fri Oct 27 07:56:29 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=108558
Change 108558 by kevlo at kevlo_rtsl on 2006/10/27 07:55:26
Little-endian mode if a macro __ARMEB__ left.
Affected files ...
.. //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_pci.c#13 edit
Differences ...
==== //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_pci.c#13 (text+ko) ====
@@ -190,6 +190,8 @@
* and the big-endian AHB bus
*/
PCI_CSR_WRITE_4(sc, PCI_CSR, CSR_IC | CSR_ABE | CSR_PDS | CSR_ADS);
+#else
+ PCI_CSR_WRITE_4(sc, PCI_CSR, CSR_IC | CSR_ABE);
#endif
/*
More information about the p4-projects
mailing list