DT_BLOCK
if (romdev.devtype == DT_BLOCK) {
romdev.devtype = DT_BLOCK;
pd->devtype = DT_BLOCK;
if (pd->devtype != DT_BLOCK) {
if (pd->devtype == DT_BLOCK)
{ "sd", DT_BLOCK },
{ "st", DT_BLOCK },
{ "xd", DT_BLOCK },
{ "xy", DT_BLOCK },
{ "fd", DT_BLOCK },
return (DT_BLOCK);
return (DT_BLOCK);