summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/stand/boot.c
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1998-08-07 02:10:27 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1998-08-07 02:10:27 +0000
commitfa8817757f0a24834abc674e540d3949f595a75d (patch)
tree858f0582df9985bb80f2b79f84cbf74e4adeb1c2 /sys/arch/powerpc/stand/boot.c
parentec5596645eaa1fb1ae8dd6d4247d797729d29eb9 (diff)
Remove floppy checks from ofwboot. Ramdisk is kernel, not loadef from floppy.
Diffstat (limited to 'sys/arch/powerpc/stand/boot.c')
-rw-r--r--sys/arch/powerpc/stand/boot.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/arch/powerpc/stand/boot.c b/sys/arch/powerpc/stand/boot.c
index cae95a59de6..b7c86b273cf 100644
--- a/sys/arch/powerpc/stand/boot.c
+++ b/sys/arch/powerpc/stand/boot.c
@@ -205,13 +205,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((void *)entry, args, esym);
/* NOTREACHED */