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

Maximilian Attems maks at alioth.debian.org
Mon Jun 30 09:45:40 UTC 2008


Author: maks
Date: Mon Jun 30 09:45:39 2008
New Revision: 11737

Log:
topconfig: Enable BLK_DEV_BSG for SG v4 support.

seen enabled on fedora since long.
"needed to support persistent names for tape devices" -Md

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	Mon Jun 30 09:45:39 2008
@@ -60,6 +60,7 @@
     (closes: #485192)
   * [ppc]: Enable RTC_DRV_PPC. (closes: #484693) Thanks for the patch to
     Geoff Levand <geoffrey.levand at am.sony.com>.
+  * Enable BLK_DEV_BSG for SG v4 support.
 
   [ Martin Michlmayr ]
   * [arm/orion5x] Update the config to reflect upstream renaming this

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	Mon Jun 30 09:45:39 2008
@@ -5,7 +5,7 @@
 CONFIG_LBD=y
 CONFIG_BLK_DEV_IO_TRACE=y
 CONFIG_LSF=y
-# CONFIG_BLK_DEV_BSG is not set
+CONFIG_BLK_DEV_BSG=y
 
 ##
 ## file: block/Kconfig.iosched



More information about the Kernel-svn-changes mailing list