summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/aic6360.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-23 04:40:00 +0000
committerbde <bde@FreeBSD.org>1997-03-23 04:40:00 +0000
commitd12a47b40b3e8d17f0fc52d557d1e8974cf57d00 (patch)
tree386aa84a2adecea30287fc4af2f8b3e7403f6426 /sys/i386/isa/aic6360.c
parent3676c95c1e887bccd9a3064068e7f428325258bc (diff)
downloadFreeBSD-src-d12a47b40b3e8d17f0fc52d557d1e8974cf57d00.zip
FreeBSD-src-d12a47b40b3e8d17f0fc52d557d1e8974cf57d00.tar.gz
Removed nested #include of <sys/conf.h> from <scsi/scsi_driver.h>
and fixed everything that depended on getting it from the wrong place. Most of the broken things actually only depended on getting the declaration of their interrupt handler from "ioconf.h".
Diffstat (limited to 'sys/i386/isa/aic6360.c')
-rw-r--r--sys/i386/isa/aic6360.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c
index 84a4c4b..ee3f13f 100644
--- a/sys/i386/isa/aic6360.c
+++ b/sys/i386/isa/aic6360.c
@@ -31,7 +31,7 @@
*/
/*
- * $Id$
+ * $Id: aic6360.c,v 1.26 1997/02/22 09:35:55 peter Exp $
*
* Acknowledgements: Many of the algorithms used in this driver are
* inspired by the work of Julian Elischer (julian@tfs.com) and
@@ -133,6 +133,8 @@
#include <sys/kernel.h>
+#include "ioconf.h"
+
/* Definitions, most of them has turned out to be unneccesary, but here they
* are anyway.
*/
OpenPOWER on IntegriCloud