Changeset 18228 in vbox
- Timestamp:
- Mar 24, 2009 10:21:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/vbox.dsl
r18151 r18228 951 951 Device(HPET) { 952 952 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) 954 955 Name(_UID, 0) 955 956 Method (_STA, 0, NotSerialized) { … … 969 970 } 970 971 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 // } 985 988 986 989 // System Management Controller
Note:
See TracChangeset
for help on using the changeset viewer.