From 09568407221b65fb89f5ec24cad35ecc7c53eb99 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 22 May 2001 12:37:50 +0000 Subject: 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? --- share/misc/scsi_modes | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'share/misc/scsi_modes') 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" { -- cgit v1.1