no need to print unload anymore

This commit is contained in:
Warner Losh 2006-07-14 04:36:57 +00:00
parent 2e30bd12d7
commit de7e7f76b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160335

View File

@ -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);