summaryrefslogtreecommitdiffstats
path: root/sys/scsi/cd.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-07-14 10:46:56 +0000
committerjoerg <joerg@FreeBSD.org>1996-07-14 10:46:56 +0000
commit9a8388eab8ea7830b12182218b9a788ff8c4271b (patch)
tree76b24c3ebf4abeca7ef0ddb91486c72162fbf21e /sys/scsi/cd.c
parentf8e0a40f1c864d1f5f3680164336b038f79272c8 (diff)
downloadFreeBSD-src-9a8388eab8ea7830b12182218b9a788ff8c4271b.zip
FreeBSD-src-9a8388eab8ea7830b12182218b9a788ff8c4271b.tar.gz
Turn SCSIDEBUG into a new-style option.
Diffstat (limited to 'sys/scsi/cd.c')
-rw-r--r--sys/scsi/cd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index e16b257..1e2c56f 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -14,10 +14,11 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: cd.c,v 1.69 1996/03/29 11:57:52 bde Exp $
+ * $Id: cd.c,v 1.70 1996/06/12 05:10:51 gpalmer Exp $
*/
#include "opt_bounce.h"
+#include "opt_scsi.h"
#define SPLCD splbio
#define ESUCCESS 0
OpenPOWER on IntegriCloud