diff options
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/od.c | 3 | ||||
-rw-r--r-- | sys/scsi/sd.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/scsi/od.c b/sys/scsi/od.c index 9d76c43..9897d36 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 b9f1f96..b9fe20e 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> |