summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sd.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-16 23:57:49 +0000
committereivind <eivind@FreeBSD.org>1998-02-16 23:57:49 +0000
commita5daa0b2f8beb2eaeb345445f2aa7a9bcba0e465 (patch)
treeb186e08b47a8f9bd8e0b0c2d8cb63d115228605b /sys/scsi/sd.c
parentc7b0dc2cbbd7ef60752fa3f16bbc6e6fd82ca94f (diff)
downloadFreeBSD-src-a5daa0b2f8beb2eaeb345445f2aa7a9bcba0e465.zip
FreeBSD-src-a5daa0b2f8beb2eaeb345445f2aa7a9bcba0e465.tar.gz
Add HW_WDOG to LINT, and turn it into a new-style option.
Diffstat (limited to 'sys/scsi/sd.c')
-rw-r--r--sys/scsi/sd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index 2ee8f69..c987221 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -15,11 +15,12 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
- * $Id: sd.c,v 1.119 1997/12/29 07:49:31 julian Exp $
+ * $Id: sd.c,v 1.120 1998/01/24 02:54:52 eivind Exp $
*/
#include "opt_bounce.h"
#include "opt_devfs.h"
+#include "opt_hw_wdog.h"
#include "opt_scsi.h"
#define SPLSD splbio
OpenPOWER on IntegriCloud