Style fixes to last patch. Thanks Axel!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19573 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -530,12 +530,13 @@ ConfigurationWindow::InitWindow(void)
|
||||
sprintf(string, "%04lx", devicesInfo->GetInfo()->id[1] & 0xffff);
|
||||
cardID = string;
|
||||
|
||||
for (uint32 i=0; i<PCI_DEVTABLE_LEN; i++)
|
||||
for (uint32 i = 0; i < PCI_DEVTABLE_LEN; i++) {
|
||||
if (PciDevTable[i].VenId == devicesInfo->GetInfo()->id[0] & 0xffff &&
|
||||
PciDevTable[i].DevId == devicesInfo->GetInfo()->id[1] & 0xffff) {
|
||||
cardName = PciDevTable[i].ChipDesc;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
case B_PCMCIA_BUS: vendor = "XX"; break;
|
||||
|
||||
Reference in New Issue
Block a user