diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-08-21 20:01:59 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-08-21 20:01:59 +0000 |
commit | 7617a0440ca86ab08e38f6e4edfd6bf8e4ced298 (patch) | |
tree | a9b53971940c462a2aa78177d0ba69e44e4bbe92 /sys/scsi/scsi_all.h | |
parent | 7ab5444375deb7fb955580b8ac93729281f8aa56 (diff) | |
download | FreeBSD-src-7617a0440ca86ab08e38f6e4edfd6bf8e4ced298.zip FreeBSD-src-7617a0440ca86ab08e38f6e4edfd6bf8e4ced298.tar.gz |
Fixed printf's so that they announce them selfs correctly (ie aha%d: before
every error message and every probe message).
Diffstat (limited to 'sys/scsi/scsi_all.h')
-rw-r--r-- | sys/scsi/scsi_all.h | 37 |
1 files changed, 2 insertions, 35 deletions
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index 2a1b6a6..3f1c348 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -1,39 +1,7 @@ /* - * HISTORY - * $Log: scsi_all.h,v $ - * Revision 1.4 93/08/05 21:37:37 julian - * fix the definitionof the last byte of each scsi command. - * - * Revision 1.3 93/08/01 02:39:21 julian - * compiles.. no mode bitfields - * - * Revision 1.2 93/07/31 22:52:26 julian - * removed all bitfields - * - * Revision 1.1 93/04/12 21:51:01 root - * checkin for 'jules' - * - * Revision 1.2 1992/11/20 23:07:13 julian - * add a definition for device type T_NODEVICE - * - * Revision 1.1 1992/09/26 22:14:02 julian - * Initial revision - * - * - * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE - * -------------------- ----- ---------------------- - * CURRENT PATCH LEVEL: 1 00098 - * -------------------- ----- ---------------------- - * - * 16 Feb 93 Julian Elischer ADDED for SCSI system - * - */ - -/* * SCSI general interface description */ - /* * Largely written by Julian Elischer (julian@tfs.com) * for TRW Financial Systems. @@ -48,10 +16,9 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - */ - -/* * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 + * + * $Id$ */ /* |