VirtualBox

Ignore:
Timestamp:
Apr 22, 2013 3:46:03 PM (12 years ago)
Author:
vboxsync
Message:

BIOS: updated the alternative source code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp

    r45045 r45670  
    966966                     && pb[5] == 0x58
    967967                    )
    968                  || (   pb[0] == 0x72   /* _pci16_function switch */
     968                 || (   pb[0] == 0xc9   /* _pci16_function switch */
    969969                     && pb[1] == 0x8d
    970                      && pb[2] == 0x8c
     970                     && pb[2] == 0xe3
    971971                     && pb[3] == 0x8d
    972                      && pb[4] == 0x9f
     972                     && pb[4] == 0xf6
    973973                     && pb[5] == 0x8d
    974974                     )
    975                  || (   pb[0] == 0xd0   /* _int1a_function switch */
     975                 || (   pb[0] == 0xa3   /* _int1a_function switch */
    976976                     && pb[1] == 0x67
    977                      && pb[2] == 0xf7
     977                     && pb[2] == 0xca
    978978                     && pb[3] == 0x67
    979                      && pb[4] == 0x1c
    980                      && pb[5] == 0x68
     979                     && pb[4] == 0xef
     980                     && pb[5] == 0x67
    981981                    )
    982982                 || (   pb[0] == 0x0b   /* _ahci_init byte table */
Note: See TracChangeset for help on using the changeset viewer.

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