Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/vax/boot/boot Pull up revision 1.19 (requested...



details:   https://anonhg.NetBSD.org/src/rev/406488a002b5
branches:  netbsd-1-6
changeset: 527681:406488a002b5
user:      tv <tv%NetBSD.org@localhost>
date:      Sun Jun 02 01:20:51 2002 +0000

description:
Pull up revision 1.19 (requested by ragge in ticket #125):
Add 11/780 and 8600 to list for who to create a RPB.

diffstat:

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

diffs (18 lines):

diff -r 0895a84a61ac -r 406488a002b5 sys/arch/vax/boot/boot/autoconf.c
--- a/sys/arch/vax/boot/boot/autoconf.c Sun Jun 02 01:05:13 2002 +0000
+++ b/sys/arch/vax/boot/boot/autoconf.c Sun Jun 02 01:20:51 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.16 2002/02/24 01:04:24 matt Exp $ */
+/*     $NetBSD: autoconf.c,v 1.16.10.1 2002/06/02 01:20:51 tv Exp $ */
 /*
  * Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -78,6 +78,8 @@
 #endif
        switch (vax_boardtype) {
 
+       case VAX_BTYP_780:
+       case VAX_BTYP_790:
        case VAX_BTYP_8000:
        case VAX_BTYP_9CC:
        case VAX_BTYP_9RR:



Home | Main Index | Thread Index | Old Index