From efa0b5e2f5ee6307b23eb1ff73b343f02a708e90 Mon Sep 17 00:00:00 2001 From: gwr Date: Wed, 1 Jul 1998 23:12:42 +0000 Subject: [PATCH] fix the comment --- sys/arch/sun3/stand/libsa/version.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sys/arch/sun3/stand/libsa/version.c b/sys/arch/sun3/stand/libsa/version.c index 7bd84466b2a1..dcb0dea83937 100644 --- a/sys/arch/sun3/stand/libsa/version.c +++ b/sys/arch/sun3/stand/libsa/version.c @@ -1,4 +1,4 @@ -/* $NetBSD: version.c,v 1.6 1998/06/29 20:33:03 gwr Exp $ */ +/* $NetBSD: version.c,v 1.7 1998/07/01 23:12:42 gwr Exp $ */ /* * NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. @@ -7,13 +7,14 @@ * machines, with different default kernel names * on each so shared root images are possible. * - * 6/98 Both netboot and ufsboot now look first for - * "netbsd.sun3" or "netbsd.sun3x" and then - * "netbsd" so that boot media can support - * both by providing two kernels. + * 6/98 Both netboot and ufsboot now look for any of: + * { "netbsd", "netbsd.old", "netbsd.$arch" } + * where arch=sun3 or arch=sun3x based on the + * running machine type. Boot media can support + * both sun3 and sun3x by providing two kernels. */ #include #include "libsa.h" -char version[] = "$Revision: 1.6 $"; +char version[] = "$Revision: 1.7 $";