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