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

2000/0606/pc/devastar.c (diff list | history)

1999/1230/sys/src/9/pc/devastar.c:432,4382000/0606/sys/src/9/pc/devastar.c:432,438 (short | long | prev | next)
1994/1106    
 
1998/0109    
		a->ramsize = 0; 
1994/1120    
		/* check all possible names */ 
1998/0109    
		if(cistrcmp(a->type, "a100i") == 0 || cistrcmp(a->type,"A100I") == 0) 
2000/0606    
		if(cistrcmp(a->type, "a100i") == 0) 
1994/1107    
			a->ramsize = 16*1024; 
1998/0109    
 		else if(cistrcmp(a->type, "a200i") == 0 || 
		      cistrcmp(a->type,"A200I") == 0 || 


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