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

1999/0514/alphapc/main.c (diff list | history)

1999/0511/sys/src/9/alphapc/main.c:27,321999/0514/sys/src/9/alphapc/main.c:27,33 (short | long | prev | next)
1999/0415    
	confinit(); 
	archinit(); 
	savefpregs(&initfp); 
1999/0514    
	fpenab(0); 
1999/0415    
	mmuinit(); 
	xinit(); 
	printinit(); 
1999/0511/sys/src/9/alphapc/main.c:273,2821999/0514/sys/src/9/alphapc/main.c:274,281
1999/0415    
{ 
	"ether0", 
	"scsi0", 
1999/0507    
	"scsi1", 
	"scsi2", 
1999/0504    
	"audio0", 
1999/0415    
                 
1999/0514    
	"ether1", 
1999/0415    
}; 
 
char *confval[] = 
1999/0511/sys/src/9/alphapc/main.c:283,2911999/0514/sys/src/9/alphapc/main.c:282,289
1999/0415    
{ 
1999/0507    
	"type=2114x", 
	"type=ata", 
	"type=ata", 
	"type=ata", 
1999/0504    
	"type=sb16", 
1999/0514    
	"type=2114x", 
1999/0415    
}; 
 
int	nconf = nelem(confname); 


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