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

1992/0522/port/devboot.c (diff list | history)

1992/0321/sys/src/9/port/devboot.c:32,381992/0522/sys/src/9/port/devboot.c:32,38 (short | long | prev | next)
1990/0424    
Chan* 
bootattach(char *spec) 
{ 
	return devattach('b', spec); 
1992/0522    
	return devattach('B', spec); 
1990/0424    
} 
 
Chan* 
1992/0321/sys/src/9/port/devboot.c:81,861992/0522/sys/src/9/port/devboot.c:81,87
1990/0424    
	} 
 
1990/11211    
	error(Egreg); 
1992/0522    
	return 0;	/* not reached */ 
1990/0424    
} 
 
long	  
1992/0321/sys/src/9/port/devboot.c:108,1131992/0522/sys/src/9/port/devboot.c:109,115
1990/0424    
	} 
1990/1127    
	print("bootwrite: bad path %d\n", c->qid.path); 
1990/11211    
	error(Ebadarg); 
1992/0522    
	return 0;	/* not reached */ 
1990/0424    
} 
 
void	  


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