]> Joshua Wise's Git repositories - netwatch.git/blobdiff - netwatch/smi.c
Remove some bogus and obsolete ich2 stuff from smi.c.
[netwatch.git] / netwatch / smi.c
index 3172cfd29d112a7b9e398d34704e8edd14c3414e..7a33559ec89dc6ee8bd210449d5e30e6a83cee3a 100644 (file)
@@ -80,16 +80,6 @@ void smi_entry(void)
        
        eth_poll();
        
-       if (inl(0x840) & 0x1000)
-       {
-       /*
-               pci_dump();
-       */
-               outl(0x840, 0x1100);
-               outl(0x840, 0x0100);
-       }
-
-
        smi_poll();
        
        pci_bother_all();
This page took 0.024643 seconds and 4 git commands to generate.