2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-25 19:08:35 +00:00

[romprefix] Fix ROM image copy on PCI 3.0 BIOSes

Add the missing instructions to the code path that I never tested due
to not having a PCI 3.0 system available.

(D'oh)
This commit is contained in:
Michael Brown 2008-08-05 23:18:07 +01:00
parent f178436bb1
commit 8332ddf556

View File

@ -290,7 +290,9 @@ no_pmm:
movzbw romheader_size, %cx
shlw $9, %cx
movw %ax, %es
rep movsb
xorw %si, %si
xorw %di, %di
cs rep movsb
no_pci3:
no_pci:
/* Prompt for POST-time shell */