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

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

2001/1215/sys/src/9/pc/pci.c:1166,11812001/1229/sys/src/9/pc/pci.c:1166,1177 (short | long | prev | next)
1998/0108    
pcireset(void) 
{ 
	Pcidev *p; 
	int pcr; 
 
	if(pcicfgmode == -1) 
		pcicfginit(); 
 
	for(p = pcilist; p != nil; p = p->list){ 
1999/0314    
		pcr = pcicfgr16(p, PciPCR); 
		pcr &= ~0x0004; 
		pcicfgw16(p, PciPCR, pcr); 
1998/0108    
	} 
2001/1229    
	for(p = pcilist; p != nil; p = p->list) 
		pciclrbme(p); 
1999/0314    
} 
 
void 


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