summaryrefslogtreecommitdiffstats
path: root/share/misc/scsi_modes
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2001-05-22 12:37:50 +0000
committerjoerg <joerg@FreeBSD.org>2001-05-22 12:37:50 +0000
commit09568407221b65fb89f5ec24cad35ecc7c53eb99 (patch)
tree353d652cf0ae627d5c96b6db60ddc8e6cb214990 /share/misc/scsi_modes
parent08e1620f8d8c360a4a51388b3cc9404c4f8663f6 (diff)
downloadFreeBSD-src-09568407221b65fb89f5ec24cad35ecc7c53eb99.zip
FreeBSD-src-09568407221b65fb89f5ec24cad35ecc7c53eb99.tar.gz
Include the Power Control page (0x1a) that is standardized by SCSI-3.
At least some IBM drives support the Standby Condition Timer (i. e. they allow for an automatic spindown). Update copyright for 2001. I don't want to insert my name for just one mode page definition, do people think that `The FreeBSD Project' is OK?
Diffstat (limited to 'share/misc/scsi_modes')
-rw-r--r--share/misc/scsi_modes9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/misc/scsi_modes b/share/misc/scsi_modes
index 963f1ba..5da4827 100644
--- a/share/misc/scsi_modes
+++ b/share/misc/scsi_modes
@@ -1,6 +1,7 @@
# SCSI mode page data base.
# Copyright (c) 1995 HD Associates
+# Copyright (c) 2001 The FreeBSD Project
# (contact: dufault@hda.com)
# All rights reserved.
#
@@ -86,6 +87,14 @@
{Reserved} *i1
}
+0x1a "Power Control" {
+ {Reserved} *i1
+ {Reserved} *t6
+ {Idle} t1
+ {Standby} t1
+ {Idle Condition Timer} i4
+ {Standby Condition Timer} i4
+}
# DIRECT ACCESS DEVICES
0x08 "Caching Page" {
OpenPOWER on IntegriCloud