Searched defs:atari_floppy_struct (Results 1 – 1 of 1) sorted by relevance
209 static struct atari_floppy_struct { struct210 int connected; /* !=0 : drive is connected */211 int autoprobe; /* !=0 : do autoprobe */213 struct atari_disk_type *disktype; /* current type of disk */215 int track; /* current head position or -1 if217 unsigned int steprate; /* steprate setting */218 unsigned int wpstat; /* current state of WP signal (for220 int flags; /* flags */221 struct gendisk *disk;222 int ref;[all …]