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,9172001/1117/sys/src/9/alphapc/devfloppy.c:911,917 (short | long | prev | next)
1999/0415    
	/* 
	 *  set the type 
	 */ 
2000/0308    
	if(getfields(params, f, 3, 1, " ") > 1){ 
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; 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)