CVSROOT:        /cvs
Module name:    src
Changes by:     s...@cvs.openbsd.org    2017/09/03 14:03:58

Modified files:
        sys/dev/isa    : fdc.c fd.c 

Log message:
fdc: defer probing of floppy drives

Defer probing of the drives to a kthread. This avoids several seconds of
delay() during boot. However, drives may now appear only after init has
started. But this does not affect installs from floppy. In that case the root
ramdisk is linked into the kernel and loaded by the boot loader.

Approach suggested by deraadt@, tested by miod@

Reply via email to