r1478 - in trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian: . patches patches/series

hch-guest@haydn.debian.org hch-guest@haydn.debian.org
Sun, 29 Aug 2004 15:12:22 -0600


Author: hch-guest
Date: 2004-08-29 15:10:21 -0600 (Sun, 29 Aug 2004)
New Revision: 1478

Added:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/microcode-devfs-name.dpatch
Modified:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-6
Log:

  * Fix devfs name for microcode driver (closes: #221813) (Christoph Hellwig).
 


Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog	2004-08-29 21:07:23 UTC (rev 1477)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog	2004-08-29 21:10:21 UTC (rev 1478)
@@ -16,6 +16,8 @@
 
   * Mark CONFIG_DIGI broken (closes: #258676) (Christoph Hellwig).
 
+  * Fix devfs name for microcode driver (closes: #221813) (Christoph Hellwig).
+
  -- 
 
 kernel-source-2.6.8 (2.6.8-5) unstable; urgency=high

Added: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/microcode-devfs-name.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/microcode-devfs-name.dpatch	2004-08-29 21:07:23 UTC (rev 1477)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/microcode-devfs-name.dpatch	2004-08-29 21:10:21 UTC (rev 1478)
@@ -0,0 +1,21 @@
+#! /bin/sh -e 
+## <PATCHNAME>.dpatch by <PATCH_AUTHOR@EMAI>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Description: Fix i386 microcode driver devfs name
+## DP: Patch author: Christoph Hellwig
+## DP: Upstream status: submitted
+
+. $(dirname $0)/DPATCH
+
+@DPATCH@
+--- 1.28/arch/i386/kernel/microcode.c	2004-06-29 16:44:01 +02:00
++++ edited/arch/i386/kernel/microcode.c	2004-08-29 22:57:37 +02:00
+@@ -485,6 +485,7 @@
+ static struct miscdevice microcode_dev = {
+ 	.minor		= MICROCODE_MINOR,
+ 	.name		= "microcode",
++	.devfs_name	= "cpu/microcode",
+ 	.fops		= &microcode_fops,
+ };
+ 

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-6
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-6	2004-08-29 21:07:23 UTC (rev 1477)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-6	2004-08-29 21:10:21 UTC (rev 1478)
@@ -6,3 +6,4 @@
 + sis900-add-phy.dpatch
 + fix-url-bsd-acct.dpatch
 + pcxx-is-broken.dpatch
++ microcode-devfs-name.dpatch