Searched refs:FD_NODRIVE (Results 1 – 1 of 1) sorted by relevance
/drivers/block/ |
D | amiflop.c | 227 #define FD_NODRIVE 0x00000000 /* response when no unit is present */ macro 253 { FD_NODRIVE, "No Drive", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} 665 if(drive == 0 && id == FD_NODRIVE) in fd_get_drive_id() 1673 if (unit[drive].type->code == FD_NODRIVE) { in floppy_open() 1833 unit[drive].type->code = FD_NODRIVE; in fd_alloc_drive() 1846 if (unit[drive].type->code == FD_NODRIVE) in fd_probe_drives()
|