Home
last modified time | relevance | path

Searched defs:amiga_floppy_struct (Results 1 – 1 of 1) sorted by relevance

/drivers/block/
Damiflop.c191 struct amiga_floppy_struct { struct
192 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 …]