Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index
The Linux kernel configuration item CONFIG_RAW_DRIVER
has multiple definitions:
drivers/char/Kconfig
The configuration item CONFIG_RAW_DRIVER:
CONFIG_BLOCK
raw
, raw
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.
Applications should preferably open the device (eg /dev/hda1) with the O_DIRECT flag.
arch/um/Kconfig.char
The configuration item CONFIG_RAW_DRIVER:
CONFIG_BLOCK
raw
, raw
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.
Applications should preferably open the device (eg /dev/hda1) with the O_DIRECT flag.
arch/um/Kconfig.char
The configuration item CONFIG_RAW_DRIVER:
(none)
raw
, raw
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 will be removed soon. Applications should simply open the device (eg /dev/hda1) with the O_DIRECT flag.
drivers/char/Kconfig
The configuration item CONFIG_RAW_DRIVER:
CONFIG_BLOCK
raw
, raw
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 will be removed soon. Applications should simply 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)" # in 2.6.21–2.6.39, 3.0–3.1
lkddb module raw CONFIG_RAW_DRIVER : drivers/char/Kconfig : "RAW driver (/dev/raw/rawN)" # in 2.5.45–2.5.75, 2.6.0–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.13
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 2024). See also LKDDb sources on GitLab