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 <[EMAIL PROTECTED]>
Thanks - Joe
Index: src/southbridge/intel/i82801xx/i82801xx_pci.c
===================================================================
--- src/southbridge/intel/i82801xx/i82801xx_pci.c (revision 2815)
+++ src/southbridge/intel/i82801xx/i82801xx_pci.c (working copy)
@@ -34,13 +34,6 @@
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);
--
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios