summaryrefslogtreecommitdiffstats
path: root/sys/scsi/cd.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/cd.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/cd.c')
-rw-r--r--sys/scsi/cd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index 0bc4cb9..0caead8 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -14,9 +14,11 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: cd.c,v 1.54 1995/12/20 12:02:43 dufault Exp $
+ * $Id: cd.c,v 1.55 1995/12/30 13:56:28 joerg Exp $
*/
+#include "opt_bounce.h"
+
#define SPLCD splbio
#define ESUCCESS 0
#include <sys/types.h>
OpenPOWER on IntegriCloud