X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/5ae81164883c737f0204dc26beb7bb7488693a1d..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()