Changeset 157 for sbliveos2/trunk/drv16/rm.cpp
- Timestamp:
- Aug 26, 2000, 11:14:50 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/rm.cpp
r152 r157 221 221 return NULL; 222 222 } 223 pResources->uIOBase[0] = (USHORT)(pciConfigData->Bar0 & 0xFFFFFF 00);223 pResources->uIOBase[0] = (USHORT)(pciConfigData->Bar0 & 0xFFFFFFF0); 224 224 pResources->uIOLength[0] = 0x20; 225 225
Note:
See TracChangeset
for help on using the changeset viewer.