summaryrefslogtreecommitdiffstats
path: root/sys/scsi/ch.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/ch.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/ch.c')
-rw-r--r--sys/scsi/ch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/ch.c b/sys/scsi/ch.c
index 985011f..3ba80fb 100644
--- a/sys/scsi/ch.c
+++ b/sys/scsi/ch.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ch.c,v 1.45 1998/05/06 09:11:20 phk Exp $
+ * $Id: ch.c,v 1.46 1998/06/07 17:12:47 dfr Exp $
*/
#include "opt_devfs.h"
@@ -56,6 +56,7 @@
#include <scsi/scsiconf.h>
#include <scsi/scsi_driver.h>
+#include "ioconf.h"
#define CHRETRIES 2
#define CHUNIT(x) (minor((x)))
OpenPOWER on IntegriCloud