From a644aba5017dfc9956e335d54cbdc4f68b763576 Mon Sep 17 00:00:00 2001 From: dufault Date: Fri, 14 Apr 1995 15:10:44 +0000 Subject: Added "scsi target" device that can act as a target for scsi transfers from an initiator Added Julian's support for residuals. Added Julian's fixes to the tape driver Made compile cleanly with -Wall Reduce boot up output --- sys/scsi/scsi_all.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys/scsi/scsi_all.h') diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index 77538bf..7d806c7 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: scsi_all.h,v 1.10 1995/03/01 22:24:41 dufault Exp $ + * $Id: scsi_all.h,v 1.11 1995/03/04 12:36:55 bde Exp $ */ /* @@ -207,8 +207,9 @@ struct scsi_changedef #define T_COMM 9 #define T_ASC0 10 #define T_ASC1 11 -#define T_UNKNOWN 12 -#define T_NTYPES 13 +#define T_TARGET 12 +#define T_UNKNOWN 13 +#define T_NTYPES 14 #define T_NODEVICE 0x1F -- cgit v1.1