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