summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-07-14 04:35:59 +0000
committerimp <imp@FreeBSD.org>2006-07-14 04:35:59 +0000
commit099e457d13601bfcb1b0746cfa6e0a5c180cc699 (patch)
treea23db50a56f5dc6f26f2e82d779b83fe27cf6b2e /sys/dev
parent7f9211f1aeccaaf0ffd2f8364496f51b94d89c79 (diff)
downloadFreeBSD-src-099e457d13601bfcb1b0746cfa6e0a5c180cc699.zip
FreeBSD-src-099e457d13601bfcb1b0746cfa6e0a5c180cc699.tar.gz
no need to print unload anymore.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/stg/tmc18c30_subr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/stg/tmc18c30_subr.c b/sys/dev/stg/tmc18c30_subr.c
index 152fd11..44cb319 100644
--- a/sys/dev/stg/tmc18c30_subr.c
+++ b/sys/dev/stg/tmc18c30_subr.c
@@ -168,7 +168,6 @@ stg_detach (device_t dev)
struct stg_softc *sc = device_get_softc(dev);
intrmask_t s;
- printf("%s: unload\n",sc->sc_sclow.sl_xname);
s = splcam();
scsi_low_deactivate((struct scsi_low_softc *)sc);
scsi_low_dettach(&sc->sc_sclow);
OpenPOWER on IntegriCloud