Module Name:    src
Committed By:   tsutsui
Date:           Sun Jan 19 04:37:15 UTC 2025

Modified Files:
        src/sbin/disklabel: main.c

Log Message:
Add an entry of (belated) virt68k.  Required to build live-image.

XXX: should be added to https://www.netbsd.org/developers/new-port.html


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sbin/disklabel/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/disklabel/main.c
diff -u src/sbin/disklabel/main.c:1.58 src/sbin/disklabel/main.c:1.59
--- src/sbin/disklabel/main.c:1.58	Wed May 15 12:47:22 2024
+++ src/sbin/disklabel/main.c	Sun Jan 19 04:37:15 2025
@@ -1,4 +1,4 @@
-/*	$NetBSD: main.c,v 1.58 2024/05/15 12:47:22 tsutsui Exp $	*/
+/*	$NetBSD: main.c,v 1.59 2025/01/19 04:37:15 tsutsui Exp $	*/
 
 /*
  * Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 19
 static char sccsid[] = "@(#)disklabel.c	8.4 (Berkeley) 5/4/95";
 /* from static char sccsid[] = "@(#)disklabel.c	1.2 (Symmetric) 11/28/85"; */
 #else
-__RCSID("$NetBSD: main.c,v 1.58 2024/05/15 12:47:22 tsutsui Exp $");
+__RCSID("$NetBSD: main.c,v 1.59 2025/01/19 04:37:15 tsutsui Exp $");
 #endif
 #endif	/* not lint */
 
@@ -220,6 +220,7 @@ static const struct disklabel_params {
 	{ "pmax",	0, 0,  8, 2, 0,  64, LITTLE_ENDIAN },	/* mips */
 	{ "sun2",	0, 0,  8, 2, 0,  64, BIG_ENDIAN },	/* m68k */
 	{ "sun68k",	0, 0,  8, 2, 0,  64, BIG_ENDIAN },	/* m68010 */
+	{ "virt68k",	0, 0,  8, 2, 0,  64, BIG_ENDIAN },	/* m68k */
 	{ "x68k",	0, 0,  8, 2, 0,  64, BIG_ENDIAN },	/* m68k */
 
 	{ "vax",	0, 0, 12, 2, 8,  64, LITTLE_ENDIAN },	/* vax */

Reply via email to