don't complain about invalid checksum if the bios isn't writing it
authorjcs <jcs@openbsd.org>
Wed, 3 Aug 2016 17:29:18 +0000 (17:29 +0000)
committerjcs <jcs@openbsd.org>
Wed, 3 Aug 2016 17:29:18 +0000 (17:29 +0000)
properly, the user isn't going to do anything about it

sys/arch/amd64/amd64/nvram.c

index 627f4ee..b53f443 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: nvram.c,v 1.6 2016/03/06 22:41:24 naddy Exp $ */
+/*     $OpenBSD: nvram.c,v 1.7 2016/08/03 17:29:18 jcs Exp $ */
 
 /*
  * Copyright (c) 2004 Joshua Stein <jcs@openbsd.org>
@@ -64,8 +64,7 @@ nvramattach(int num)
                printf("nvram: initialized\n");
 #endif
                nvram_initialized = 1;
-       } else
-               printf("nvram: invalid checksum\n");
+       }
 }
 
 int