Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch/bebox bebox not support md_post_n...



details:   https://anonhg.NetBSD.org/src/rev/22b0e3391716
branches:  trunk
changeset: 768718:22b0e3391716
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Thu Aug 25 15:42:33 2011 +0000

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

diffstat:

 distrib/utils/sysinst/arch/bebox/md.c |  13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diffs (34 lines):

diff -r eec90d7cac7f -r 22b0e3391716 distrib/utils/sysinst/arch/bebox/md.c
--- a/distrib/utils/sysinst/arch/bebox/md.c     Thu Aug 25 15:37:00 2011 +0000
+++ b/distrib/utils/sysinst/arch/bebox/md.c     Thu Aug 25 15:42:33 2011 +0000
@@ -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;
 }
 



Home | Main Index | Thread Index | Old Index