aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge
diff options
context:
space:
mode:
authorJoseph Smith <joe@smittys.pointclark.net>2007-10-01 18:32:00 +0000
committerRonald G. Minnich <rminnich@gmail.com>2007-10-01 18:32:00 +0000
commit3617103cc78c460d98b9d8a6c282ffa227ce3f23 (patch)
tree1874aa69557c5dce370d88081c4f1572a562ebd5 /src/southbridge
parente4d4ebabbda3eb64a41094cd121e3fdb36f032c8 (diff)
Thee lines in i82801xx_pci.c need to be removed. They cause the
i82801DB to reset. See this thread for more info: http://article.gmane.org/gmane.linux.bios/26791 Signed-off-by: Joseph Smith <joe@smittys.pointclark.net> Acked-by: Corey Osgood <corey.osgood@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2816 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/intel/i82801xx/i82801xx_pci.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/southbridge/intel/i82801xx/i82801xx_pci.c b/src/southbridge/intel/i82801xx/i82801xx_pci.c
index 0b8b5425fc..9ea058e036 100644
--- a/src/southbridge/intel/i82801xx/i82801xx_pci.c
+++ b/src/southbridge/intel/i82801xx/i82801xx_pci.c
@@ -34,13 +34,6 @@ static void pci_init(struct device *dev)
reg16 |= 0xf900; /* Clear possible errors */
pci_write_config16(dev, 0x06, reg16);
- /* i82801er has this commented out, wonder why? */
- /* System error enable */
- reg32 = pci_read_config32(dev, 0x04);
- reg32 |= (1 << 8); /* SERR# Enable */
- reg32 |= (1 << 6); /* Parity Error Response */
- pci_write_config32(dev, 0x04, reg32);
-
reg16 = pci_read_config16(dev, 0x1e);
reg16 |= 0xf800; /* Clear possible errors */
pci_write_config16(dev, 0x1e, reg16);