- every pci device which implements _PRT acpi method is considered to be a pci-to-pci bridge - acpi driver constructs a hierarchy of pci-to-pci bridges - when pci driver identifies a pci-to-pci bridge it tells acpi driver what is the primary and the secondary bus for this device - when pci requests IRQ routing information from acpi, it passes the bus number too to be able to identify the device accurately
		
			
				
	
	
		
			8 lines
		
	
	
		
			144 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			144 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __ACPI_GLOBALS_H__
 | 
						|
#define __ACPI_GLOBALS_H__
 | 
						|
 | 
						|
EXTERN int acpi_enabled;
 | 
						|
EXTERN struct machine machine;
 | 
						|
 | 
						|
#endif /* __ACPI_GLOBALS_H__ */
 |