Changeset 45670 in vbox for trunk/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp
- Timestamp:
- Apr 22, 2013 3:46:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/BiosCommonCode/MakeAlternativeSource.cpp
r45045 r45670 966 966 && pb[5] == 0x58 967 967 ) 968 || ( pb[0] == 0x 72/* _pci16_function switch */968 || ( pb[0] == 0xc9 /* _pci16_function switch */ 969 969 && pb[1] == 0x8d 970 && pb[2] == 0x 8c970 && pb[2] == 0xe3 971 971 && pb[3] == 0x8d 972 && pb[4] == 0x 9f972 && pb[4] == 0xf6 973 973 && pb[5] == 0x8d 974 974 ) 975 || ( pb[0] == 0x d0/* _int1a_function switch */975 || ( pb[0] == 0xa3 /* _int1a_function switch */ 976 976 && pb[1] == 0x67 977 && pb[2] == 0x f7977 && pb[2] == 0xca 978 978 && pb[3] == 0x67 979 && pb[4] == 0x 1c980 && pb[5] == 0x6 8979 && pb[4] == 0xef 980 && pb[5] == 0x67 981 981 ) 982 982 || ( pb[0] == 0x0b /* _ahci_init byte table */
Note:
See TracChangeset
for help on using the changeset viewer.