From fbce0ffb92d8665c9cef5cb7be4d9fa6646bd7f2 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 11 Apr 2006 18:36:42 +0000 Subject: small fixes to get Ward Vandewege's Tyan board booting. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2251 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/amd/amd8111/amd8111_pci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/southbridge/amd/amd8111/amd8111_pci.c') diff --git a/src/southbridge/amd/amd8111/amd8111_pci.c b/src/southbridge/amd/amd8111/amd8111_pci.c index b9a9b3578d..6cedc1de94 100644 --- a/src/southbridge/amd/amd8111/amd8111_pci.c +++ b/src/southbridge/amd/amd8111/amd8111_pci.c @@ -23,7 +23,8 @@ static void pci_init(struct device *dev) dword |= (1<<17); /* System */ dword |= (1<<21); /* Master abort */ // dword &= ~(1<<21); /* Master abort */ - dword |= (1<<27); /* Discard timer */ +// dword |= (1<<27); /* Discard timer */ + dword &= ~(1<<27); /* Discard timer */ dword |= (1<<26); /* DTSTAT error clear */ pci_write_config32(dev, 0x3c, dword); -- cgit v1.2.3