summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/aic6360.c
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>1995-03-01 22:30:47 +0000
committerdufault <dufault@FreeBSD.org>1995-03-01 22:30:47 +0000
commit734069d1bb47d66aa9b2be03a9152402ac6851bb (patch)
treee42168cb9207b06820ba510b273c6a365a85ae5f /sys/i386/isa/aic6360.c
parente6201befc6e92c59d9d29b4253c96a63c941cc46 (diff)
downloadFreeBSD-src-734069d1bb47d66aa9b2be03a9152402ac6851bb.zip
FreeBSD-src-734069d1bb47d66aa9b2be03a9152402ac6851bb.tar.gz
Made host id configurable with a kernel option "AIC_SCSI_HOSTID=val".
This is really only a stop gap; it should be settable in config.
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 47004a4..c54a979 100644
--- a/sys/i386/isa/aic6360.c
+++ b/sys/i386/isa/aic6360.c
@@ -31,7 +31,7 @@
*/
/*
- * $Id: aic6360.c,v 1.4 1994/11/15 14:54:13 bde Exp $
+ * $Id: aic6360.c,v 1.5 1994/11/16 02:45:36 bde Exp $
*
* Acknowledgements: Many of the algorithms used in this driver are
* inspired by the work of Julian Elischer (julian@tfs.com) and
@@ -52,7 +52,9 @@
*/
/* The SCSI ID of the host adapter/computer */
+#ifndef AIC_SCSI_HOSTID
#define AIC_SCSI_HOSTID 7
+#endif
/* Use doubleword transfers to/from SCSI chip. Note: This requires
* motherboard support. Basicly, some motherboard chipsets are able to
OpenPOWER on IntegriCloud