[OpenBIOS] r316 - openbios-devel/config/examples

svn at openbios.org svn at openbios.org
Tue Dec 23 13:03:03 CET 2008


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>




More information about the OpenBIOS mailing list