freebsd-dev/sys/dev/fdc
John Baldwin e45163b216 Fix the acpi attachment to always start the worker thread.
The previous change to split the worker thread start out of fdc_attach()
did not start the worker thread if the fdc device in the ACPI namespace
did not have an _FDE method.  This fixes hangs when booting with a
floppy controller enabled on certain machines with ACPI.

Tested by:	joel
2016-05-04 23:00:57 +00:00
..
fdc_acpi.c Fix the acpi attachment to always start the worker thread. 2016-05-04 23:00:57 +00:00
fdc_cbus.c Adjust the fdc worker thread startup to work when APs are started earlier. 2016-04-21 18:37:36 +00:00
fdc_isa.c Adjust the fdc worker thread startup to work when APs are started earlier. 2016-04-21 18:37:36 +00:00
fdc_pccard.c Adjust the fdc worker thread startup to work when APs are started earlier. 2016-04-21 18:37:36 +00:00
fdc.c sys/dev: minor spelling fixes. 2016-05-03 03:41:25 +00:00
fdcvar.h s/struct device */device_t/g 2016-05-04 06:25:12 +00:00