summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/aic6360.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-23 06:26:47 +0000
committerbde <bde@FreeBSD.org>1997-03-23 06:26:47 +0000
commit2143997eab8b83736ded77efb242b7be7710f2f9 (patch)
treea78054f5a9f0d08e86500d2011b228190e2ac9b5 /sys/i386/isa/aic6360.c
parent022268abf522dd5d4efd4fba4052a4a0cb71c9be (diff)
downloadFreeBSD-src-2143997eab8b83736ded77efb242b7be7710f2f9.zip
FreeBSD-src-2143997eab8b83736ded77efb242b7be7710f2f9.tar.gz
Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
from <scsi/scsiconf.h> and fixed everything that depended on them.
Diffstat (limited to 'sys/i386/isa/aic6360.c')
-rw-r--r--sys/i386/isa/aic6360.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c
index ee3f13f..66495e9 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>
OpenPOWER on IntegriCloud