| plan 9 kernel history: overview | file list | diff list |
2001/1117/alphapc/devfloppy.c (diff list | history)
| 2001/0727/sys/src/9/alphapc/devfloppy.c:911,917 – 2001/1117/sys/src/9/alphapc/devfloppy.c:911,917 (short | long | prev | next) | ||
| 1999/0415 | /* * set the type */ | |
| 2000/0308 |
| |
| 2001/1117 | if(tokenize(params, f, 3) > 1){ | |
| 1999/0415 | for(t = floppytype; t < &floppytype[nelem(floppytype)]; t++){ if(strcmp(f[1], t->name)==0 && t->dt==dp->dt){ dp->t = t; | |