VirtualBox

Changeset 25895 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 18, 2010 2:28:00 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56707
Message:

ACPI: move HPET to proper place

File:
1 edited

Legend:

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

    r25328 r25895  
    888888                    }
    889889                }
     890
     891                // High Precision Event Timer
     892                Device(HPET) {
     893                Name(_HID,  EISAID("PNP0103"))
     894                Name (_CID, 0x010CD041)
     895                Name(_UID, 0)
     896                Method (_STA, 0, NotSerialized) {
     897                    Return(UHPT)
     898                }
     899                Name(_CRS, ResourceTemplate() {
     900                 IRQNoFlags ()
     901                            {0}
     902                 IRQNoFlags ()
     903                            {8}
     904                 Memory32Fixed (ReadWrite,
     905                            0xFED00000,         // Address Base
     906                            0x00000400,         // Address Length
     907                            _Y16)
     908                  })
     909                }
     910
    890911
    891912                // System Management Controller
     
    11861207    Scope (\_SB)
    11871208    {
    1188          // High Precision Event Timer
    1189         Device(HPET) {
    1190             Name(_HID,  EISAID("PNP0103"))
    1191             Name (_CID, 0x010CD041)
    1192             Name(_UID, 0)
    1193             Method (_STA, 0, NotSerialized) {
    1194                     Return(UHPT)
    1195             }
    1196             Name(_CRS, ResourceTemplate() {
    1197                 DWordMemory(
    1198                     ResourceConsumer, PosDecode, MinFixed, MaxFixed,
    1199                     NonCacheable, ReadWrite,
    1200                     0x00000000,
    1201                     0xFED00000,
    1202                     0xFED003FF,
    1203                     0x00000000,
    1204                     0x00000400 /* 1K memory: FED00000 - FED003FF */
    1205                 )
    1206             })
    1207         }
    1208        
    12091209        // Fields within PIIX3 configuration[0x60..0x63] with
    12101210        // IRQ mappings
Note: See TracChangeset for help on using the changeset viewer.

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