Searched refs:FD_NODRIVE (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/block/ |
D | amiflop.c | 113 #define FD_NODRIVE 0x00000000 /* response when no unit is present */ macro 138 { FD_NODRIVE, "No Drive", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} 583 if(drive == 0 && id == FD_NODRIVE) in fd_get_drive_id() 1627 if (unit[drive].type->code == FD_NODRIVE) in floppy_open() 1752 if (unit[drive].type->code != FD_NODRIVE) { in fd_probe_drives() 1881 if (unit[i].type->code != FD_NODRIVE) in cleanup_module()
|