Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/bootxx Update 'oemname' to NetBSD60.



details:   https://anonhg.NetBSD.org/src/rev/3d2e05794521
branches:  trunk
changeset: 749483:3d2e05794521
user:      dsl <dsl%NetBSD.org@localhost>
date:      Mon Nov 30 21:37:16 2009 +0000

description:
Update 'oemname' to NetBSD60.

diffstat:

 sys/arch/i386/stand/bootxx/pbr.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5dc06011db23 -r 3d2e05794521 sys/arch/i386/stand/bootxx/pbr.S
--- a/sys/arch/i386/stand/bootxx/pbr.S  Mon Nov 30 17:17:55 2009 +0000
+++ b/sys/arch/i386/stand/bootxx/pbr.S  Mon Nov 30 21:37:16 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pbr.S,v 1.16 2008/04/28 20:23:25 martin Exp $  */
+/*     $NetBSD: pbr.S,v 1.17 2009/11/30 21:37:16 dsl Exp $     */
 
 /*-
  * Copyright (c) 2003,2004 The NetBSD Foundation, Inc.
@@ -112,7 +112,7 @@
         */
        jmp     start0
        nop
-       .ascii  "NetBSD40"              /* oemname (8 bytes) */
+       .ascii  "NetBSD60"              /* oemname (8 bytes) */
 
        . = start + MBR_BPB_OFFSET      /* move to start of BPB */
                                        /* (ensures oemname doesn't overflow) */



Home | Main Index | Thread Index | Old Index