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

2001/1215/pc/pci.c (diff list | history)

2001/1003/sys/src/9/pc/pci.c:1155,11602001/1215/sys/src/9/pc/pci.c:1155,1162 (short | long | prev | next)
2001/0622    
void 
pcihinv(Pcidev* p) 
{ 
2001/1215    
	if(pcicfgmode == -1) 
		pcicfginit(); 
2001/0622    
	qlock(&pcicfginitlock); 
	pcilhinv(p); 
	qunlock(&pcicfginitlock); 


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