syscons util remove use kbdcontrol & vidcontrol instead
[unix-history] / sys / scsi / scsiconf.h
index 018d019..f3f9586 100644 (file)
@@ -14,7 +14,7 @@
  *
  * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
  *
  *
  * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
  *
- *     $Id: scsiconf.h,v 1.7 1993/11/18 05:02:59 rgrimes Exp $
+ *     $Id: scsiconf.h,v 1.8 1993/12/19 00:54:55 wollman Exp $
  */
 #ifndef        SCSI_SCSICONF_H
 #define SCSI_SCSICONF_H 1
  */
 #ifndef        SCSI_SCSICONF_H
 #define SCSI_SCSICONF_H 1
@@ -134,6 +134,7 @@ struct scsi_link
 #define        SDEV_MEDIA_LOADED       0x01    /* device figures are still valid */
 #define        SDEV_WAITING            0x02    /* a process is waiting for this */
 #define        SDEV_OPEN               0x04    /* at least 1 open session */
 #define        SDEV_MEDIA_LOADED       0x01    /* device figures are still valid */
 #define        SDEV_WAITING            0x02    /* a process is waiting for this */
 #define        SDEV_OPEN               0x04    /* at least 1 open session */
+#define SDEV_BOUNCE            0x08    /* unit requires DMA bounce buffer */
 #define        SDEV_DBX                0xF0    /* debuging flags (scsi_debug.h) */     
 
 /*
 #define        SDEV_DBX                0xF0    /* debuging flags (scsi_debug.h) */     
 
 /*