Chameleon

Chameleon Commit Details

Date:2014-01-07 09:30:01 (10 years 3 months ago)
Author:Chuck Fry
Commit:2306
Parents: 2305
Message:Fix cppcheck detected error
Changes:
M/branches/chucko/i386/libsaio/smbios_getters.c

File differences

branches/chucko/i386/libsaio/smbios_getters.c
105105
106106
107107
108
108
109109
110110
111111
// Nehalem supports Scrubbing
// First, locate the PCI bus where the MCH is located
for(i = 0; i < sizeof(possible_nhm_bus); i++)
for(i = 0; i < (sizeof(possible_nhm_bus)/sizeof(possible_nhm_bus[0])); i++)
{
vid = pci_config_read16(PCIADDR(possible_nhm_bus[i], 3, 4), 0x00);
did = pci_config_read16(PCIADDR(possible_nhm_bus[i], 3, 4), 0x02);

Archive Download the corresponding diff file

Revision: 2306