]> Joshua Wise's Git repositories - netwatch.git/commitdiff
Remove some bogus and obsolete ich2 stuff from smi.c.
authorJoshua Wise <joshua@escape.wv.cc.cmu.edu>
Mon, 12 Oct 2009 05:14:34 +0000 (01:14 -0400)
committerJoshua Wise <joshua@escape.wv.cc.cmu.edu>
Mon, 12 Oct 2009 05:14:34 +0000 (01:14 -0400)
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.023887 seconds and 4 git commands to generate.