VirtualBox

Changeset 18228 in vbox


Ignore:
Timestamp:
Mar 24, 2009 10:21:29 PM (16 years ago)
Author:
vboxsync
Message:

vbox.dsl: Disabled changes from r44851.

File:
1 edited

Legend:

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

    r18151 r18228  
    951951        Device(HPET) {
    952952            Name(_HID,  EISAID("PNP0103"))
    953             Name (_CID, 0x010CD041)
     953// bird: Perhaps this is the cause for the RTC bitching below, but I've no patience to fine out.
     954//            Name (_CID, 0x010CD041)
    954955            Name(_UID, 0)
    955956            Method (_STA, 0, NotSerialized) {
     
    969970        }
    970971
    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 
     972// bird: Doesn't work, breaks Vista and W7. Why is the length 8 and not 2? The examples
     973//       I've got here uses 2 and also  includes IRQNoFlags () {8}
     974//       Note: Do NOT even thing about re-enabling this without testing ALL windows versions.
     975//
     976//        Device (RTC) {
     977//            Name (_HID, EisaId ("PNP0B00"))
     978//            Name (_CRS, ResourceTemplate ()
     979//            {
     980//                IO (Decode16,
     981//                    0x0070,             // Range Minimum
     982//                    0x0070,             // Range Maximum
     983//                    0x01,               // Alignment
     984//                    0x08,               // Length
     985//                    )
     986//            })
     987//        }
    985988
    986989       // System Management Controller
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