From 2305364397f9d4b4722e594069d4e2960cc35911 Mon Sep 17 00:00:00 2001 From: "arch import user (historical)" Date: Wed, 6 Jul 2005 16:49:59 +0000 Subject: Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10 Creator: Yinghai Lu pci_rom.h smbus device parent device print git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1929 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/emulator/pcbios/pcibios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/emulator') diff --git a/src/devices/emulator/pcbios/pcibios.c b/src/devices/emulator/pcbios/pcibios.c index 1517d2a7fb..be5c91a0f1 100644 --- a/src/devices/emulator/pcbios/pcibios.c +++ b/src/devices/emulator/pcbios/pcibios.c @@ -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 */ -- cgit v1.2.3