VirtualBox

Changeset 25968 in vbox


Ignore:
Timestamp:
Jan 22, 2010 11:32:54 AM (15 years ago)
Author:
vboxsync
Message:

placeholder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r25966 r25968  
    24802480    dev->config[0x40] = 0x01; /* PM base address, this bit marks it as IO range, not PA */
    24812481
     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
    24822488    rc = PDMDevHlpPCIRegister(pDevIns, dev);
    24832489    if (RT_FAILURE(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette