aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-03-02 18:24:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-03-02 18:24:13 +0000
commit4bd4912865d61d45188daf139d777e1de7491a18 (patch)
treef72e01dc2540943cd4cda489aab412fe04a925aa /sys/scsi
parent68da53c92e6a68ddb5365d3b6f59bbb5e8b2f8a5 (diff)
downloadsrc-4bd4912865d61d45188daf139d777e1de7491a18.tar.gz
src-4bd4912865d61d45188daf139d777e1de7491a18.zip
Add more options into the conf/options and i386/conf/options.i386 files
and the #include hooks so that 'make depend' is more useful. This covers most of the options I regularly use (but not all) and some other easy ones.
Notes
Notes: svn path=/head/; revision=14328
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/od.c3
-rw-r--r--sys/scsi/sd.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/scsi/od.c b/sys/scsi/od.c
index 9d76c430eb6f..9897d36da0ea 100644
--- a/sys/scsi/od.c
+++ b/sys/scsi/od.c
@@ -28,7 +28,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: od.c,v 1.11 1996/01/05 20:12:42 wollman Exp $
+ * $Id: od.c,v 1.12 1996/01/27 04:18:00 bde Exp $
*/
/*
@@ -37,6 +37,7 @@
*/
#include "opt_bounce.h"
+#include "opt_scsi.h"
#define SPLOD splbio
#include <sys/types.h>
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index b9f1f96863bf..b9fe20e4fa16 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -14,10 +14,11 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
- * $Id: sd.c,v 1.83 1996/01/05 20:12:49 wollman Exp $
+ * $Id: sd.c,v 1.84 1996/01/27 04:18:02 bde Exp $
*/
#include "opt_bounce.h"
+#include "opt_scsi.h"
#define SPLSD splbio
#include <sys/param.h>