Fat chance, but we should try. --- 25-akpm/drivers/char/Kconfig | 6 +++++- 1 files changed, 5 insertions(+), 1 deletion(-) diff -puN drivers/char/Kconfig~raw-is-obsolete drivers/char/Kconfig --- 25/drivers/char/Kconfig~raw-is-obsolete Thu Jan 22 15:57:56 2004 +++ 25-akpm/drivers/char/Kconfig Thu Jan 22 15:59:24 2004 @@ -961,12 +961,16 @@ config SCx200_GPIO If compiled as a module, it will be called scx200_gpio. config RAW_DRIVER - tristate "RAW driver (/dev/raw/rawN)" + 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 _