cvs commit: src/sys/dev/fdc fdc.c fdcvar.h
Nate Lawson
njl at FreeBSD.org
Thu Jul 15 09:39:40 PDT 2004
njl 2004-07-15 16:39:40 UTC
FreeBSD src repository
Modified files:
sys/dev/fdc fdc.c fdcvar.h
Log:
Re-work for fdc_acpi. Expose fdc_add_child() and move the static
hints-based probe to fdc_hints_probe().
Also:
* Fix some resource leaks when attach fails.
* Remove the FDC_ATTACHED flag. It was supposed to prevent multiple
unloads but this is not necessary.
Revision Changes Path
1.281 +32 -25 src/sys/dev/fdc/fdc.c
1.3 +4 -2 src/sys/dev/fdc/fdcvar.h
More information about the cvs-src
mailing list