HP Smart Array block driver NAME cciss - HP Smart Array block driver SYNOPSIS modprobe cciss [ cciss_allow_hpsa=1 ] DESCRIPTION Note : This obsolete driver was removed in Linux 4.1…virtual console memory NAME vcs, vcsa - virtual console memory DESCRIPTION /dev/vcs0 is a character device with major number 7 and minor number 0, usually with mode 0644 and owners…virtual console memory NAME vcs, vcsa - virtual console memory DESCRIPTION /dev/vcs0 is a character device with major number 7 and minor number 0, usually with mode 0644 and owners…x86 CPUID access device NAME cpuid - x86 CPUID access device DESCRIPTION CPUID provides an interface for querying information about the x86 CPU. This device is accessed by lseek (2…kernel random number source devices NAME random, urandom - kernel random number source devices SYNOPSIS #include <linux/random.h> int ioctl( fd , RND request , param ); DESCRIPTION…kernel random number source devices NAME random, urandom - kernel random number source devices SYNOPSIS #include <linux/random.h> int ioctl( fd , RND request , param ); DESCRIPTION…real-time clock NAME rtc - real-time clock SYNOPSIS #include <linux/rtc.h> int ioctl( fd , RTC_ request , param ); DESCRIPTION This is the interface to drivers for real-time clocks…Virtual Ethernet Device NAME veth - Virtual Ethernet Device DESCRIPTION The veth devices are virtual Ethernet devices. They can act as tunnels between network namespaces to create …MFM/IDE hard disk devices NAME hd - MFM/IDE hard disk devices DESCRIPTION The hd* devices are block devices to access MFM/IDE hard disk drives in raw mode. The master drive on the …lirc devices NAME lirc - lirc devices DESCRIPTION The /dev/lirc* character devices provide a low-level bidirectional interface to infra-red (IR) remotes. Most of these devices can …Microchip Smart Storage SCSI driver NAME smartpqi - Microchip Smart Storage SCSI driver SYNOPSIS modprobe smartpqi [ disable_device_id_wildcards= { 0 | 1 }] [ disable_heartbeat= { …data sink NAME null, zero - data sink DESCRIPTION Data written to the /dev/null and /dev/zero special files is discarded. Reads from /dev/null always return end of file (i.e., read…data sink NAME null, zero - data sink DESCRIPTION Data written to the /dev/null and /dev/zero special files is discarded. Reads from /dev/null always return end of file (i.e., read…line printer devices NAME lp - line printer devices SYNOPSIS #include <linux/lp.h> CONFIGURATION lp [0–2] are character devices for the parallel line printers; they have major numb…HP Smart Array SCSI driver NAME hpsa - HP Smart Array SCSI driver SYNOPSIS modprobe hpsa [ hpsa_allow_any=1 ] DESCRIPTION hpsa is a SCSI driver for HP Smart Array RAID controllers.…SCSI tape device NAME st - SCSI tape device SYNOPSIS #include <sys/mtio.h> int ioctl(int fd , int request [, (void *) arg3 ]); int ioctl(int fd , MTIOCTOP, (struct mtop *) mt_cmd )…driver for SCSI disk drives NAME sd - driver for SCSI disk drives SYNOPSIS #include <linux/hdreg.h> /* for HDIO_GETGEO */ #include <linux/fs.h> /* for BLKGETSIZE and BLKRRPART */ C…introduction to special files NAME intro - introduction to special files DESCRIPTION Section 4 of the manual describes special files (devices). FILES /dev/* — device files NOTES Au…serial terminal lines NAME ttyS - serial terminal lines DESCRIPTION ttyS[0-3] are character devices for the serial terminal lines. They are typically created by: mknod -m 660 /dev/…loop devices NAME loop, loop-control - loop devices SYNOPSIS #include <linux/loop.h> DESCRIPTION The loop device is a block device that maps its data blocks not to a physical devic…