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

(-)src/sys/dev/ata/atapi-cd.c (+2 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
404
	printf("\n");
403
405
404
	if (cdp->cap.mech != MST_MECH_CHANGER) {
406
	if (cdp->cap.mech != MST_MECH_CHANGER) {
405
	    ata_printf(cdp->atp->controller, cdp->atp->unit, "Medium: ");
407
	    ata_printf(cdp->atp->controller, cdp->atp->unit, "Medium: ");

Return to bug 29360