Subversion Repositories Kolibri OS

Rev

Rev 1631 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1631 Rev 1633
Line 75... Line 75...
75
}
75
}
76
 
76
 
Line 77... Line 77...
77
 
77
 
78
int pci_bus_read_config_dword (struct pci_bus *bus, u32 devfn,
78
int pci_bus_read_config_dword (struct pci_bus *bus, u32 devfn,
79
                              int pos, u16 *value)
79
                               int pos, u32 *value)
80
{
80
{
81
    if ( pos & 3)
81
    if ( pos & 3)
Line 82... Line 82...
82
        return PCIBIOS_BAD_REGISTER_NUMBER;
82
        return PCIBIOS_BAD_REGISTER_NUMBER;