r1305 - in trunk/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8: config debian
Sven Luther
luther@haydn.debian.org
Wed, 25 Aug 2004 04:25:53 -0600
Author: luther
Date: 2004-08-25 04:24:43 -0600 (Wed, 25 Aug 2004)
New Revision: 1305
Modified:
trunk/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/config/nosmp.stub
trunk/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/debian/changelog
Log:
oldworld pmac floppy driver should not be modular, or miboot floppies won't be able to read the root floppy.
Modified: trunk/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/config/nosmp.stub
===================================================================
--- trunk/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/config/nosmp.stub 2004-08-25 10:20:59 UTC (rev 1304)
+++ trunk/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/config/nosmp.stub 2004-08-25 10:24:43 UTC (rev 1305)
@@ -4,5 +4,5 @@
# CONFIG_IRPORT_SIR is not set
# CONFIG_FTAPE is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
-CONFIG_MAC_FLOPPY=m
+CONFIG_MAC_FLOPPY=y
Modified: trunk/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/debian/changelog
===================================================================
--- trunk/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/debian/changelog 2004-08-25 10:20:59 UTC (rev 1304)
+++ trunk/kernel/powerpc/kernel-patch-powerpc-2.6.8-2.6.8/debian/changelog 2004-08-25 10:24:43 UTC (rev 1305)
@@ -1,8 +1,10 @@
kernel-patch-powerpc-2.6.8 (2.6.8-2) UNRELEASED; urgency=low
* Enabled the PPC 601 Fix config option (Sven Luther).
+ * Again building the oldworld pmac floppy driver builtin. Needed for
+ oldworld mibot floppies (Sven Luther).
- -- Sven Luther <luther@debian.org> Wed, 18 Aug 2004 23:59:26 +0200
+ -- Sven Luther <luther@debian.org> Wed, 25 Aug 2004 12:20:26 +0200
kernel-patch-powerpc-2.6.8 (2.6.8-1) unstable; urgency=high