summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_ccb.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2009-11-11 11:10:36 +0000
committermav <mav@FreeBSD.org>2009-11-11 11:10:36 +0000
commit17cadb1aa54db7660df55a98f34126e08af6760f (patch)
treeceea3fcf873c9fdc72f0d23c18d3cdc692b9c8c0 /sys/cam/cam_ccb.h
parent2bf1f78b4d6b6f7e74958969c676160766e11f2e (diff)
downloadFreeBSD-src-17cadb1aa54db7660df55a98f34126e08af6760f.zip
FreeBSD-src-17cadb1aa54db7660df55a98f34126e08af6760f.tar.gz
MFp4:
- Move tagged queueing control from ADA to ATA XPT. It allows to control device command queue length correctly. First step to support < 32 tags. - Limit queue for non-tagged devices by 2 slots for ahci(4) and siis(4). - Implement quirk matching for ATA devices. - Move xpt_schedule_dev_sendq() from header to source file. - Move delayed queue shrinking to the more expected place - element freeing. - Remove some SCSIsms in ATA.
Diffstat (limited to 'sys/cam/cam_ccb.h')
-rw-r--r--sys/cam/cam_ccb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_ccb.h b/sys/cam/cam_ccb.h
index 483f22b..815da9d 100644
--- a/sys/cam/cam_ccb.h
+++ b/sys/cam/cam_ccb.h
@@ -307,7 +307,7 @@ struct ccb_getdev {
struct scsi_inquiry_data inq_data;
struct ata_params ident_data;
u_int8_t serial_num[252];
- u_int8_t reserved;
+ u_int8_t inq_flags;
u_int8_t serial_num_len;
};
OpenPOWER on IntegriCloud