Does devbios work for anyone?

It dosen't seem to be able to find my host bridge (a 440bx) which it claims to support.

>From looking at the code it is failing in init_chipset() in pcisets.c at

        if (!(hostbridge = pci_find_class(PCI_CLASS_BRIDGE_HOST<<8,NULL))) {
                printk(KERN_WARNING "BIOS: Could not find Host bridge. Bye.\n");
                return -ENOMEDIUM;
        }

It's not obvious to me why PCI_CLASS_BRIDGE_HOST gets shifted left by 8 when the PCI 
code 
shifts the class value right by 8 before assigning it to class.

I am using the latest version .3 pre and Kernel 2.2.16




--
Richard A. Smith                         Bitworks, Inc.               
[EMAIL PROTECTED]               501.846.5777                        
Sr. Design Engineer        http://www.bitworks.com   


Reply via email to