summaryrefslogtreecommitdiff
path: root/share/misc/scsi_modes
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-08 03:39:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-12-08 03:39:46 +0000
commit0cb422baf2149443be8b899b8132c3aa099d01de (patch)
treeb4d6fea72904c2f42a9ad3ccf36c8c37066ae5a4 /share/misc/scsi_modes
parentd661d29c3d7ef759c98184dac47bd77fd820cce4 (diff)
Add page 0x10 (Device Configuration Page for sequential-access devices); joerg
Add some extra flags in the caching page; tegge Fix a spelling error; mpp
Diffstat (limited to 'share/misc/scsi_modes')
-rw-r--r--share/misc/scsi_modes36
1 files changed, 32 insertions, 4 deletions
diff --git a/share/misc/scsi_modes b/share/misc/scsi_modes
index 12838a364d8..d1359c84796 100644
--- a/share/misc/scsi_modes
+++ b/share/misc/scsi_modes
@@ -1,5 +1,3 @@
-# $OpenBSD: scsi_modes,v 1.1 1996/06/12 11:21:47 deraadt Exp $
-
# SCSI mode page data base.
# Copyright (c) 1995 HD Associates
@@ -79,14 +77,18 @@
# DIRECT ACCESS DEVICES
# Caching page:
0x08 {
- {Reserved} *t5
+ {IC} t1
+ {ABPF} t1
+ {CAP} t1
+ {DISC} t1
+ {SIZE} t1
{WCE} t1
{MF} t1
{RCD} t1
{Demand Retention Priority} t4
{Write Retention Priority} t4
{Disable Pre-fetch Transfer Length} i2
- {Minumum Pre-fetch} i2
+ {Minimum Pre-fetch} i2
{Maximum Pre-fetch} i2
{Maximum Pre-fetch Ceiling} i2
}
@@ -231,3 +233,29 @@
{Output Port 3 Channel Selection} t4
{Output Port 3 Volume} i1
}
+
+0x10 {
+ {Reserved} *t1
+ {Change Active Partition} t1
+ {Change Active Format} t1
+ {Active Format} t5
+ {Active Partition} i1
+ {Write Buffer Full Ratio} i1
+ {Write Buffer Empty Ratio} i1
+ {Write Delay Time} i2
+ {Data Buffer Recovery} t1
+ {Block Identifiers Support} t1
+ {Report Setmarks} t1
+ {AAutomatic Velocity Control} t1
+ {Stop on Consecutive Filemarks} t2
+ {Recover Buffer Order} t1
+ {Report Early-Warning} t1
+ {Gap Size} i1
+ {EOD Defined} t3
+ {Enable EOD Generation} t1
+ {Synchronize at Early-Warning} t1
+ {Reserved} *t3
+ {Buffer Size at Early-Warning} i3
+ {Select Data Compression Algorithm} i1
+ {Reserved} *i1
+}