summaryrefslogtreecommitdiffstats
path: root/sys/dev/ncv
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-07-14 04:36:57 +0000
committerimp <imp@FreeBSD.org>2006-07-14 04:36:57 +0000
commit99d1363ae0e423e30d6af5f1888fcef1514dfe3d (patch)
tree57991384b45e7a69fcec3378fa6946a0a451720b /sys/dev/ncv
parent099e457d13601bfcb1b0746cfa6e0a5c180cc699 (diff)
downloadFreeBSD-src-99d1363ae0e423e30d6af5f1888fcef1514dfe3d.zip
FreeBSD-src-99d1363ae0e423e30d6af5f1888fcef1514dfe3d.tar.gz
no need to print unload anymore
Diffstat (limited to 'sys/dev/ncv')
-rw-r--r--sys/dev/ncv/ncr53c500_pccard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c
index 72c66ff..1597d06 100644
--- a/sys/dev/ncv/ncr53c500_pccard.c
+++ b/sys/dev/ncv/ncr53c500_pccard.c
@@ -293,7 +293,6 @@ ncv_card_unload(DEVPORT_PDEVICE devi)
struct ncv_softc *sc = DEVPORT_PDEVGET_SOFTC(devi);
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