diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-05-25 16:16:55 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-05-25 16:16:55 +0000 |
| commit | daa9c7cc4fbd60362f3b85426d1614df077c7ddb (patch) | |
| tree | aa89c1610e24323208155dfe9c7100434dc4951d | |
| parent | b22d410ca2aeb4968b8afd984be24dbbebbdff3e (diff) | |
Notes
| -rw-r--r-- | share/misc/scsi_modes | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/misc/scsi_modes b/share/misc/scsi_modes index 963f1baf485b..5da482717a80 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" { |
