Stefan Reinauer wrote:
+++ trunk/src/mainboard/asrock/e350m1/romstage.c Sat Jun 4 17:44:31 2011 (r6625)
..
- __outdword (0xcf8, 0x8000a3a0);
what's the reason to not use pci_read_config32() here?
+++ trunk/src/mainboard/asrock/e350m1/romstage.c Sat Jun 4 17:44:54 2011 (r6626)
..
- __writemsr (0xc0010062, 0);
why not use writemsr instead of __writemsr?
This is how it looked in the previous patches committed to svn, which were blindly applied to asrock/e350m1 after having tested that they worked. Ie. blame Scott. :p
//Peter