backout previous change, this should not have been committed (yet)

This commit is contained in:
jdolecek 2000-07-09 14:07:06 +00:00
parent 26e11b6af2
commit 0b9b0cbc03

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootxx.c,v 1.3 2000/07/09 13:47:34 jdolecek Exp $ */
/* $NetBSD: bootxx.c,v 1.4 2000/07/09 14:07:06 jdolecek Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -73,7 +73,7 @@ int block_size = 512; /* default */
int block_count = MAXBLOCKNUM; /* length of table */
daddr_t block_table[MAXBLOCKNUM] = { 0 };
extern char *bootprog_rev;
extern char *version;
main()
@ -84,8 +84,7 @@ main()
printf("Boot: bug device: ctrl=%d, dev=%d\n",
bugargs.ctrl_lun, bugargs.dev_lun);
printf("\nbootxx: first level bootstrap program [%s]\n\n",
bootprog_rev);
printf("\nbootxx: first level bootstrap program [%s]\n\n", version);
f.f_flags = F_RAW;
if (devopen(&f, 0, &addr)) {