Searched defs:amiga_floppy_struct (Results 1 – 1 of 1) sorted by relevance
191 struct amiga_floppy_struct { struct192 struct fd_drive_type *type; /* type of floppy for this unit */193 struct fd_data_type *dtype; /* type of floppy for this unit */194 int track; /* current track (-1 == unknown) */195 unsigned char *trackbuf; /* current track (kmaloc()'d */197 int blocks; /* total # blocks on disk */199 int changed; /* true when not known */200 int disk; /* disk in drive (-1 == unknown) */201 int motor; /* true when motor is at speed */202 int busy; /* true when drive is active */[all …]