Date: Fri, 27 Oct 2006 07:56:23 GMT From: Kevin Lo <kevlo@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 108558 for review Message-ID: <200610270756.k9R7uNdX065888@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=108558 Change 108558 by kevlo@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 /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610270756.k9R7uNdX065888>