From: Joshua Wise Date: Sat, 3 Oct 2009 06:42:47 +0000 (-0400) Subject: Correct header from smram-ich2.c. X-Git-Url: http://git.joshuawise.com/netwatch.git/commitdiff_plain/3368351a230f70d5daf36464b2a473e4a8c74c8a Correct header from smram-ich2.c. --- diff --git a/ich2/smram-ich2.c b/ich2/smram-ich2.c index 36e750f..0441914 100644 --- a/ich2/smram-ich2.c +++ b/ich2/smram-ich2.c @@ -1,4 +1,4 @@ -/* ich2-timer.c +/* smram-ich2.c * SMRAM access utility for ICH2 chipset * NetWatch system management mode administration console * @@ -149,7 +149,7 @@ int smram_aseg_set_state (int open) { if (smram_locked()) return -1; - + smramc = pci_read8(0, 0, 0, SMRAMC); switch (open)