X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/7d950977d35a5e54ba877dcee70d5a8529e2510d..d24901e6cc51d80d30e074eba9fdb3b64d938dc2:/ich2/smi.c?ds=inline diff --git a/ich2/smi.c b/ich2/smi.c index 59f14b6..e790e40 100644 --- a/ich2/smi.c +++ b/ich2/smi.c @@ -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()