diff options
author | phk <phk@FreeBSD.org> | 1995-02-14 06:28:25 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-02-14 06:28:25 +0000 |
commit | 832a9eda23b51dc83a11d44051549b8ee4245d11 (patch) | |
tree | 14e0f30b31eb2c36150f2413bd4c1cb99ec9609c /sys/scsi | |
parent | 448a078f6e15965e55db4f326b40f62d3a663fa9 (diff) | |
download | FreeBSD-src-832a9eda23b51dc83a11d44051549b8ee4245d11.zip FreeBSD-src-832a9eda23b51dc83a11d44051549b8ee4245d11.tar.gz |
YFfix.
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/scsiconf.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 275e770..52152b3 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: scsiconf.c,v 1.17 1994/12/18 18:48:39 phk Exp $ + * $Id: scsiconf.c,v 1.18 1995/01/08 13:38:33 dufault Exp $ */ #include <sys/types.h> @@ -25,6 +25,7 @@ #include <sys/malloc.h> #include <sys/devconf.h> #include <sys/conf.h> +#include <machine/clock.h> #include "st.h" #include "sd.h" @@ -85,6 +86,8 @@ extern kil_attach(); extern ukattach(); #endif /* NUK */ +errval scsi_probe_bus(int, int, int); + /* * One of these is allocated and filled in for each scsi bus. * it holds pointers to allow the scsi bus to get to the driver @@ -342,7 +345,6 @@ static struct scsidevs knowndevs[] = struct predefined *scsi_get_predef(); struct scsidevs *scsi_probedev(); struct scsidevs *selectdev(); -errval scsi_probe_bus __P((int bus, int targ, int lun)); struct scsi_device probe_switch = { |