diff options
Diffstat (limited to 'sys/arch/hp300/stand/common/machdep.c')
-rw-r--r-- | sys/arch/hp300/stand/common/machdep.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sys/arch/hp300/stand/common/machdep.c b/sys/arch/hp300/stand/common/machdep.c index 5c026d1d694..0e39ceab203 100644 --- a/sys/arch/hp300/stand/common/machdep.c +++ b/sys/arch/hp300/stand/common/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.7 2006/08/17 06:31:10 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.8 2011/08/18 19:54:19 miod Exp $ */ /* $NetBSD: machdep.c,v 1.4 1997/06/28 07:20:25 thorpej Exp $ */ /* @@ -62,12 +62,9 @@ getmachineid() cp = "345"; break; case HP_350: cp = "350"; break; - case HP_360: - cp = "360"; break; -#if 0 /* bootblocks do not tell 360 apart from 362 at the moment */ - case HP_362: - cp = "362"; break; -#endif + case HP_36X: + /* bootblocks do not tell 360 apart from 362 at the moment */ + cp = "360/362"; break; case HP_370: cp = "370"; break; case HP_375: |