Changeset 70713 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 23, 2018 4:56:59 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120456
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/vbox.dsl
r69301 r70713 911 911 CreateWordField (CRS, \_SB.PCI0.LPT0._Y18._MIN, PMI0) 912 912 CreateWordField (CRS, \_SB.PCI0.LPT0._Y18._MAX, PMA0) 913 CreateWordField (CRS, \_SB.PCI0.LPT0._Y18._ALN, PAL0) 914 CreateWordField (CRS, \_SB.PCI0.LPT0._Y18._LEN, PLE0) 913 915 CreateWordField (CRS, \_SB.PCI0.LPT0._Y19._INT, PIQ0) 914 916 Store (PP0B, PMI0) 915 917 Store (PP0B, PMA0) 918 If (LEqual (0x3BC, PP0B)) { 919 Store (0x04, PAL0) 920 Store (0x04, PLE0) 921 } 916 922 ShiftLeft (0x01, PP0I, PIQ0) 917 923 Return (CRS) … … 944 950 CreateWordField (CRS, \_SB.PCI0.LPT1._Y20._MIN, PMI1) 945 951 CreateWordField (CRS, \_SB.PCI0.LPT1._Y20._MAX, PMA1) 952 CreateWordField (CRS, \_SB.PCI0.LPT1._Y20._ALN, PAL1) 953 CreateWordField (CRS, \_SB.PCI0.LPT1._Y20._LEN, PLE1) 946 954 CreateWordField (CRS, \_SB.PCI0.LPT1._Y21._INT, PIQ1) 947 955 Store (PP1B, PMI1) 948 956 Store (PP1B, PMA1) 957 If (LEqual (0x3BC, PP1B)) { 958 Store (0x04, PAL1) 959 Store (0x04, PLE1) 960 } 949 961 ShiftLeft (0x01, PP1I, PIQ1) 950 962 Return (CRS)
Note:
See TracChangeset
for help on using the changeset viewer.