VirtualBox

Changeset 18151 in vbox for trunk/src


Ignore:
Timestamp:
Mar 23, 2009 4:40:47 PM (16 years ago)
Author:
vboxsync
Message:

ACPI: report RTC too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/vbox.dsl

    r17633 r18151  
    951951        Device(HPET) {
    952952            Name(_HID,  EISAID("PNP0103"))
     953            Name (_CID, 0x010CD041)
    953954            Name(_UID, 0)
    954955            Method (_STA, 0, NotSerialized) {
     
    968969        }
    969970
     971        Device (RTC)
     972                {
     973                    Name (_HID, EisaId ("PNP0B00"))
     974                    Name (_CRS, ResourceTemplate ()
     975                    {
     976                        IO (Decode16,
     977                            0x0070,             // Range Minimum
     978                            0x0070,             // Range Maximum
     979                            0x01,               // Alignment
     980                            0x08,               // Length
     981                            )
     982                    })
     983                }
     984
     985
    970986       // System Management Controller
    971987       Device (SMC)
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