summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-12-17 22:26:39 +0000
committergibbs <gibbs@FreeBSD.org>1998-12-17 22:26:39 +0000
commit904988fa58941063c825c67b15eb3a717ab11104 (patch)
treef3e361142575ea6ee9c4c7d2002ab63e56679bad
parentb83aae2412511343d1e326b1608c85eb6ebb54c6 (diff)
downloadFreeBSD-src-904988fa58941063c825c67b15eb3a717ab11104.zip
FreeBSD-src-904988fa58941063c825c67b15eb3a717ab11104.tar.gz
Correct the definition of the changer device capabilities page. The
previous definition confused some reserved bytes for exchange capabilities.
-rw-r--r--sys/cam/scsi/scsi_ch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_ch.h b/sys/cam/scsi/scsi_ch.h
index 97c6c69..0f53c93 100644
--- a/sys/cam/scsi/scsi_ch.h
+++ b/sys/cam/scsi/scsi_ch.h
@@ -347,7 +347,7 @@ struct page_device_capabilities {
#define MOVE_TO_IE 0x04
#define MOVE_TO_DT 0x08
- u_int8_t reserved1[2];
+ u_int8_t reserved1[4];
/*
* Similar to above, but for EXCHANGE MEDIUM.
OpenPOWER on IntegriCloud