diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2005-01-11 22:48:54 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2005-01-11 22:48:54 +0000 |
commit | 515f6c729e0b4878884e74e21d00dbc4b66dcdd9 (patch) | |
tree | 82879fb1f10c07a85c573bca92410bdc6c874e3d /src/devices/emulator/pcbios | |
parent | 51990b350a03eb718f6af0890a2f9a42373106ca (diff) |
works for PCI vga cards too
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1856 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices/emulator/pcbios')
-rw-r--r-- | src/devices/emulator/pcbios/pcibios.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/emulator/pcbios/pcibios.c b/src/devices/emulator/pcbios/pcibios.c index 74d25dc627..1517d2a7fb 100644 --- a/src/devices/emulator/pcbios/pcibios.c +++ b/src/devices/emulator/pcbios/pcibios.c @@ -12,8 +12,6 @@ int pcibios_handler() int i, ret = 0; struct device *dev = 0; - printk_debug("%s AX = %x\n", __func__, X86_AX); - switch (X86_AX) { case PCI_BIOS_PRESENT: X86_AH = 0x00; /* no config space/special cycle support */ |