summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-02 04:37:59 +0000
committerbde <bde@FreeBSD.org>1997-09-02 04:37:59 +0000
commitcf23c9d2384fe8bac2270ab9b1c78fff96188fb8 (patch)
tree7a9a7ed78572d184ed410e063628e71ba61c6b9c
parenta6e315b69dfdc4c7f71de3677f7b514b13a8f14b (diff)
downloadFreeBSD-src-cf23c9d2384fe8bac2270ab9b1c78fff96188fb8.zip
FreeBSD-src-cf23c9d2384fe8bac2270ab9b1c78fff96188fb8.tar.gz
Removed another vestige of devconf.
-rw-r--r--sys/scsi/scsi_driver.c8
-rw-r--r--sys/scsi/scsi_driver.h3
2 files changed, 2 insertions, 9 deletions
diff --git a/sys/scsi/scsi_driver.c b/sys/scsi/scsi_driver.c
index 32d9c7b..7678421 100644
--- a/sys/scsi/scsi_driver.c
+++ b/sys/scsi/scsi_driver.c
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: scsi_driver.c,v 1.23 1997/03/23 06:33:47 bde Exp $
+ * $Id: scsi_driver.c,v 1.24 1997/06/25 19:07:42 tegge Exp $
*
*/
@@ -58,12 +58,6 @@
((DEVICE)->getunit) ? (*(DEVICE)->getunit)((DEV)) \
: (minor((DEV)) & ~SCSI_CONTROL_MASK)
-int
-scsi_goaway(int force) /* XXX should do a lot more */
-{
- return 0;
-}
-
/* scsi_device_attach: Attach a SCSI device. This routine will
* print out the device address, what it is, then call the type
* attach function and when that returns print a newline. If the
diff --git a/sys/scsi/scsi_driver.h b/sys/scsi/scsi_driver.h
index bbbe318..50f4851 100644
--- a/sys/scsi/scsi_driver.h
+++ b/sys/scsi/scsi_driver.h
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: scsi_driver.h,v 1.11 1997/03/23 04:39:07 bde Exp $
+ * $Id: scsi_driver.h,v 1.12 1997/06/25 19:07:42 tegge Exp $
*
*/
#ifndef _SCSI__DRIVER_H_
@@ -48,7 +48,6 @@ struct scsi_device;
struct buf;
struct proc;
-int scsi_goaway __P((int));
int scsi_device_attach __P((struct scsi_link *));
int scsi_device_lock __P((struct scsi_link *));
void scsi_device_unlock __P((struct scsi_link *));
OpenPOWER on IntegriCloud