CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2010/07/26 22:41:56
Modified files: sys/scsi : scsiconf.h scsi_base.c sys/dev/ata : atascsi.c Log message: Add scsi_cmd_rw_decode() for decoding any SCSI READ or WRITE command, and update atascsi(4) to make use of it. (Other HBAs will be updated post-release.) Should allow for use of SATA drives with >2^32 LBAs. ok deraadt@, dlg@, krw@