Changeset 66959 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- May 18, 2017 4:42:08 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115500
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/orgs.asm
r62509 r66959 937 937 out KBC_CMD, al 938 938 939 mov al, 0Bh940 out PIC_MASTER, al941 in al, PIC_MASTER942 and al, 2943 jz int09_finish944 945 939 in al, KBC_DATA 946 940 push ds … … 983 977 call eoi_master_pic 984 978 985 int09_finish:986 979 mov al, KBDC_ENABLE 987 980 out KBC_CMD, al
Note:
See TracChangeset
for help on using the changeset viewer.