summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sd.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-17 14:13:15 +0000
committerbde <bde@FreeBSD.org>1998-06-17 14:13:15 +0000
commit744972b9cbe22f1e981aa09e6e17b6e32d2f49fa (patch)
treec1f31adb7ec8df12e44c2c6782a5499a2cb736d0 /sys/scsi/sd.c
parent6fe3c033c01dbda334ff6a169bdd218ae2d0efd0 (diff)
downloadFreeBSD-src-744972b9cbe22f1e981aa09e6e17b6e32d2f49fa.zip
FreeBSD-src-744972b9cbe22f1e981aa09e6e17b6e32d2f49fa.tar.gz
Added used include of "ioconf.h" - don't depend on pollution in
<sys/conf.h>. I'm fixing isa interrupt handler configuration and this is just a quick fix to keep SCSI configuration unharmed.
Diffstat (limited to 'sys/scsi/sd.c')
-rw-r--r--sys/scsi/sd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index fcd8196..c872385 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
- * $Id: sd.c,v 1.129 1998/05/07 12:13:47 julian Exp $
+ * $Id: sd.c,v 1.130 1998/06/07 17:12:51 dfr Exp $
*/
#include "opt_bounce.h"
@@ -55,6 +55,8 @@
#include <pc98/pc98/pc98_machdep.h>
#endif
+#include "ioconf.h"
+
static u_int32_t sdstrats, sdqueues;
#define SECSIZE 512
OpenPOWER on IntegriCloud