Navigation:
Linux Kernel Driver DataBase -
web LKDDB:
Main index -
R index
The Linux kernel configuration item CONFIG_RAW_DRIVER has multiple definitions:
arch/um/Kconfig.charThe configuration item CONFIG_RAW_DRIVER:
(none)raw, rawThe 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 will be removed soon. Applications should simply open the device (eg /dev/hda1) with the O_DIRECT flag.
drivers/char/KconfigThe configuration item CONFIG_RAW_DRIVER:
(none)raw, rawThe 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.
arch/um/Kconfig.charThe configuration item CONFIG_RAW_DRIVER:
CONFIG_BLOCKraw, rawThe 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.
Applications should preferably open the device (eg /dev/hda1) with the O_DIRECT flag.
drivers/char/KconfigThe configuration item CONFIG_RAW_DRIVER:
CONFIG_BLOCKraw, rawThe 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.
Applications should preferably open the device (eg /dev/hda1) with the O_DIRECT flag.
Raw data from LKDDb:
lkddb module raw CONFIG_RAW_DRIVER : arch/um/Kconfig.char : "RAW driver (/dev/raw/rawN)"lkddb module raw CONFIG_RAW_DRIVER : drivers/char/Kconfig : "RAW driver (/dev/raw/rawN)"This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index
Automatically generated (in year 2013) with gen-web-lkddb.py in lkddb-sources.