value);
switch (value) {
+#if 0
case 0xec: // IDENTIFY DEVICE
{
+
if (drive->device_type == IDE_NONE) {
PrintError("\t\tError: disk ata%d-%d not present, aborting\n",
get_channel_no(ramdisk, channel),
rd_command_aborted(dev, channel, value);
break;
} else if (drive->device_type == IDE_CDROM) {
+ PrintDebug("Identifying CDROM...Going to abort????\n");
controller->head_no = 0;
controller->sector_count = 1;
controller->sector_no = 1;
break;
}
+#endif
// ATAPI commands
case 0xa1: // IDENTIFY PACKET DEVICE
{