| plan 9 kernel history: overview | file list | diff list |
2000/0308/pc/devfloppy.c (diff list | history)
| 1999/0714/sys/src/9/pc/devfloppy.c:880,886 – 2000/0308/sys/src/9/pc/devfloppy.c:880,886 (short | long | prev | next) | ||
| 1992/1006 | /* | |
| 1992/1009 | * set the type | |
| 1992/1006 | */ | |
| 1996/0315 |
| |
| 2000/0308 | if(getfields(params, f, 3, 1, " ") > 1){ | |
| 1997/0327 | for(t = floppytype; t < &floppytype[nelem(floppytype)]; t++){ | |
| 1992/1009 | if(strcmp(f[1], t->name)==0 && t->dt==dp->dt){ dp->t = t; | |