diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-28 22:18:04 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-02-28 22:18:04 +0000 |
commit | 1845f76bac0584f6fd6fdf8f26828e7546a0a840 (patch) | |
tree | 231ef35a5abfabe0810e2d3279ab0a0c85034c5f /sys | |
parent | 5c62a5bc9c92d2328ca193f87d2635bca47f9dcb (diff) |
forgot viper_hpa
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/dev/mem.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/dev/mem.c b/sys/arch/hppa/dev/mem.c index adf21e55986..7dbaf43027a 100644 --- a/sys/arch/hppa/dev/mem.c +++ b/sys/arch/hppa/dev/mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mem.c,v 1.7 2002/02/02 21:06:46 mickey Exp $ */ +/* $OpenBSD: mem.c,v 1.8 2002/02/28 22:18:03 mickey Exp $ */ /* * Copyright (c) 1998,1999 Michael Shalayeff @@ -98,6 +98,8 @@ #include <hppa/dev/cpudevs.h> #include <hppa/dev/viper.h> +#define VIPER_HPA 0xfffbf000 + struct mem_softc { struct device sc_dev; |