summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/landisk/landisk/machdep.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/landisk/landisk/machdep.c b/sys/arch/landisk/landisk/machdep.c
index 7a7d5ccf3c1..8ca9505208a 100644
--- a/sys/arch/landisk/landisk/machdep.c
+++ b/sys/arch/landisk/landisk/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.17 2008/06/26 05:42:11 ray Exp $ */
+/* $OpenBSD: machdep.c,v 1.18 2010/04/17 18:30:41 jasper Exp $ */
/* $NetBSD: machdep.c,v 1.1 2006/09/01 21:26:18 uwe Exp $ */
/*-
@@ -119,8 +119,7 @@ cpu_startup(void)
{
extern char cpu_model[120];
- /* XXX: show model (LANDISK/USL-5P) */
- strlcpy(cpu_model, "I-O DATA USL-5P", sizeof cpu_model);
+ strlcpy(cpu_model, "SH4 SH7751R", sizeof cpu_model);
sh_startup();
}