diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-13 21:25:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-13 21:25:24 +0000 |
commit | 988fec4cab4ce922c4ff856dc7a2b9f500de9f65 (patch) | |
tree | 39cb2324a03523a8cf58d0d2ccdeca7d86e22df2 /sys/arch/vax/include/ka43.h | |
parent | 9a2ef75d6b8ed302cd9f73a5d0baebd29cbe746a (diff) |
On KA43:
- silence noisy print of cache control registers at cache initialization time
(but not during memory errors or machine checks).
- correctly access the prom mailbox register, so that halt and reboot work
as intended (from NetBSD).
Diffstat (limited to 'sys/arch/vax/include/ka43.h')
-rw-r--r-- | sys/arch/vax/include/ka43.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/vax/include/ka43.h b/sys/arch/vax/include/ka43.h index bd578f5cd4a..c6fab8aa576 100644 --- a/sys/arch/vax/include/ka43.h +++ b/sys/arch/vax/include/ka43.h @@ -1,5 +1,5 @@ -/* $OpenBSD: ka43.h,v 1.5 2006/07/25 21:11:08 miod Exp $ */ -/* $NetBSD: ka43.h,v 1.2 1997/04/18 18:53:40 ragge Exp $ */ +/* $OpenBSD: ka43.h,v 1.6 2011/09/13 21:25:23 miod Exp $ */ +/* $NetBSD: ka43.h,v 1.6 2005/01/14 11:47:43 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -229,5 +229,6 @@ struct ka43_clock { u_long :2; u_long csr1 :8; u_long :22; u_long :2; u_long csr2 :8; u_long :22; u_long :2; u_long csr3 :8; u_long :22; - u_long :2; u_long cpmbx :8; u_long :22; + u_long :2; u_long req :4; + u_long halt :4; u_long :22; }; |