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/xxboot Recognize RL02 as boot device.
details: https://anonhg.NetBSD.org/src/rev/f8ac7d138232
branches: trunk
changeset: 485229:f8ac7d138232
user: ragge <ragge%NetBSD.org@localhost>
date: Sat Apr 22 16:50:44 2000 +0000
description:
Recognize RL02 as boot device.
diffstat:
sys/arch/vax/boot/xxboot/bootxx.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r abd4223d250e -r f8ac7d138232 sys/arch/vax/boot/xxboot/bootxx.c
--- a/sys/arch/vax/boot/xxboot/bootxx.c Sat Apr 22 16:48:53 2000 +0000
+++ b/sys/arch/vax/boot/xxboot/bootxx.c Sat Apr 22 16:50:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootxx.c,v 1.4 2000/04/18 20:25:13 ragge Exp $ */
+/* $NetBSD: bootxx.c,v 1.5 2000/04/22 16:50:44 ragge Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
* All rights reserved.
@@ -170,6 +170,7 @@
adaptor = (bootregs[1] & 0x40000 ? 0 : 1);
break;
+ case BDEV_RL: /* RL01/02 */
case BDEV_TK: /* TK50 boot */
case BDEV_CNSL: /* Console storage boot */
case BDEV_RD: /* RD/RX on HDC9224 (MV2000) */
@@ -357,6 +358,7 @@
case BDEV_RD:
case BDEV_ST:
case BDEV_SD:
+ case BDEV_RL:
default:
romread_uvax(block, size, buf, bootregs);
Home |
Main Index |
Thread Index |
Old Index