artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f0731
)
don't complain about invalid checksum if the bios isn't writing it
author
jcs
<jcs@openbsd.org>
Wed, 3 Aug 2016 17:29:18 +0000
(17:29 +0000)
committer
jcs
<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
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/nvram.c
b/sys/arch/amd64/amd64/nvram.c
index
627f4ee
..
b53f443
100644
(file)
--- a/
sys/arch/amd64/amd64/nvram.c
+++ b/
sys/arch/amd64/amd64/nvram.c
@@
-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