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

2002/1130/alphapc/pci.c (diff list | history)

2001/1023/sys/src/9/alphapc/pci.c:197,2112002/1130/sys/src/9/alphapc/pci.c:197,210 (short | long | prev)
1999/0415    
static void 
pcicfginit(void) 
{ 
/*	char *p; */ 
2002/1130    
	char *p; 
1999/0415    
 
	lock(&pcicfginitlock); 
	if(pcicfgmode == -1){ 
		pcicfgmode = 0; 
/*		if(p = getconf("*pcimaxdno")) 
			pcimaxdno = strtoul(p, 0, 0); */ 
pcimaxdno = 15 /* was 20; what is correct value??? */; 
                 
2002/1130    
		pcimaxdno = 15;		/* was 20; what is correct value??? */ 
		if(p = getconf("*pcimaxdno")) 
			pcimaxdno = strtoul(p, 0, 0); 
1999/0415    
		pciscan(0, &pciroot); 
	} 
	unlock(&pcicfginitlock); 


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