summaryrefslogtreecommitdiffstats
path: root/sys/scsi/worm.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-01-05 20:12:53 +0000
committerwollman <wollman@FreeBSD.org>1996-01-05 20:12:53 +0000
commit6430272759633c6a6de434bc2bab68356801b788 (patch)
tree4458364e2aef24d7ff62d57b3a15dd2e4351245d /sys/scsi/worm.c
parenta37f9619e56b405232d5dcd14116e716283c690b (diff)
downloadFreeBSD-src-6430272759633c6a6de434bc2bab68356801b788.zip
FreeBSD-src-6430272759633c6a6de434bc2bab68356801b788.tar.gz
Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.
Diffstat (limited to 'sys/scsi/worm.c')
-rw-r--r--sys/scsi/worm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/worm.c b/sys/scsi/worm.c
index 4e80071..3486876 100644
--- a/sys/scsi/worm.c
+++ b/sys/scsi/worm.c
@@ -37,7 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: worm.c,v 1.16 1995/12/14 09:54:35 phk Exp $
+ * $Id: worm.c,v 1.17 1996/01/02 15:44:00 joerg Exp $
*/
/* XXX This is PRELIMINARY.
@@ -51,6 +51,8 @@
* "scsi_driver" and use common code for all devices.
*/
+#include "opt_bounce.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
OpenPOWER on IntegriCloud