Subversion Repositories Kolibri OS

Rev

Rev 7143 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7143 Rev 9493
Line 58... Line 58...
58
 
58
 
59
/* Can be used to override the logic in pci_scan_bus for skipping
59
/* Can be used to override the logic in pci_scan_bus for skipping
60
   already-configured bus numbers - to be used for buggy BIOSes
60
   already-configured bus numbers - to be used for buggy BIOSes
Line 61... Line 61...
61
   or architectures with incomplete PCI setup by the loader */
61
   or architectures with incomplete PCI setup by the loader */
62
 
62
 
63
extern unsigned int pcibios_assign_all_busses(void);
63
extern int pcibios_assign_all_busses(void);
64
extern int pci_legacy_init(void);
64
extern int pci_legacy_init(void);
65
# ifdef CONFIG_ACPI
65
# ifdef CONFIG_ACPI
66
#  define x86_default_pci_init pci_acpi_init
66
#  define x86_default_pci_init pci_acpi_init