Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/stand uh, get the port name consistently corr...



details:   https://anonhg.NetBSD.org/src/rev/c804b682b9e6
branches:  trunk
changeset: 473239:c804b682b9e6
user:      cgd <cgd%NetBSD.org@localhost>
date:      Wed May 26 06:22:03 1999 +0000

description:
uh, get the port name consistently correct (NetBSD/alpha, not NetBSD/Alpha)

diffstat:

 sys/arch/alpha/stand/bootxx/bootxx.c   |  4 ++--
 sys/arch/alpha/stand/common/bootxx.c   |  4 ++--
 sys/arch/alpha/stand/netboot/if_prom.c |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 90856fb181cb -r c804b682b9e6 sys/arch/alpha/stand/bootxx/bootxx.c
--- a/sys/arch/alpha/stand/bootxx/bootxx.c      Wed May 26 04:27:27 1999 +0000
+++ b/sys/arch/alpha/stand/bootxx/bootxx.c      Wed May 26 06:22:03 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootxx.c,v 1.14 1999/04/02 03:50:47 cgd Exp $ */
+/* $NetBSD: bootxx.c,v 1.15 1999/05/26 06:22:03 cgd Exp $ */
 
 /*
  * Copyright (C) 1998 by Ross Harvey
@@ -156,7 +156,7 @@
        /* Init prom callback vector. */
        init_prom_calls();
 
-       putstr("\nNetBSD/Alpha " NETBSD_VERS " Primary Boot +\n");
+       putstr("\nNetBSD/alpha " NETBSD_VERS " Primary Boot +\n");
 
        bbinfop = (struct bbinfo *)&_end;
        loadaddr = (char *)SECONDARY_LOAD_ADDRESS;
diff -r 90856fb181cb -r c804b682b9e6 sys/arch/alpha/stand/common/bootxx.c
--- a/sys/arch/alpha/stand/common/bootxx.c      Wed May 26 04:27:27 1999 +0000
+++ b/sys/arch/alpha/stand/common/bootxx.c      Wed May 26 06:22:03 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootxx.c,v 1.3 1999/04/05 22:03:56 cgd Exp $ */
+/* $NetBSD: bootxx.c,v 1.4 1999/05/26 06:22:04 cgd Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -95,7 +95,7 @@
        /* Init prom callback vector. */
        init_prom_calls();
 
-        putstr("\nNetBSD/Alpha " NETBSD_VERS " " BOOTXX_FS_NAME " Primary Bootstrap\n");
+        putstr("\nNetBSD/alpha " NETBSD_VERS " " BOOTXX_FS_NAME " Primary Bootstrap\n");
 
         if (!booted_dev_open()) {
                reason = "Can't open boot device.";
diff -r 90856fb181cb -r c804b682b9e6 sys/arch/alpha/stand/netboot/if_prom.c
--- a/sys/arch/alpha/stand/netboot/if_prom.c    Wed May 26 04:27:27 1999 +0000
+++ b/sys/arch/alpha/stand/netboot/if_prom.c    Wed May 26 06:22:03 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_prom.c,v 1.12 1999/04/02 03:19:09 cgd Exp $ */
+/* $NetBSD: if_prom.c,v 1.13 1999/05/26 06:22:04 cgd Exp $ */
 
 /*
  * Copyright (c) 1997 Christopher G. Demetriou.  All rights reserved.
@@ -231,7 +231,7 @@
        printf("\n");
        printf("Boot device name was: \"%s\"\n", booted_dev_name);
        printf("\n");
-       printf("Your firmware may be too old to network-boot NetBSD/Alpha,\n");
+       printf("Your firmware may be too old to network-boot NetBSD/alpha,\n");
        printf("or you might have to hard-code an ethernet address into\n");
        printf("your network boot block with setnetbootinfo(8).\n");
 



Home | Main Index | Thread Index | Old Index