PERFORCE change 108882 for review

Kevin Lo kevlo at FreeBSD.org
Wed Nov 1 03:40:33 UTC 2006


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

Change 108882 by kevlo at kevlo_rtsl on 2006/11/01 03:40:14

	MFsam_avila: undo PCI memory byte swap changes.

Affected files ...

.. //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_pci_space.c#6 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/xscale/ixp425/ixp425_pci_space.c#6 (text+ko) ====

@@ -469,7 +469,7 @@
 	u_int32_t data;
 
 	data = ixp425_pci_mem_bs_r_4(v, ioh, off);
-	return (htole32(data));
+	return (le32toh(data));
 }
 
 static void


More information about the p4-projects mailing list