Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/boot/boot Do not (try to) remap the qbus on MV1.
details: https://anonhg.NetBSD.org/src/rev/067f4c693d32
branches: trunk
changeset: 509316:067f4c693d32
user: ragge <ragge%NetBSD.org@localhost>
date: Tue May 01 13:08:09 2001 +0000
description:
Do not (try to) remap the qbus on MV1.
diffstat:
sys/arch/vax/boot/boot/devopen.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 64f42f655f75 -r 067f4c693d32 sys/arch/vax/boot/boot/devopen.c
--- a/sys/arch/vax/boot/boot/devopen.c Tue May 01 12:44:40 2001 +0000
+++ b/sys/arch/vax/boot/boot/devopen.c Tue May 01 13:08:09 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: devopen.c,v 1.8 2001/03/20 05:51:35 matt Exp $ */
+/* $NetBSD: devopen.c,v 1.9 2001/05/01 13:08:09 ragge Exp $ */
/*
* Copyright (c) 1997 Ludd, University of Lule}, Sweden.
* All rights reserved.
@@ -170,6 +170,11 @@
else
nexaddr = BI_BASE(adapt, ctlr);
break;
+ case VAX_BTYP_610:
+ nexaddr = 0; /* No map regs */
+ csrbase = 0x20000000;
+ break;
+
default:
nexaddr = 0; /* No map regs */
csrbase = 0x20000000;
Home |
Main Index |
Thread Index |
Old Index