summaryrefslogtreecommitdiffstats
path: root/sys/i386/scsi
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-10-01 03:01:06 +0000
committerpst <pst@FreeBSD.org>1996-10-01 03:01:06 +0000
commitd79a1dfb7183c2997895b2d3b74425a6063882e5 (patch)
treece6eb4bd4a36b0e5d591df8e6c81ccabbb5aaa34 /sys/i386/scsi
parentcdaee83df3aef2f81bbcd2fd3c0881bbc452e2ca (diff)
downloadFreeBSD-src-d79a1dfb7183c2997895b2d3b74425a6063882e5.zip
FreeBSD-src-d79a1dfb7183c2997895b2d3b74425a6063882e5.tar.gz
Document the Adaptec driver options for tagged command queueing and SCB
paging (with a warning not to use SCB paging) and create an opt_aic7xxx.h file for these options.
Diffstat (limited to 'sys/i386/scsi')
-rw-r--r--sys/i386/scsi/aic7xxx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/scsi/aic7xxx.c b/sys/i386/scsi/aic7xxx.c
index 45ad793..c678fa6 100644
--- a/sys/i386/scsi/aic7xxx.c
+++ b/sys/i386/scsi/aic7xxx.c
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: aic7xxx.c,v 1.74 1996/06/09 17:29:35 gibbs Exp $
+ * $Id: aic7xxx.c,v 1.75 1996/06/23 20:02:37 gibbs Exp $
*/
/*
* TODO:
@@ -140,6 +140,7 @@
#include <vm/pmap.h>
#if defined(__FreeBSD__)
+#include "opt_aic7xxx.h"
#include <i386/scsi/aic7xxx.h>
#include <dev/aic7xxx/aic7xxx_reg.h>
OpenPOWER on IntegriCloud