summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_driver.c
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 /sys/scsi/scsi_driver.c
parenta6e315b69dfdc4c7f71de3677f7b514b13a8f14b (diff)
downloadFreeBSD-src-cf23c9d2384fe8bac2270ab9b1c78fff96188fb8.zip
FreeBSD-src-cf23c9d2384fe8bac2270ab9b1c78fff96188fb8.tar.gz
Removed another vestige of devconf.
Diffstat (limited to 'sys/scsi/scsi_driver.c')
-rw-r--r--sys/scsi/scsi_driver.c8
1 files changed, 1 insertions, 7 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
OpenPOWER on IntegriCloud