The patch titled add raw driver Kconfig entry for s390 has been added to the -mm tree. Its filename is add-raw-driver-kconfig-entry-for-s390.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Ihno Krumreich <ihno@xxxxxxx> The raw module is not enabled on s390/s390x. During SLES9 and SLES10 development IBM filed bugs about the missing raw driver. Avoid that for SLES11 by adding it to the other char driver entries. Signed-off-by: Olaf Hering <olh@xxxxxxx> Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/s390/Kconfig | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+) diff -puN drivers/s390/Kconfig~add-raw-driver-kconfig-entry-for-s390 drivers/s390/Kconfig --- devel/drivers/s390/Kconfig~add-raw-driver-kconfig-entry-for-s390 2006-05-13 04:55:09.000000000 -0700 +++ devel-akpm/drivers/s390/Kconfig 2006-05-13 04:55:09.000000000 -0700 @@ -51,6 +51,26 @@ config UNIX98_PTY_COUNT When not in use, each additional set of 256 PTYs occupy approximately 8 KB of kernel memory on 32-bit architectures. +config RAW_DRIVER + tristate "RAW driver (/dev/raw/rawN) (OBSOLETE)" + help + The raw driver permits block devices to be bound to /dev/raw/rawN. + Once bound, I/O against /dev/raw/rawN uses efficient zero-copy I/O. + See the raw(8) manpage for more details. + + The raw driver is deprecated and may be removed from 2.7 + kernels. Applications should simply open the device (eg /dev/hda1) + with the O_DIRECT flag. + +config MAX_RAW_DEVS + int "Maximum number of RAW devices to support (1-8192)" + depends on RAW_DRIVER + default "256" + help + The maximum number of RAW devices that are supported. + Default is 256. Increase this number in case you need lots of + raw devices. + config HANGCHECK_TIMER tristate "Hangcheck timer" help _ Patches currently in -mm which might be from ihno@xxxxxxx are add-raw-driver-kconfig-entry-for-s390.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html