taglinefilesource code
here1778drivers/block/floppy.c} *here = (struct fparm *)floppy_track_buffer;
here1813drivers/block/floppy.chere[count].track = format_req.track;
here1814drivers/block/floppy.chere[count].head = format_req.head;
here1815drivers/block/floppy.chere[count].sect = 0;
here1816drivers/block/floppy.chere[count].size = F_SIZECODE;
here1820drivers/block/floppy.chere[n].sect = count;
here1822drivers/block/floppy.cif (here[n].sect) { /* sector busy, find next free sector */
here1826drivers/block/floppy.cwhile (here[n].sect) ++n;
here52include/asm-alpha/irq.hasm code comes here