From 623bacefa16295fa34407543514013abae7c01d9 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Mon, 12 Oct 2009 01:14:34 -0400 Subject: [PATCH] Remove some bogus and obsolete ich2 stuff from smi.c. --- netwatch/smi.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/netwatch/smi.c b/netwatch/smi.c index 3172cfd..7a33559 100644 --- a/netwatch/smi.c +++ b/netwatch/smi.c @@ -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(); -- 2.39.2