Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   jakllsch
Date:           Tue Jan 24 20:04:08 UTC 2012

Modified Files:
        src/sys/dev/ata: atavar.h satafis_subr.c satafisreg.h wd.c
        src/sys/dev/ic: mvsata.c wdc.c
        src/sys/sys: ataio.h

Log Message:
Rework struct ata_command to support LBA28 and LBA48-protocol commands.
Implement 28- and 48-bit command issuance and parameter read-back in the
various ATA host drivers. Add LBA28-protocol support to ATAIOCCOMMAND ioctl.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/dev/ata/atavar.h
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ata/satafis_subr.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ata/satafisreg.h
cvs rdiff -u -r1.390 -r1.391 src/sys/dev/ata/wd.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/mvsata.c
cvs rdiff -u -r1.267 -r1.268 src/sys/dev/ic/wdc.c
cvs rdiff -u -r1.8 -r1.9 src/sys/sys/ataio.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index