artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7893a7f
)
from ragge; print cpu model
author
deraadt
<deraadt@openbsd.org>
Wed, 31 Jan 1996 05:22:18 +0000
(
05:22
+0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 31 Jan 1996 05:22:18 +0000
(
05:22
+0000)
sys/arch/vax/vax/uvaxII.c
patch
|
blob
|
history
diff --git
a/sys/arch/vax/vax/uvaxII.c
b/sys/arch/vax/vax/uvaxII.c
index
90dee5c
..
d209d56
100644
(file)
--- a/
sys/arch/vax/vax/uvaxII.c
+++ b/
sys/arch/vax/vax/uvaxII.c
@@
-1,4
+1,4
@@
-/* $NetBSD: uvaxII.c,v 1.
4 1995/12/13 18:50:11
ragge Exp $ */
+/* $NetBSD: uvaxII.c,v 1.
5 1996/01/28 11:45:07
ragge Exp $ */
/*-
* Copyright (c) 1988 The Regents of the University of California.
@@
-75,6
+75,7
@@
uvaxII_conf(parent, self, aux)
break;
};
strcpy(cpu_model, "MicroVAX 78032/78132");
+ printf(": %s\n", cpu_model);
}
uvaxII_clock()