]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg/counter.c
Bother the 3c905 every time we take an IRQ, which makes the bothering 'stick'.
[netwatch.git] / aseg / counter.c
index 6ef4cf91a19124649aadba12ec9db3ebc5127359..5c888505b73177cf5362800013b0af86c5f87bd1 100644 (file)
@@ -100,6 +100,9 @@ void smi_entry(void)
        sprintf(statstr, "15-412! %08x %08x", smi_status(), counter);
        strblit(statstr, 0, 0);
        
+       extern void do_bother();
+       do_bother();
+       
        if (inl(0x840) & 0x1000)
        {
                pci_dump();
This page took 0.021668 seconds and 4 git commands to generate.