DEV_TYP_STOR
if (!(devices[handle].type & DEV_TYP_STOR))
} else if (di->type & DEV_TYP_STOR) {
if (*type & DEV_TYP_STOR) {
if (!(*type & DEV_TYP_STOR)) {
if ((load_type == DEV_TYP_NONE || (load_type & DEV_TYP_STOR)) &&
{ "disk", DEV_TYP_STOR },
{ "ide", DEV_TYP_STOR | DT_STOR_IDE },
{ "mmc", DEV_TYP_STOR | DT_STOR_MMC },
{ "sata", DEV_TYP_STOR | DT_STOR_SATA },
{ "scsi", DEV_TYP_STOR | DT_STOR_SCSI },
{ "usb", DEV_TYP_STOR | DT_STOR_USB },
if ((di != NULL) && (di->type & DEV_TYP_STOR)) {