small fixes

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1331 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2004-01-14 15:46:30 +00:00
parent 8d0ac932cb
commit fd1f22cfef
1 changed files with 2 additions and 0 deletions

View File

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