Module Name:    src
Committed By:   kiyohara
Date:           Thu Aug 25 15:42:33 UTC 2011

Modified Files:
        src/distrib/utils/sysinst/arch/bebox: md.c

Log Message:
bebox not support md_post_newfs() and md_post_disklabel() now. Change null-func.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/distrib/utils/sysinst/arch/bebox/md.c

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

Modified files:

Index: src/distrib/utils/sysinst/arch/bebox/md.c
diff -u src/distrib/utils/sysinst/arch/bebox/md.c:1.55 src/distrib/utils/sysinst/arch/bebox/md.c:1.56
--- src/distrib/utils/sysinst/arch/bebox/md.c:1.55	Mon Apr  4 08:30:20 2011
+++ src/distrib/utils/sysinst/arch/bebox/md.c	Thu Aug 25 15:42:33 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: md.c,v 1.55 2011/04/04 08:30:20 mbalmer Exp $ */
+/*	$NetBSD: md.c,v 1.56 2011/08/25 15:42:33 kiyohara Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -102,12 +102,6 @@
 int
 md_post_disklabel(void)
 {
-	/* Sector forwarding / badblocks ... */
-	if (*doessf) {
-		printf ("%s", msg_string (MSG_dobad144));
-		return run_program(RUN_DISPLAY, "/usr/sbin/bad144 %s 0",
-		    diskdev);
-	}
 	return 0;
 }
 
@@ -119,11 +113,6 @@
 int
 md_post_newfs(void)
 {
-	/* boot blocks ... */
-	printf (msg_string(MSG_dobootblks), diskdev);
-	run_program(RUN_DISPLAY,
-	    "/usr/mdec/installboot -v /usr/mdec/biosboot.sym /dev/r%sa",
-	    diskdev);
 	return 0;
 }
 

Reply via email to