diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-08-07 02:10:27 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-08-07 02:10:27 +0000 |
commit | fa8817757f0a24834abc674e540d3949f595a75d (patch) | |
tree | 858f0582df9985bb80f2b79f84cbf74e4adeb1c2 /sys/arch/powerpc/stand/boot.c | |
parent | ec5596645eaa1fb1ae8dd6d4247d797729d29eb9 (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.c | 7 |
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 */ |