Searched defs:fd_drive (Results 1 – 1 of 1) sorted by relevance
71 struct fd_drive { struct72 int fdd_ejectable; /* does the drive support eject? */73 int fdd_maxsearch; /* size of per-unit search table */75 int fdd_writeprecomp; /* cyl to start write prcompensation */76 int fdd_writereduce; /* cyl to start recucing write current */77 int fdd_stepwidth; /* width of step pulse in 1 us units */78 int fdd_steprate; /* step rate in 100 us units */79 int fdd_headsettle; /* delay, in 100 us units */80 int fdd_headload; /* delay, in 100 us units */81 int fdd_headunload; /* delay, in 100 us units */[all …]