1951c1951,1952
<     pci_dev = pci_find_slot(busnum, PCI_DEVFN(devnum, funcnum));
---
>     pci_dev = 0;
> /*** pci_find_slot(busnum, PCI_DEVFN(devnum, funcnum)); ***/
2840c2841,2842
<     return (__ke_pci_dev_t*)pci_find_slot(bus, slot);
---
>     return 0;
> /*** (__ke_pci_dev_t*)pci_find_slot(bus, slot); ***/
