summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.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/st.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/st.c')
-rw-r--r--sys/scsi/st.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index 1410373..4bfe3e6 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: st.c,v 1.54 1995/12/10 19:52:59 bde Exp $
+ * $Id: st.c,v 1.55 1995/12/14 09:54:33 phk Exp $
*/
/*
@@ -27,6 +27,8 @@
*
*/
+#include "opt_bounce.h"
+
#include <sys/types.h>
#include <sys/param.h>
OpenPOWER on IntegriCloud