Changeset 25968 in vbox
- Timestamp:
- Jan 22, 2010 11:32:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r25966 r25968 2480 2480 dev->config[0x40] = 0x01; /* PM base address, this bit marks it as IO range, not PA */ 2481 2481 2482 #if 0 2483 int smb_io_base = 0xb100; 2484 dev->config[0x90] = smb_io_base | 1; /* SMBus base address */ 2485 dev->config[0x90] = smb_io_base >> 8; 2486 #endif 2487 2482 2488 rc = PDMDevHlpPCIRegister(pDevIns, dev); 2483 2489 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.