Ignore:
Timestamp:
Aug 26, 2000, 11:14:50 AM (25 years ago)
Author:
sandervl
Message:

pci detection fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/drv16/rm.cpp

    r152 r157  
    221221        return NULL;
    222222   }
    223    pResources->uIOBase[0]   = (USHORT)(pciConfigData->Bar0 & 0xFFFFFF00);
     223   pResources->uIOBase[0]   = (USHORT)(pciConfigData->Bar0 & 0xFFFFFFF0);
    224224   pResources->uIOLength[0] = 0x20;
    225225
Note: See TracChangeset for help on using the changeset viewer.