summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-03-17 20:55:10 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-03-17 20:55:10 +0000
commit2d11b10bedb9cf6c51fc05ee987357670e70ffe8 (patch)
treed78e0af1810bdcac12fffbf77debd71544c138a2 /sys/arch
parent27919cc639538c22ecc1fb2045d76d7d7708b187 (diff)
Otto@ confirms 715/50 needs the viper timeout kluge to be really happy.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/dev/mem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/dev/mem.c b/sys/arch/hppa/dev/mem.c
index 48d7ef01089..8e26676bc03 100644
--- a/sys/arch/hppa/dev/mem.c
+++ b/sys/arch/hppa/dev/mem.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mem.c,v 1.22 2004/03/17 00:41:08 miod Exp $ */
+/* $OpenBSD: mem.c,v 1.23 2004/03/17 20:55:09 miod Exp $ */
/*
* Copyright (c) 1998-2002 Michael Shalayeff
@@ -195,6 +195,7 @@ memattach(parent, self, aux)
switch (cpu_hvers) {
/* probably all oosiop-equipped machines */
+ case HPPA_BOARD_HP715_50:
case HPPA_BOARD_HP715_33:
settimeout = 1;
break;