summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2009-06-06 05:35:49 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2009-06-06 05:35:49 +0000
commit14f56fd54d50cc1c9bba30f5d386b6b2c78908ad (patch)
treef9ce6cc4e55214fc96645f7ac4aa543b1713df1a /sys
parentd0478d5567425fd9d013494fa779ad787a5cc2e4 (diff)
We only really need to #define SYNCHRONIZE_CACHE 0x35 once.
Diffstat (limited to 'sys')
-rw-r--r--sys/scsi/scsi_disk.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsi_disk.h b/sys/scsi/scsi_disk.h
index 508c3b5648c..d8c9685ea9c 100644
--- a/sys/scsi/scsi_disk.h
+++ b/sys/scsi/scsi_disk.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsi_disk.h,v 1.22 2007/06/23 19:19:49 krw Exp $ */
+/* $OpenBSD: scsi_disk.h,v 1.23 2009/06/06 05:35:48 krw Exp $ */
/* $NetBSD: scsi_disk.h,v 1.10 1996/07/05 16:19:05 christos Exp $ */
/*
@@ -225,7 +225,6 @@ struct scsi_start_stop {
/*
* XXX Does ATAPI have an equivalent?
*/
-#define SYNCHRONIZE_CACHE 0x35
struct scsi_synchronize_cache {
u_int8_t opcode;
u_int8_t flags;