Specifications

2012 Advanced Micro Devices, Inc.
Appendix A: Sample Codes for BIOS Workarounds
Page 69
mov eax, 080009A10h
mov dx, 0CF8h
out dx, eax
mov dx, 0CFCh
in eax, dx
mov edi, eax
add edi, 0BCh
mov eax, es:[edi] ;es should be set to 0, and the segment limit should be set 0 to 4GB
and ax, 0EFFFh ;clear BIT12
mov es:[edi], eax
EHCI2_BAR_NOT_SET:
popad
End of Sample Code ( Erratum # 11)