Date: Wed, 12 Jul 2006 05:12:45 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 101328 for review Message-ID: <200607120512.k6C5CjRW065199@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101328 Change 101328 by kmacy@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607120512.k6C5CjRW065199>