Random minor fixes. Use svn revision as superiotool version number.
[coreboot.git] / util / superiotool / nsc.c
index 797f3d4c4d750950277dd8e70cfa4ad9f309e542..0b58642a40a7935634a58632740f1de8d5f28e20 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the superiotool project.
  *
  * Copyright (C) 2006 Ronald Minnich <rminnich@gmail.com>
  *
@@ -65,7 +65,7 @@ void probe_idregs_simple(uint16_t port)
 
        outb(0x20, port);
        if (inb(port) != 0x20) {
-               no_superio_found(port);
+               no_superio_found("NSC", "", port);
                /* TODO: Exit config mode? */
                return;
        }