[LinuxBIOS] r2816 - trunk/LinuxBIOSv2/src/southbridge/intel/i82801xx

svn at openbios.org svn at openbios.org
Mon Oct 1 20:32:00 CEST 2007


Author: rminnich
Date: 2007-10-01 20:32:00 +0200 (Mon, 01 Oct 2007)
New Revision: 2816

Modified:
   trunk/LinuxBIOSv2/src/southbridge/intel/i82801xx/i82801xx_pci.c
Log:
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 at smittys.pointclark.net>


Acked-by: Corey Osgood <corey.osgood at gmail.com>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>



Modified: trunk/LinuxBIOSv2/src/southbridge/intel/i82801xx/i82801xx_pci.c
===================================================================
--- trunk/LinuxBIOSv2/src/southbridge/intel/i82801xx/i82801xx_pci.c	2007-10-01 13:39:02 UTC (rev 2815)
+++ trunk/LinuxBIOSv2/src/southbridge/intel/i82801xx/i82801xx_pci.c	2007-10-01 18:32:00 UTC (rev 2816)
@@ -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);





More information about the coreboot mailing list