r1922 - in trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8: config debian

Joshua Kwan joshk@haydn.debian.org
Thu, 25 Nov 2004 12:09:50 -0700


Author: joshk
Date: 2004-11-25 12:09:29 -0700 (Thu, 25 Nov 2004)
New Revision: 1922

Modified:
   trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/config/sparc64
   trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/config/sparc64-smp
   trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/changelog
   trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/control
   trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/rules
Log:
final 2.6.8-4 commit


Modified: trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/config/sparc64
===================================================================
--- trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/config/sparc64	2004-11-25 19:08:44 UTC (rev 1921)
+++ trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/config/sparc64	2004-11-25 19:09:29 UTC (rev 1922)
@@ -307,7 +307,6 @@
 CONFIG_SCSI_AIC79XX=m
 CONFIG_AIC79XX_CMDS_PER_DEVICE=32
 CONFIG_AIC79XX_RESET_DELAY_MS=15000
-# CONFIG_AIC79XX_BUILD_FIRMWARE is not set
 # CONFIG_AIC79XX_ENABLE_RD_STRM is not set
 # CONFIG_AIC79XX_DEBUG_ENABLE is not set
 CONFIG_AIC79XX_DEBUG_MASK=0

Modified: trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/config/sparc64-smp
===================================================================
--- trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/config/sparc64-smp	2004-11-25 19:08:44 UTC (rev 1921)
+++ trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/config/sparc64-smp	2004-11-25 19:09:29 UTC (rev 1922)
@@ -308,7 +308,6 @@
 CONFIG_SCSI_AIC79XX=m
 CONFIG_AIC79XX_CMDS_PER_DEVICE=32
 CONFIG_AIC79XX_RESET_DELAY_MS=15000
-# CONFIG_AIC79XX_BUILD_FIRMWARE is not set
 # CONFIG_AIC79XX_ENABLE_RD_STRM is not set
 # CONFIG_AIC79XX_DEBUG_ENABLE is not set
 CONFIG_AIC79XX_DEBUG_MASK=0

Modified: trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/changelog
===================================================================
--- trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/changelog	2004-11-25 19:08:44 UTC (rev 1921)
+++ trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/changelog	2004-11-25 19:09:29 UTC (rev 1922)
@@ -1,3 +1,13 @@
+kernel-image-2.6.8-sparc (2.6.8-4) unstable; urgency=high
+
+  * build from kernel-tree-2.6.8-9 to fix lots of bugs:
+    - fix possible timeouts with sunzilog (benh)
+    - fix broken initialization method for cg14 framebuffer (Bob Breuer)
+    - sparc32: fix memcpy() bug that caused ramdisk failure (Jurij Smakov)
+    - sparc64: don't let breaks get eaten by sunsab (Jurij Smakov)
+
+ -- Joshua Kwan <joshk@triplehelix.org>  Wed, 24 Nov 2004 19:01:31 -0500
+
 kernel-image-2.6.8-sparc (2.6.8-3) unstable; urgency=high
 
   * Ugh, add missing Depends line for sparc64-smp. (Closes: #269274)

Modified: trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/control
===================================================================
--- trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/control	2004-11-25 19:08:44 UTC (rev 1921)
+++ trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/control	2004-11-25 19:09:29 UTC (rev 1922)
@@ -4,7 +4,7 @@
 Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
 Uploaders: Joshua Kwan <joshk@triplehelix.org>, Ben Collins <bcollins@debian.org>
 Standards-Version: 3.6.1.0
-Build-Depends: gcc (>= 4:3.3), kernel-tree-2.6.8-7, debhelper (>= 4), kernel-package, sparc-utils, module-init-tools
+Build-Depends: gcc (>= 4:3.3), kernel-tree-2.6.8-10, debhelper (>= 4), kernel-package, sparc-utils, module-init-tools
 
 Package: kernel-build-2.6.8-1
 Architecture: sparc

Modified: trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/rules
===================================================================
--- trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/rules	2004-11-25 19:08:44 UTC (rev 1921)
+++ trunk/kernel/sparc/kernel-image-2.6.8-sparc-2.6.8/debian/rules	2004-11-25 19:09:29 UTC (rev 1922)
@@ -44,6 +44,8 @@
 CROSS		:= sparc-linux-
 endif
 
+export CC := gcc-3.4
+
 unpack: unpack-stamp
 unpack-stamp:
 	tar jxf /usr/src/kernel-source-$(version).tar.bz2