diff options
author | 2003-05-07 18:26:09 +0000 | |
---|---|---|
committer | 2003-05-07 18:26:09 +0000 | |
commit | a02bf252a54d6168542652c88f642fdcd95f22c2 (patch) | |
tree | e0e4e4d81047670fc517623a68c7767ace64ce26 | |
parent | exit stack is not used anymore. fpemu and emergency are fine w/ just a page per face (diff) | |
download | wireguard-openbsd-a02bf252a54d6168542652c88f642fdcd95f22c2.tar.xz wireguard-openbsd-a02bf252a54d6168542652c88f642fdcd95f22c2.zip |
double memsize as there might be prom as well
-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 */ |