diff options
Diffstat (limited to 'sys/arch/sgi/stand/boot/boot.c')
-rw-r--r-- | sys/arch/sgi/stand/boot/boot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/stand/boot/boot.c b/sys/arch/sgi/stand/boot/boot.c index 05f3703a7d4..5325a6e72cd 100644 --- a/sys/arch/sgi/stand/boot/boot.c +++ b/sys/arch/sgi/stand/boot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.20 2012/03/29 20:22:18 miod Exp $ */ +/* $OpenBSD: boot.c,v 1.21 2012/05/25 11:31:04 miod Exp $ */ /* * Copyright (c) 2004 Opsycon AB, www.opsycon.se. @@ -233,6 +233,7 @@ check_phdr(void *v) case 27: addr = 0xa800000000000000ULL >> 24; break; + case 28: case 30: addr = 0xa800000020000000ULL >> 24; break; |