[ros-kernel] Pci driver is loaded twice

Hartmut Birr Hartmut.Birr at gmx.de
Wed Jun 2 23:48:59 CEST 2004


Hi,

I've found the problem. The driver names must be compared by ignoring the
case.  

- Hartmut

> -----Original Message-----
> From: ros-kernel-bounces at reactos.com 
> [mailto:ros-kernel-bounces at reactos.com] On Behalf Of Filip Navara
> Sent: Wednesday, June 02, 2004 10:32 PM
> To: ReactOS Kernel List
> Subject: Re: [ros-kernel] Pci driver is loaded twice
> 
> 
> 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",0
> x00000000,"Pci"
> HKLM,"SYSTEM\CurrentControlSet\Enum\Root\PCI\0000","Class",0x0
> 0000000,"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
> >  
> >
> 
> _______________________________________________
> Ros-kernel mailing list
> Ros-kernel at reactos.com http://reactos.com/mailman/listinfo/ros-kernel
> 



More information about the Ros-kernel mailing list