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@smittys.pointclark.net
Acked-by: Corey Osgood corey.osgood@gmail.com Acked-by: Ronald G. Minnich rminnich@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);