diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-16 23:57:49 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-16 23:57:49 +0000 |
commit | d94f38ace2d2a653ca4ed0a58e7d5e201449b06a (patch) | |
tree | 854021dd4ca4fe60e436e9d7e0d03015cdb744e5 /sys/scsi | |
parent | 42be88e88d6ffeebd48924502ce67d93fab7309d (diff) |
Add HW_WDOG to LINT, and turn it into a new-style option.
Notes
Notes:
svn path=/head/; revision=33445
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/sd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index 2ee8f698083d..c9872210816b 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 |