Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 536 → Rev 537

/shark/trunk/drivers/newpci/shark_pci26.c
22,6 → 22,7
 
extern int pci_direct_init(void);
extern int pcibios_init(void);
extern int pcibios_irq_init(void);
extern int pci_driver_init(void);
extern int pci_legacy_init(void);
extern int pci_init(void);
32,6 → 33,8
pci_direct_init();
pcibios_init();
 
pcibios_irq_init();
pci_driver_init();