small fixes
authorStefan Reinauer <stepan@openbios.org>
Wed, 14 Jan 2004 15:46:30 +0000 (15:46 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 14 Jan 2004 15:46:30 +0000 (15:46 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1331 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/northbridge/amd/amdk8/misc_control.c

index 9d4e968267ee7bd021fb8dbad8aadea6d29006e1..19e7c58ea4f296ac4abc3f2cf98df0d12c205b08 100644 (file)
@@ -15,6 +15,8 @@ static void misc_control_init(struct device *dev)
        uint32_t cmd;
        
        printk_debug("NB: Function 3 Misc Control.. ");
+       
+       /* disable error reporting */
        cmd = pci_read_config32(dev, 0x44);
        cmd |= (1<<6) | (1<<25);
        pci_write_config32(dev, 0x44, cmd );