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 Add device switch entry for RL disks....



details:   https://anonhg.NetBSD.org/src/rev/3d13bc01b64f
branches:  trunk
changeset: 485230:3d13bc01b64f
user:      ragge <ragge%NetBSD.org@localhost>
date:      Sat Apr 22 16:52:23 2000 +0000

description:
Add device switch entry for RL disks. Only uses rom to boot so far.

diffstat:

 sys/arch/vax/boot/boot/conf.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r f8ac7d138232 -r 3d13bc01b64f sys/arch/vax/boot/boot/conf.c
--- a/sys/arch/vax/boot/boot/conf.c     Sat Apr 22 16:50:44 2000 +0000
+++ b/sys/arch/vax/boot/boot/conf.c     Sat Apr 22 16:52:23 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.4 2000/04/16 01:42:41 matt Exp $ */
+/*     $NetBSD: conf.c,v 1.5 2000/04/22 16:52:23 ragge Exp $ */
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -65,6 +65,7 @@
        SADEV("st",nullsys, nullsys, nullsys, noioctl),
        SADEV("le",netstrategy, netopen, netclose, noioctl), /* LANCE */
         SADEV("ze",netstrategy, netopen, netclose, noioctl), /* SGEC */
+       SADEV("rl",romstrategy, romopen, nullsys, noioctl),
 };
 
 int    cnvtab[] = {
@@ -79,6 +80,7 @@
        BDEV_ST,
        BDEV_LE,
        BDEV_ZE,
+       BDEV_RL,
 };
 
 int     ndevs = (sizeof(devsw)/sizeof(devsw[0]));



Home | Main Index | Thread Index | Old Index