]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg/counter.c
Add gbl_rls handler
[netwatch.git] / aseg / counter.c
index 3c22c0545d4e2d96aa798742daebcd456332a453..4c53b59b3c65956459d58e8c6669245b8746fae7 100644 (file)
@@ -65,6 +65,15 @@ void kbc_handler(smi_event_t ev)
        pci_dump();
 }
 
+void gbl_rls_handler(smi_event_t ev)
+{
+       unsigned long ecx;
+       
+       ecx = *(unsigned char*)0xAFFD4;
+       dologf("ECX was %08x", ecx);
+       *(unsigned long*)0xAFFD4 = 0x2BADD00D;
+}
+
 void smi_entry(void)
 {
        char statstr[512];
This page took 0.015314 seconds and 4 git commands to generate.