Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10
[coreboot.git] / src / devices / emulator / pcbios / pcibios.c
index 1517d2a7fb73431c6bf24cef3b3d1a98e4e4e657..be5c91a0f1f2d3347a91efbbabf701fd0952e65e 100644 (file)
@@ -16,7 +16,7 @@ int pcibios_handler()
        case PCI_BIOS_PRESENT:
                X86_AH  = 0x00;         /* no config space/special cycle support */
                X86_AL  = 0x01;         /* config mechanism 1 */
-               X86_EDX = 'P' | 'C' << 8 | 'I' | ' ' << 24;
+               X86_EDX = 'P' | 'C' << 8 | 'I' << 16 | ' ' << 24;
                X86_EBX = 0x0210;       /* Version 2.10 */
                X86_ECX = 0xFF00;       /* FixME: Max bus number */
                X86_EFLAGS &= ~FB_CF;   /* clear carry flag */