Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/installboot Build hp300 support into installboot(8).



details:   https://anonhg.NetBSD.org/src/rev/41ef07faf36b
branches:  trunk
changeset: 581982:41ef07faf36b
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Sun Jun 12 20:25:26 2005 +0000

description:
Build hp300 support into installboot(8).

diffstat:

 usr.sbin/installboot/Makefile   |  4 ++--
 usr.sbin/installboot/machines.c |  6 ++----
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (47 lines):

diff -r d2dceadcd015 -r 41ef07faf36b usr.sbin/installboot/Makefile
--- a/usr.sbin/installboot/Makefile     Sun Jun 12 20:24:14 2005 +0000
+++ b/usr.sbin/installboot/Makefile     Sun Jun 12 20:25:26 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.31 2005/05/14 14:46:21 chs Exp $
+#      $NetBSD: Makefile,v 1.32 2005/06/12 20:25:26 dyoung Exp $
 #
 
 .include <bsd.own.mk>
@@ -6,7 +6,7 @@
 PROG=  installboot
 SRCS=  installboot.c sum.c machines.c fstypes.c \
        ffs.c ffs_bswap.c bbinfo.c \
-       alpha.c amiga.c hp700.c i386.c macppc.c \
+       alpha.c amiga.c hp300.c hp700.c i386.c macppc.c \
        news.c next68k.c pmax.c \
        sparc.c sparc64.c sun68k.c vax.c x68k.c
 MAN=   installboot.8
diff -r d2dceadcd015 -r 41ef07faf36b usr.sbin/installboot/machines.c
--- a/usr.sbin/installboot/machines.c   Sun Jun 12 20:24:14 2005 +0000
+++ b/usr.sbin/installboot/machines.c   Sun Jun 12 20:25:26 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machines.c,v 1.26 2005/05/14 14:46:21 chs Exp $        */
+/*     $NetBSD: machines.c,v 1.27 2005/06/12 20:25:26 dyoung Exp $     */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: machines.c,v 1.26 2005/05/14 14:46:21 chs Exp $");
+__RCSID("$NetBSD: machines.c,v 1.27 2005/06/12 20:25:26 dyoung Exp $");
 #endif /* !__lint */
 
 #include <sys/types.h>
@@ -56,10 +56,8 @@
                IB_KEYMAP | IB_PASSWORD | IB_TIMEOUT },
        { "amiga",      amiga_setboot,  no_clearboot,
                IB_STAGE1START | IB_STAGE2START | IB_COMMAND },
-#if 0
        { "hp300",      hp300_setboot,  no_clearboot,
                IB_APPEND },
-#endif
        { "hp700",      hp700_setboot,  hp700_clearboot,
                0 },
        { "i386",       i386_setboot,   no_clearboot,



Home | Main Index | Thread Index | Old Index