aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ncv
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-07-14 04:36:57 +0000
committerWarner Losh <imp@FreeBSD.org>2006-07-14 04:36:57 +0000
commitde7e7f76b46c10770a32bdf76420f4f182f8626e (patch)
tree57991384b45e7a69fcec3378fa6946a0a451720b /sys/dev/ncv
parent2e30bd12d7857a77c29c3596419ecb9c63efa5f8 (diff)
downloadsrc-de7e7f76b46c10770a32bdf76420f4f182f8626e.tar.gz
src-de7e7f76b46c10770a32bdf76420f4f182f8626e.zip
no need to print unload anymore
Notes
Notes: svn path=/head/; revision=160335
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 72c66ff3fb68..1597d06d813b 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);