j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: 2008-12-23 13:03:02 +0100 (Tue, 23 Dec 2008) New Revision: 316
Modified: openbios-devel/config/examples/cross-sparc32_config.xml Log: Enable floppy driver for cross-sparc32 like native build
Modified: openbios-devel/config/examples/cross-sparc32_config.xml =================================================================== --- openbios-devel/config/examples/cross-sparc32_config.xml 2008-12-23 11:57:36 UTC (rev 315) +++ openbios-devel/config/examples/cross-sparc32_config.xml 2008-12-23 12:03:02 UTC (rev 316) @@ -71,6 +71,6 @@ <option name="CONFIG_DRIVER_SBUS" type="boolean" value="true"/> <option name="CONFIG_DRIVER_OBIO" type="boolean" value="true"/> <option name="CONFIG_DRIVER_ESP" type="boolean" value="true"/> - <option name="CONFIG_DRIVER_FLOPPY" type="boolean" value="false"/> + <option name="CONFIG_DRIVER_FLOPPY" type="boolean" value="true"/>
</config>