]> Joshua Wise's Git repositories - netwatch.git/blobdiff - ich2/smi.c
fix get_PMBASE bug
[netwatch.git] / ich2 / smi.c
index e790e40bd8319fe180f20828deb1ba6404f9d621..3666a6c22cc1195f7b18abe4c3fa5e2b203fc6ba 100644 (file)
@@ -5,7 +5,7 @@
 
 uint16_t _get_PMBASE()
 {
-       return pci_read32(0, 21, 0, 0x40) & 0xFF80;
+       return pci_read32(0, 31, 0, 0x40) & 0xFF80;
 }
 
 void smi_disable()
This page took 0.021347 seconds and 4 git commands to generate.