- Timestamp:
- Mar 23, 2009 4:40:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/vbox.dsl
r17633 r18151 951 951 Device(HPET) { 952 952 Name(_HID, EISAID("PNP0103")) 953 Name (_CID, 0x010CD041) 953 954 Name(_UID, 0) 954 955 Method (_STA, 0, NotSerialized) { … … 968 969 } 969 970 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 970 986 // System Management Controller 971 987 Device (SMC)
Note:
See TracChangeset
for help on using the changeset viewer.