freebsd-dev/sys/dev/fdc
Warner Losh 389bdd096c When ISA_PNP_PROBE is called, it will return 0 when it finds a device,
ENOENT when there's no PNP ID for this device node, or ENXIO when there
is one, but it doesn't match.

In the nonPNP case (as most Alpha systems appear to be), we were
treating the error return as an error, when it should be have ignored
it.  Version 1.9 properly ignored it, but the attach re-write of 1.10
introduced this logic error.

Pointy Hat to: phk (for breaking it then asking me to fix it :-)
Sponsored by: The Voices in Bill Paul's Head, LLC
2004-08-31 20:37:10 +00:00
..
fdc_acpi.c Fix _FDI drive type probing. The new fd child is not an ACPI device while 2004-08-30 21:35:34 +00:00
fdc_isa.c When ISA_PNP_PROBE is called, it will return 0 when it finds a device, 2004-08-31 20:37:10 +00:00
fdc_pccard.c Rewrite of the floppy driver to make it MPsafe & GEOM friendly: 2004-08-20 15:14:25 +00:00
fdc.c Hide a printf under bootverbose. 2004-08-27 17:08:24 +00:00
fdcvar.h Rewrite of the floppy driver to make it MPsafe & GEOM friendly: 2004-08-20 15:14:25 +00:00