Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/stand/altboot bootprog_maker and bootprog...



details:   https://anonhg.NetBSD.org/src/rev/09f8819665a3
branches:  trunk
changeset: 761395:09f8819665a3
user:      phx <phx%NetBSD.org@localhost>
date:      Wed Jan 26 13:13:25 2011 +0000

description:
bootprog_maker and bootprog_date are missing since we switched to the
MI newvers_stand.sh script. Remove the refering information line.

diffstat:

 sys/arch/sandpoint/stand/altboot/main.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 7d6def3357e9 -r 09f8819665a3 sys/arch/sandpoint/stand/altboot/main.c
--- a/sys/arch/sandpoint/stand/altboot/main.c   Wed Jan 26 11:29:04 2011 +0000
+++ b/sys/arch/sandpoint/stand/altboot/main.c   Wed Jan 26 13:13:25 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.2 2011/01/23 07:41:38 nisimura Exp $ */
+/* $NetBSD: main.c,v 1.3 2011/01/26 13:13:25 phx Exp $ */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -110,10 +110,9 @@
 
        printf("\n");
        printf(">> %s altboot, revision %s\n", bootprog_name, bootprog_rev);
-       printf(">> (%s, %s)\n", bootprog_maker, bootprog_date);
 
        brdprop = brd_lookup(brdtype);
-       printf("%s, cpu %u MHz, bus %u MHz, %dMB SDRAM\n", brdprop->verbose,
+       printf(">> %s, cpu %u MHz, bus %u MHz, %dMB SDRAM\n", brdprop->verbose,
            cpuclock / 1000000, busclock / 1000000, bi_mem.memsize >> 20);
 
        n = pcilookup(PCI_CLASS_IDE, lata, sizeof(lata)/sizeof(lata[0]));



Home | Main Index | Thread Index | Old Index