diff options
| -rw-r--r-- | sys/i386/eisa/aha1742.c | 3 | ||||
| -rw-r--r-- | sys/i386/isa/aha1542.c | 3 | ||||
| -rw-r--r-- | sys/i386/isa/aic6360.c | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c index e2b9955a2013..2dc3d92c45ef 100644 --- a/sys/i386/eisa/aha1742.c +++ b/sys/i386/eisa/aha1742.c @@ -14,7 +14,7 @@ * * commenced: Sun Sep 27 18:14:01 PDT 1992 * - * $Id$ + * $Id: aha1742.c,v 1.57 1997/02/22 09:31:54 peter Exp $ */ #include <sys/types.h> @@ -32,6 +32,7 @@ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> +#include <scsi/scsi_debug.h> #include <machine/clock.h> diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c index 517882b7ce61..63de77a079a2 100644 --- a/sys/i386/isa/aha1542.c +++ b/sys/i386/isa/aha1542.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: aha1542.c,v 1.66 1997/02/22 09:35:52 peter Exp $ + * $Id: aha1542.c,v 1.67 1997/03/23 04:39:26 bde Exp $ */ /* @@ -42,6 +42,7 @@ #endif /* KERNEL */ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> +#include <scsi/scsi_debug.h> #ifdef KERNEL #include <sys/kernel.h> diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c index ee3f13f7d7b2..66495e9df1c3 100644 --- a/sys/i386/isa/aic6360.c +++ b/sys/i386/isa/aic6360.c @@ -31,7 +31,7 @@ */ /* - * $Id: aic6360.c,v 1.26 1997/02/22 09:35:55 peter Exp $ + * $Id: aic6360.c,v 1.27 1997/03/23 04:39:35 bde Exp $ * * Acknowledgements: Many of the algorithms used in this driver are * inspired by the work of Julian Elischer (julian@tfs.com) and @@ -127,6 +127,7 @@ #include <sys/queue.h> #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> +#include <scsi/scsi_debug.h> #include <machine/clock.h> #include <i386/isa/isa_device.h> |
