View | Details | Raw Unified | Return to bug 30198
Collapse All | Expand All

(-)sys/dev/ata/atapi-cd.c (+1 lines)
Lines 400-405 Link Here
400
	    printf("%s%s", cdp->cap.eject ? "ejectable " : "", mechanism);
400
	    printf("%s%s", cdp->cap.eject ? "ejectable " : "", mechanism);
401
	else if (cdp->cap.eject)
401
	else if (cdp->cap.eject)
402
	    printf("ejectable");
402
	    printf("ejectable");
403
	printf("\n");
403
404
404
	if (cdp->cap.mech != MST_MECH_CHANGER) {
405
	if (cdp->cap.mech != MST_MECH_CHANGER) {
405
	    ata_printf(cdp->atp->controller, cdp->atp->unit, "Medium: ");
406
	    ata_printf(cdp->atp->controller, cdp->atp->unit, "Medium: ");

Return to bug 30198