diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-05-07 18:26:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-05-07 18:26:10 +0000 |
commit | b6a631415b09e3155ce86a058b2b8698dafa1ef4 (patch) | |
tree | 4f673e549f31716e17365926e1bee1fa7ba71170 /sys | |
parent | 54515916877607c42621935f88abc869ce868145 (diff) |
double memsize as there might be prom as well
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/dev/sti_sgc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/sti_sgc.c b/sys/arch/hppa/dev/sti_sgc.c index cf70711f187..56878070fcf 100644 --- a/sys/arch/hppa/dev/sti_sgc.c +++ b/sys/arch/hppa/dev/sti_sgc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sti_sgc.c,v 1.10 2003/03/29 00:56:08 mickey Exp $ */ +/* $OpenBSD: sti_sgc.c,v 1.11 2003/05/07 18:26:09 mickey Exp $ */ /* * Copyright (c) 2000-2003 Michael Shalayeff @@ -55,7 +55,7 @@ #include <hppa/dev/cpudevs.h> -#define STI_MEMSIZE 0x1000000 +#define STI_MEMSIZE 0x2000000 #define STI_ROMSIZE 0x30000 #define STI_ID_FDDI 0x280b31af /* Medusa FDDI ROM id */ |