]> Joshua Wise's Git repositories - netwatch.git/blobdiff - ich2/smm-open-ich2.c
Add a todo list entry.
[netwatch.git] / ich2 / smm-open-ich2.c
index e76fcfce140659e1211aed905a1318e4a660a7d9..813196106159d679a4b6bf5470bc6866ebb9449c 100644 (file)
@@ -1,9 +1,26 @@
+/* smm-open-ich2.c
+ * SMRAM control utility for ICH2 southbridge
+ * NetWatch system management mode administration console
+ *
+ * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
+ * This program is free software; you can redistribute and/or modify it under
+ * the terms found in the file LICENSE in the root of this source tree. 
+ *
+ */
+
+
 #include "reg-82815.h"
 #include <unistd.h>
 #include <getopt.h>
 #include <stdlib.h>
 #include <stdio.h>
 
+/***********************************************************************
+ * DEPRECATED DEPRECATED DEPRECATED DEPRECATED DEPRECATED
+ *
+ * This should be replaced by ../util/smram-ich2 once it's verified to work properly.
+ */
+
 unsigned long memsz[] = {
        0,                      // 0
        32*1024*1024,           // 1
This page took 0.023391 seconds and 4 git commands to generate.