[kernel] r13310 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Wed Apr 1 14:53:31 UTC 2009


Author: maks
Date: Wed Apr  1 14:53:29 2009
New Revision: 13310

Log:
topconfig Enable PATA_JMICRON instead of legacy BLK_DEV_JMICRON

this will have changing dev name,
but anyway this was never guaranteed to stay stable.

better pick the driver that is recommended upstream.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Wed Apr  1 14:53:29 2009
@@ -1,6 +1,8 @@
 linux-2.6 (2.6.29-1~experimental.2) UNRELEASED; urgency=low
 
   * [sparc] Enable BLK_DEV_CRYPTOLOOP. (closes: #521829)
+  * Enable PATA_JMICRON instead of legacy BLK_DEV_JMICRON.
+    (closes: #431500, #458493)
 
  -- maximilian attems <maks at debian.org>  Mon, 30 Mar 2009 14:40:26 +0200
 

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Wed Apr  1 14:53:29 2009
@@ -123,7 +123,7 @@
 # CONFIG_PATA_ISAPNP is not set
 # CONFIG_PATA_IT821X is not set
 # CONFIG_PATA_IT8213 is not set
-# CONFIG_PATA_JMICRON is not set
+CONFIG_PATA_JMICRON=m
 # CONFIG_PATA_LEGACY is not set
 # CONFIG_PATA_TRIFLEX is not set
 CONFIG_PATA_MARVELL=m
@@ -389,7 +389,7 @@
 # CONFIG_IDE_TASK_IOCTL is not set
 CONFIG_IDE_PROC_FS=y
 # CONFIG_BLK_DEV_PLATFORM is not set
-CONFIG_BLK_DEV_JMICRON=m
+# CONFIG_BLK_DEV_JMICRON is not set
 CONFIG_BLK_DEV_IT8172=m
 CONFIG_BLK_DEV_IT8213=m
 CONFIG_BLK_DEV_IT821X=m



More information about the Kernel-svn-changes mailing list