Submitter | xdrudis |
---|---|
Date | 2010-08-03 10:09:27 |
Message ID | <20100803100927.GB5330@ideafix.casa.ct> |
Download | mbox | patch |
Permalink | /patch/1712/ |
State | Not Applicable |
Headers | show |
Comments
Patch
--- asrock_939a785gmh.c 2010-08-03 12:08:04.000000000 +0200 +++ SerialICE/mainboard/asrock_939a785gmh.c 2010-08-03 12:02:34.000000000 +0200 @@ -42,6 +42,10 @@ static void chipset_init(void) { + u32 reg32 = pci_read_config32(PCI_ADDR(0, 0x14, 0, 0x4C)); + reg32 |= 1 << 31; + pci_write_config32(PCI_ADDR(0, 0x14, 0, 0x4C), reg32); + /* Enable LPC decoding */ pci_write_config8(PCI_ADDR(0, 0x14, 3, 0x44), (1<<6));