diff options
Diffstat (limited to 'sys/arch/sparc64/stand/ofwboot/boot.c')
-rw-r--r-- | sys/arch/sparc64/stand/ofwboot/boot.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/boot.c b/sys/arch/sparc64/stand/ofwboot/boot.c index bbda2f8e456..7e854d019c2 100644 --- a/sys/arch/sparc64/stand/ofwboot/boot.c +++ b/sys/arch/sparc64/stand/ofwboot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.11 2004/01/03 21:17:43 pvalchev Exp $ */ +/* $OpenBSD: boot.c,v 1.12 2006/07/27 20:41:28 deraadt Exp $ */ /* $NetBSD: boot.c,v 1.3 2001/05/31 08:55:19 mrg Exp $ */ /* * Copyright (c) 1997, 1999 Eduardo E. Horvath. All rights reserved. @@ -261,13 +261,6 @@ loadfile(fd, args) close(fd); - /* XXX this should be replaced w/ a mountroothook. */ - if (floppyboot) { - printf("Please insert root disk and press ENTER "); - getchar(); - printf("\n"); - } - chain(entry, args, ssym, esym); /* NOTREACHED */ |