plan 9 kernel history: overview | file list | diff list

2001/0924/port/devsd.c (diff list | history)

2001/0911/sys/src/9/port/devsd.c:727,7332001/0924/sys/src/9/port/devsd.c:727,733 (short | long | prev | next)
2000/0506    
	qlock(&unit->ctl); 
2000/0617    
	while(waserror()){ 
		/* notification of media change; go around again */ 
		if(strcmp(up->error, Eio) == 0 && unit->sectors == 0 && nchange++ == 0){ 
2001/0924    
		if(strcmp(up->errstr, Eio) == 0 && unit->sectors == 0 && nchange++ == 0){ 
2000/0617    
			sdinitpart(unit); 
			continue; 
		} 


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