r2806 - in trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8: config debian

Kyle McMartin kyle@costa.debian.org
Thu, 24 Mar 2005 06:52:15 +0000


Author: kyle
Date: 2005-03-24 06:52:12 +0000 (Thu, 24 Mar 2005)
New Revision: 2806

Modified:
   trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/32
   trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/32-smp
   trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/64
   trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/64-smp
   trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/default
   trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/changelog
   trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/control
Log:
2.6.8-7 will be built against k-s 2.6.8-15 and k-p-hppa 2.6.8-6. Turns off
USB_DEBUG as well, to bring us in line with other arches, and it doesn't
seem to change the ABI.


Modified: trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/32
===================================================================
--- trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/32	2005-03-24 06:35:14 UTC (rev 2805)
+++ trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/32	2005-03-24 06:52:12 UTC (rev 2806)
@@ -395,7 +395,7 @@
 # CONFIG_SBPCD is not set
 CONFIG_MCD=m
 CONFIG_MCD_IRQ=11
-CONFIG_MCD_BASE=300
+CONFIG_MCD_BASE=0x300
 CONFIG_MCDX=m
 CONFIG_OPTCD=m
 # CONFIG_CM206 is not set
@@ -1955,7 +1955,7 @@
 # USB support
 #
 CONFIG_USB=m
-CONFIG_USB_DEBUG=y
+# CONFIG_USB_DEBUG is not set
 
 #
 # Miscellaneous USB options

Modified: trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/32-smp
===================================================================
--- trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/32-smp	2005-03-24 06:35:14 UTC (rev 2805)
+++ trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/32-smp	2005-03-24 06:52:12 UTC (rev 2806)
@@ -396,7 +396,7 @@
 CONFIG_GSCD=m
 CONFIG_MCD=m
 CONFIG_MCD_IRQ=11
-CONFIG_MCD_BASE=300
+CONFIG_MCD_BASE=0x300
 CONFIG_MCDX=m
 CONFIG_OPTCD=m
 CONFIG_SJCD=m
@@ -1939,7 +1939,7 @@
 # USB support
 #
 CONFIG_USB=m
-CONFIG_USB_DEBUG=y
+# CONFIG_USB_DEBUG is not set
 
 #
 # Miscellaneous USB options

Modified: trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/64
===================================================================
--- trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/64	2005-03-24 06:35:14 UTC (rev 2805)
+++ trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/64	2005-03-24 06:52:12 UTC (rev 2806)
@@ -391,7 +391,7 @@
 # CONFIG_SBPCD is not set
 CONFIG_MCD=m
 CONFIG_MCD_IRQ=11
-CONFIG_MCD_BASE=300
+CONFIG_MCD_BASE=0x300
 CONFIG_MCDX=m
 CONFIG_OPTCD=m
 # CONFIG_CM206 is not set
@@ -1939,7 +1939,7 @@
 # USB support
 #
 CONFIG_USB=m
-CONFIG_USB_DEBUG=y
+# CONFIG_USB_DEBUG is not set
 
 #
 # Miscellaneous USB options

Modified: trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/64-smp
===================================================================
--- trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/64-smp	2005-03-24 06:35:14 UTC (rev 2805)
+++ trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/64-smp	2005-03-24 06:52:12 UTC (rev 2806)
@@ -392,7 +392,7 @@
 CONFIG_GSCD=m
 CONFIG_MCD=m
 CONFIG_MCD_IRQ=11
-CONFIG_MCD_BASE=300
+CONFIG_MCD_BASE=0x300
 CONFIG_MCDX=m
 CONFIG_OPTCD=m
 CONFIG_SJCD=m
@@ -1923,7 +1923,7 @@
 # USB support
 #
 CONFIG_USB=m
-CONFIG_USB_DEBUG=y
+# CONFIG_USB_DEBUG is not set
 
 #
 # Miscellaneous USB options

Modified: trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/default
===================================================================
--- trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/default	2005-03-24 06:35:14 UTC (rev 2805)
+++ trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/config/default	2005-03-24 06:52:12 UTC (rev 2806)
@@ -395,7 +395,7 @@
 # CONFIG_SBPCD is not set
 CONFIG_MCD=m
 CONFIG_MCD_IRQ=11
-CONFIG_MCD_BASE=300
+CONFIG_MCD_BASE=0x300
 CONFIG_MCDX=m
 CONFIG_OPTCD=m
 # CONFIG_CM206 is not set
@@ -1955,7 +1955,7 @@
 # USB support
 #
 CONFIG_USB=m
-CONFIG_USB_DEBUG=y
+# CONFIG_USB_DEBUG is not set
 
 #
 # Miscellaneous USB options

Modified: trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/changelog
===================================================================
--- trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/changelog	2005-03-24 06:35:14 UTC (rev 2805)
+++ trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/changelog	2005-03-24 06:52:12 UTC (rev 2806)
@@ -1,3 +1,15 @@
+kernel-image-2.6.8-hppa (2.6.8-7) UNRELEASED; urgency=low
+
+  * Rebuild against newer kernel-source 2.6.8-15.
+  * Rebuild against kernel-patch-2.6.8-hppa 2.6.8-6 which contains
+    some important fixes for low memory machines with an iommu, and
+    fixes a bug where firmware wasn't setting up MMIO coalescing
+    correctly on some machines, causing occasional panics.
+  * Turn off CONFIG_USB_DEBUG across all flavours, it does not effect
+    the ABI and brings us in line with the other architectures.
+
+ -- Kyle McMartin <kyle@debian.org>  Thu, 24 Mar 2005 01:43:52 -0500
+
 kernel-image-2.6.8-hppa (2.6.8-6) unstable; urgency=high
 
   * Disable de4x5, as it conflicts with tulip.

Modified: trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/control
===================================================================
--- trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/control	2005-03-24 06:35:14 UTC (rev 2805)
+++ trunk/kernel/hppa/kernel-image-2.6.8-hppa-2.6.8/debian/control	2005-03-24 06:52:12 UTC (rev 2806)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Kyle McMartin <kyle@debian.org>
 Uploaders: Bdale Garbee <bdale@gag.com>
-Build-Depends: kernel-tree-2.6.8-13, kernel-patch-2.6.8-hppa (>= 2.6.8-5), kernel-package, debianutils (>= 1.6), debhelper (>= 2), bzip2, modutils (>=2.4.21-3), gcc-3.3-hppa64, binutils-hppa64
+Build-Depends: kernel-tree-2.6.8-15, kernel-patch-2.6.8-hppa (>= 2.6.8-5), kernel-package, debianutils (>= 1.6), debhelper (>= 2), bzip2, modutils (>=2.4.21-3), gcc-3.3-hppa64, binutils-hppa64
 Standards-Version: 3.5.4
 
 Package: kernel-headers-2.6.8-2