VirtualBox

Changeset 66959 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
May 18, 2017 4:42:08 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115500
Message:

BIOS: Removed useless PIC check from keyboard ISR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/orgs.asm

    r62509 r66959  
    937937                out     KBC_CMD, al
    938938
    939                 mov     al, 0Bh
    940                 out     PIC_MASTER, al
    941                 in      al, PIC_MASTER
    942                 and     al, 2
    943                 jz      int09_finish
    944 
    945939                in      al, KBC_DATA
    946940                push    ds
     
    983977                call    eoi_master_pic
    984978
    985 int09_finish:
    986979                mov     al, KBDC_ENABLE
    987980                out     KBC_CMD, al
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