the following patch was just integrated into master: commit 7037840ece7ed221990a8e683293408b81a4cfd1 Author: Christoph Grenz christophg+cb@grenz-bonn.de Date: Thu Jul 4 03:06:26 2013 +0200
w83627hf/acpi: Move floppy drive enumeration from _INI into _FDE.
Move the floppy drive enumeration from _INI() and PROB(), which stored the enumeration results into _FDE into _FDE(). _INI is called by any ACPI-capable OS on boot while _FDE is rarely used. So it's better to run the enumeration when requested rather than unconditionally.
Change-Id: Icf1e2a551806592faa8ba8d80fa8d02681602007 Signed-off-by: Christoph Grenz christophg+cb@grenz-bonn.de Reviewed-on: http://review.coreboot.org/3604 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi patrick@georgi-clan.de
See http://review.coreboot.org/3604 for details.
-gerrit