diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-22 14:35:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-22 14:35:44 +0000 |
commit | a232614599face9788bb78b9f15995dc01f7568b (patch) | |
tree | bf91b5a0335164b1244f1cca835834825f53ee0a /sys/scsi/scsi_disk.h | |
parent | f42d8b99248945a02177adb0c2d42667133940d2 (diff) |
KNF
Diffstat (limited to 'sys/scsi/scsi_disk.h')
-rw-r--r-- | sys/scsi/scsi_disk.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sys/scsi/scsi_disk.h b/sys/scsi/scsi_disk.h index 25de75a7992..33d8cfbbc29 100644 --- a/sys/scsi/scsi_disk.h +++ b/sys/scsi/scsi_disk.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_disk.h,v 1.10 2001/01/29 02:33:17 csapuntz Exp $ */ +/* $OpenBSD: scsi_disk.h,v 1.11 2001/06/22 14:35:43 deraadt Exp $ */ /* $NetBSD: scsi_disk.h,v 1.10 1996/07/05 16:19:05 christos Exp $ */ /* @@ -149,7 +149,7 @@ struct scsi_reassign_blocks { * XXX Is this also used by ATAPI? */ #define REZERO_UNIT 0x01 -#define SCSI_REZERO_UNIT 0x01 +#define SCSI_REZERO_UNIT 0x01 struct scsi_rezero_unit { u_int8_t opcode; u_int8_t byte2; @@ -217,20 +217,20 @@ struct scsi_synchronize_cache { */ #define REASSIGN_BLOCKS 0x07 #define READ_COMMAND 0x08 -#define SCSI_READ_COMMAND 0x08 -#define WRITE_COMMAND 0x0a -#define SCSI_WRITE_COMMAND 0x0a -#define MODE_SELECT 0x15 -#define SCSI_MODE_SELECT 0x15 +#define SCSI_READ_COMMAND 0x08 +#define WRITE_COMMAND 0x0a +#define SCSI_WRITE_COMMAND 0x0a +#define MODE_SELECT 0x15 +#define SCSI_MODE_SELECT 0x15 #define MODE_SENSE 0x1a #define START_STOP 0x1b -#define PREVENT_ALLOW 0x1e -#define READ_CAPACITY 0x25 +#define PREVENT_ALLOW 0x1e +#define READ_CAPACITY 0x25 #define READ_BIG 0x28 #define WRITE_BIG 0x2a #define SYNCHRONIZE_CACHE 0x35 -#define SCSI_MODE_SELECT_BIG 0x55 -#define SCSI_MODE_SENSE_BIG 0x5a +#define SCSI_MODE_SELECT_BIG 0x55 +#define SCSI_MODE_SENSE_BIG 0x5a struct scsi_read_cap_data { |