Module Name: src
Committed By: dsl
Date: Mon Nov 30 21:37:16 UTC 2009
Modified Files:
src/sys/arch/i386/stand/bootxx: pbr.S
Log Message:
Update 'oemname' to NetBSD60.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/i386/stand/bootxx/pbr.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/stand/bootxx/pbr.S
diff -u src/sys/arch/i386/stand/bootxx/pbr.S:1.16 src/sys/arch/i386/stand/bootxx/pbr.S:1.17
--- src/sys/arch/i386/stand/bootxx/pbr.S:1.16 Mon Apr 28 20:23:25 2008
+++ src/sys/arch/i386/stand/bootxx/pbr.S Mon Nov 30 21:37:16 2009
@@ -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) */