cvs commit: src/sys/dev/ata ata-queue.c

2008-04-21 Thread S�ren Schmidt
sos 2008-04-21 10:35:19 UTC FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: Unload DMA slot on device timeouts. Revision ChangesPath 1.73 +1 -0 src/sys/dev/ata/ata-queue.c ___ cvs-a

cvs commit: src/sys/dev/ata ata-queue.c

2007-03-29 Thread Thomas Quinot
thomas 2007-03-29 19:14:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ata ata-queue.c Log: MFC rev. 1.69: (ata_completed): When REQUEST SENSE is automatically issued after a failed ATAPI request, do not clear the ATA_R_DEBUG flag.

cvs commit: src/sys/dev/ata ata-queue.c

2007-03-13 Thread Thomas Quinot
thomas 2007-03-13 20:31:56 UTC FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: (ata_completed): When REQUEST SENSE is automatically issued after a failed ATAPI request, do not clear the ATA_R_DEBUG flag. This allows a request marked as requirin

cvs commit: src/sys/dev/ata ata-queue.c src/sys/sys ata.h

2007-02-01 Thread Remko Lodder
remko 2007-02-02 07:54:10 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_5) sys/dev/ata ata-queue.c sys/sys ata.h Log: MFC: Fix a typo in ata-queue.c PR: kern/107100 Submitted by: Step

cvs commit: src/sys/dev/ata ata-queue.c src/sys/sys ata.h

2007-01-27 Thread Remko Lodder
remko 2007-01-27 21:15:59 UTC FreeBSD src repository (doc committer) Modified files: sys/dev/ata ata-queue.c sys/sys ata.h Log: Add the SMART command to the ATA instruction set. When the disk has an error, it will now print SMART instead of 'Unkno

cvs commit: src/sys/dev/ata ata-queue.c

2006-12-23 Thread Remko Lodder
remko 2006-12-23 12:40:54 UTC FreeBSD src repository (doc committer) Modified files: sys/dev/ata ata-queue.c Log: Fix a typo in ata-queue.c PR: kern/107100 Submitted by: Stephen J. Roznowski Approved by:sos Revision ChangesPath 1

cvs commit: src/sys/dev/ata ata-queue.c

2006-07-21 Thread Warner Losh
imp 2006-07-21 19:13:06 UTC FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: If we get an error w/o atapi sense information, just print a newline to terminate the message we started. I get non-terminated messages when reading audio tracks w/o

cvs commit: src/sys/dev/ata ata-queue.c

2006-04-17 Thread S�ren Schmidt
sos 2006-04-17 10:47:02 UTC FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: Add missing ";" found by: jmg Revision ChangesPath 1.64 +1 -1 src/sys/dev/ata/ata-queue.c ___

cvs commit: src/sys/dev/ata ata-queue.c

2006-03-09 Thread S�ren Schmidt
sos 2006-03-09 10:25:36 UTC FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: Only use the channel in the request given to ata_completed if its still present. Revision ChangesPath 1.62 +7 -3 src/sys/dev/ata/ata-queue.c __

cvs commit: src/sys/dev/ata ata-queue.c

2006-03-07 Thread S�ren Schmidt
sos 2006-03-07 14:27:54 UTC FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: Only look for ICRC and CORR errors on ATA devices not ATAPI. Revision ChangesPath 1.60 +1 -1 src/sys/dev/ata/ata-queue.c