summaryrefslogtreecommitdiff
path: root/sys/scsi/scsiconf.h
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2009-12-06 09:35:17 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2009-12-06 09:35:17 +0000
commite297ebade5c740dfc01cf520df5b8d7fdf9b8f2e (patch)
tree5e69bbc4510dcb71c8b5c31a2055946d33ee4b95 /sys/scsi/scsiconf.h
parent254e0347247d1df5ecbd5e113eadce09edfb9197 (diff)
SCSI_USER is deprecated. the ioctl handlers arent special with regard to
the midlayer.
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r--sys/scsi/scsiconf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h
index ac9784b7bc8..f3785e02416 100644
--- a/sys/scsi/scsiconf.h
+++ b/sys/scsi/scsiconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.h,v 1.113 2009/12/01 01:50:35 dlg Exp $ */
+/* $OpenBSD: scsiconf.h,v 1.114 2009/12/06 09:35:16 dlg Exp $ */
/* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */
/*
@@ -464,7 +464,6 @@ struct scsi_xfer {
#define SCSI_NOSLEEP 0x00001 /* don't sleep */
#define SCSI_POLL 0x00002 /* poll for completion */
#define SCSI_AUTOCONF 0x00003 /* shorthand for SCSI_POLL | SCSI_NOSLEEP */
-#define SCSI_USER 0x00004 /* Is a user cmd, call scsi_user_done */
#define ITSDONE 0x00008 /* the transfer is as done as it gets */
#define SCSI_SILENT 0x00020 /* don't announce NOT READY or MEDIA CHANGE */
#define SCSI_IGNORE_NOT_READY 0x00040 /* ignore NOT READY */