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