From owner-cvs-sys Mon Sep 30 20:02:55 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA20445 for cvs-sys-outgoing; Mon, 30 Sep 1996 20:02:55 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA20250; Mon, 30 Sep 1996 20:01:15 -0700 (PDT) Date: Mon, 30 Sep 1996 20:01:15 -0700 (PDT) From: Paul Traina Message-Id: <199610010301.UAA20250@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT options.i386 src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/30 20:01:12 Modified: sys/i386/conf LINT options.i386 sys/i386/scsi aic7xxx.c Log: 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. Revision Changes Path 1.281 +10 -1 src/sys/i386/conf/LINT 1.19 +4 -1 src/sys/i386/conf/options.i386 1.76 +2 -1 src/sys/i386/scsi/aic7xxx.c