[ros-kernel] Pci driver is loaded twice

Filip Navara xnavara at volny.cz
Wed Jun 2 23:31:40 CEST 2004


Hi,

the problem is that the driver is loaded once by the PnP device tree 
mechanisms (as enumerated by Root bus) and once as a regular boot 
driver. I'll hopefully find time to solve this during the weekend. For 
now you can workaround it by removing this from hivesys.inf:

HKLM,"SYSTEM\CurrentControlSet\Enum\Root\PCI\0000","Service",0x00000000,"Pci"
HKLM,"SYSTEM\CurrentControlSet\Enum\Root\PCI\0000","Class",0x00000000,"Computer"
HKLM,"SYSTEM\CurrentControlSet\Enum\Root\PCI\0000","ClassGUID",0x00000000,"{4D36E966-E325-11CE-BFC1-08002BE10318}"

Regards,
Filip

Hartmut Birr wrote:

>Hi,    
>
>I've some problems with our pci driver. The driver is loaded previous all
>boot drivers and is loaded again after all boot drivers. Currently I try to
>load the NT 4.0 drivers for my SCSI controllers (SYM875, AHA2940 and
>INI1060). Some of the drivers doesn't like it if someone manipulates the pci
>config space after the driver or chip is initialized.    
>
>- Hartmut
>  
>



More information about the Ros-kernel mailing list