fd.c | 207 void fdsetpos(struct fd_softc *, int, int); 444 fdsetpos(sc, 0, 0); 445 fdsetpos(sc, sc->type->ncylinders, 0); 446 fdsetpos(sc, 0, 0); 714 fdsetpos(sc, 0, 0); 717 fdsetpos(sc, FDNHEADS, 0); 718 fdsetpos(sc, 0, 0); 1065 * fdsetpos(x, 0, 0) does calibrates the drive. 1068 fdsetpos(struct fd_softc *sc, int trk, int towrite) function in typeref:typename:void 1097 printf("fdsetpos: cyl %d head %d towrite %d\n", trk / FDNHEADS [all...] |