PERFORCE change 101328 for review

Kip Macy kmacy at FreeBSD.org
Wed Jul 12 05:12:46 UTC 2006


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

Change 101328 by kmacy at kmacy_storage:sun4v_work_stable on 2006/07/12 05:12:28

	this seems wrong, but gets us farther into init

Affected files ...

.. //depot/projects/kmacy_sun4v_stable/src/sys/dev/mpt/mpt.h#6 edit

Differences ...

==== //depot/projects/kmacy_sun4v_stable/src/sys/dev/mpt/mpt.h#6 (text+ko) ====

@@ -832,7 +832,7 @@
 static __inline uint32_t
 mpt_read(struct mpt_softc *mpt, int offset)
 {
-	return (bus_space_read_4(mpt->pci_st, mpt->pci_sh, offset));
+	return (bus_space_read_2(mpt->pci_st, mpt->pci_sh, offset));
 }
 
 static __inline uint16_t


More information about the p4-projects mailing list