cam_extend_release(saperiphs, periph->unit_number);
xpt_print(periph->path, "removing device entry\n");
- kprintf("devfs: PLEASE check that only the right scsi sa devices were removed!!!!\n");
dev_ops_remove_minor(&sa_ops, /*SA_UNITMASK,*/ SA_UNIT(periph->unit_number));
kfree(softc, M_SCSISA);
}
int unit;
unit = device_get_unit(sc->fc->bdev);
- kprintf("devfs: Please check that only the right firewire devices were removed!!!!\n");
dev_ops_remove_minor(&firewire_ops, /*FW_UNITMASK, */FW_UNIT(unit));
return(0);
}
biodone(bio);
}
devstat_remove_entry(&stp->stats);
- kprintf("devfs: Please check that only the right atapi-tape device was removed!!\n");
dev_ops_remove_minor(&ast_ops,/* dkunitmask(), */dkmakeunit(stp->lun));
ata_free_name(atadev);
ata_free_lun(&ast_lun_map, stp->lun);
ata_fail_requests(dev);
/* don't leave anything behind */
- kprintf("devfs: Please check that only the right ATA CD device was removed!!!\n");
dev_ops_remove_minor(&acd_ops, /*dkunitmask(), */dkmakeunit(device_get_unit(dev)));
disk_invalidate(&cdp->disk);
disk_destroy(&cdp->disk);
ata_fail_requests(dev);
/* dont leave anything behind */
- kprintf("devfs: Please check that only the right ata tape device was removed!!!\n");
dev_ops_remove_minor(&ast_ops, /*dkunitmask(), */dkmakeunit(device_get_unit(dev)));
devstat_remove_entry(&stp->stats);
device_set_ivars(dev, NULL);
* and dereference any ad-hoc-created devices, but does not
* dereference devices created via make_dev().
*/
- kprintf("devfs: Please check that only the right dgm devices were removed!!!!\n");
dev_ops_remove_minor(&dgm_ops/*, DGM_UNITMASK*/, DGM_UNIT(sc->unit));
callout_stop(&sc->toh);
crit_exit();
unit = device_get_unit(sc->sc_dev);
- kprintf("devfs: Please check that only the right ucom devices were removed!!!\n");
dev_ops_remove_minor(&ucom_ops, /*UCOMUNIT_MASK, */unit);
return (0);
/* destroy the device for the control endpoint */
ugen_destroy_devnodes(sc);
- kprintf("devfs: Please check that only the right ugen devices were removed !!!\n");
dev_ops_remove_minor(&ugen_ops,
/*UGENUNITMASK,*/ UGENMINOR(device_get_unit(sc->sc_dev), 0));
usbd_add_drv_event(USB_EVENT_DRIVER_DETACH, sc->sc_udev, sc->sc_dev);