summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_driver.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/scsi_driver.c
parentf8e0a40f1c864d1f5f3680164336b038f79272c8 (diff)
downloadFreeBSD-src-9a8388eab8ea7830b12182218b9a788ff8c4271b.zip
FreeBSD-src-9a8388eab8ea7830b12182218b9a788ff8c4271b.tar.gz
Turn SCSIDEBUG into a new-style option.
Diffstat (limited to 'sys/scsi/scsi_driver.c')
-rw-r--r--sys/scsi/scsi_driver.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/scsi/scsi_driver.c b/sys/scsi/scsi_driver.c
index 3af475f..45ed3cb 100644
--- a/sys/scsi/scsi_driver.c
+++ b/sys/scsi/scsi_driver.c
@@ -35,9 +35,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: scsi_driver.c,v 1.15 1996/04/07 17:32:41 bde Exp $
+ * $Id: scsi_driver.c,v 1.16 1996/06/16 19:54:02 joerg Exp $
*
*/
+
+#include "opt_scsi.h"
+
#include <sys/types.h>
#include <sys/errno.h>
#include <sys/param.h>
OpenPOWER on IntegriCloud