PERFORCE change 170182 for review
Alexander Motin
mav at FreeBSD.org
Wed Nov 4 16:44:38 UTC 2009
http://p4web.freebsd.org/chv.cgi?CH=170182
Change 170182 by mav at mav_mavbook on 2009/11/04 16:44:34
IFC
Affected files ...
.. //depot/projects/scottl-camlock/src/sys/cam/ata/ata_all.h#20 integrate
Differences ...
==== //depot/projects/scottl-camlock/src/sys/cam/ata/ata_all.h#20 (text+ko) ====
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD: src/sys/cam/ata/ata_all.h,v 1.4 2009/11/04 15:24:32 mav Exp $
+ * $FreeBSD: src/sys/cam/ata/ata_all.h,v 1.5 2009/11/04 16:37:13 mav Exp $
*/
#ifndef CAM_ATA_ALL_H
@@ -104,7 +104,7 @@
uint64_t lba, uint16_t sector_count);
void ata_reset_cmd(struct ccb_ataio *ataio);
void ata_pm_read_cmd(struct ccb_ataio *ataio, int reg, int port);
-void ata_pm_write_cmd(struct ccb_ataio *ataio, int reg, int port, uint64_t val);
+void ata_pm_write_cmd(struct ccb_ataio *ataio, int reg, int port, uint32_t val);
void ata_bswap(int8_t *buf, int len);
void ata_btrim(int8_t *buf, int len);
More information about the p4-projects
mailing list