summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-09-08 10:44:18 +0000
committerphk <phk@FreeBSD.org>1996-09-08 10:44:18 +0000
commit367da4b2c88a84a2fbed33b09494398382512e00 (patch)
tree5e9b397e570a9f0a4bea047f5c1002a376f639f6 /sys/scsi/scsiconf.c
parent40374960778da90588cc1074d25a89683cf25b5f (diff)
downloadFreeBSD-src-367da4b2c88a84a2fbed33b09494398382512e00.zip
FreeBSD-src-367da4b2c88a84a2fbed33b09494398382512e00.tar.gz
Various cleanups for remanents of devconf.
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 0b0e41c..2b8439f 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
- * $Id: scsiconf.c,v 1.61 1996/07/12 04:12:05 bde Exp $
+ * $Id: scsiconf.c,v 1.62 1996/09/06 23:09:15 phk Exp $
*/
#include "opt_scsi.h"
@@ -1347,9 +1347,3 @@ scsi_selectdev(qualifier, type, remov, manu, model, rev)
}
return (bestmatch);
}
-
-int
-scsi_externalize(struct scsi_link *sl, struct sysctl_req *req)
-{
- return SYSCTL_OUT(req, sl, sizeof *sl);
-}
OpenPOWER on IntegriCloud