summaryrefslogtreecommitdiffstats
path: root/sys/dev/mvs/mvs.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2011-04-12 16:01:27 +0000
committermav <mav@FreeBSD.org>2011-04-12 16:01:27 +0000
commit9f2652dbbc7b08fb7e12ddd0631c0ad892a0f808 (patch)
tree33a130b6a101f19931fd59596a6be471c381ba8a /sys/dev/mvs/mvs.h
parent950052527144e021e5ec554f34e6d896942517a5 (diff)
downloadFreeBSD-src-9f2652dbbc7b08fb7e12ddd0631c0ad892a0f808.zip
FreeBSD-src-9f2652dbbc7b08fb7e12ddd0631c0ad892a0f808.tar.gz
Implement automatic SCSI sense fetching for mvs(4).
Make few improvements/changes to ATAPI PIO support to pass most of scgcheck (cdrtools) tests.
Diffstat (limited to 'sys/dev/mvs/mvs.h')
-rw-r--r--sys/dev/mvs/mvs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mvs/mvs.h b/sys/dev/mvs/mvs.h
index 9ec4e3d..1d26722 100644
--- a/sys/dev/mvs/mvs.h
+++ b/sys/dev/mvs/mvs.h
@@ -557,7 +557,7 @@ struct mvs_channel {
int numtslots; /* Number of NCQ slots */
int numtslotspd[16];/* Number of NCQ slots per dev */
int numhslots; /* Number of holden slots */
- int readlog; /* Our READ LOG active */
+ int recoverycmd; /* Our READ LOG active */
int fatalerr; /* Fatal error happend */
int lastslot; /* Last used slot */
int taggedtarget; /* Last tagged target */
OpenPOWER on IntegriCloud