tag | line | file | source code |
---|---|---|---|
here | 1093 | drivers/block/floppy.c | unsigned char *here = (unsigned char *) tmp_floppy_area; |
here | 1106 | drivers/block/floppy.c | *here++ = track; |
here | 1107 | drivers/block/floppy.c | *here++ = head; |
here | 1108 | drivers/block/floppy.c | *here++ = 1 + (( count + total_shift ) % floppy->sect); |
here | 1109 | drivers/block/floppy.c | *here++ = 2; /* 512 bytes */ |