Searched defs:fdc_data (Results 1 – 1 of 1) sorted by relevance
37 struct fdc_data { struct38 int fdcu; /* our unit number */39 int dmachan;40 int flags;49 struct fd_data *fd; /* The active drive */50 int retry;51 int fdout; /* mirror of the w/o digital output reg */52 u_int status[7]; /* copy of the registers */53 enum fdc_type fdct; /* chip version of FDC */54 int fdc_errs; /* number of logged errors */[all …]