devices.txt
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:96k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1.        LINUX ALLOCATED DEVICES
  2.      Maintained by H. Peter Anvin <device@lanana.org>
  3.       Last revised: 3 June 2001
  4. This list is the Linux Device List, the official registry of allocated
  5. device numbers and /dev directory nodes for the Linux operating
  6. system.
  7. The latest version of this list is available from
  8. http://www.lanana.org/docs/device-list/ or
  9. ftp://ftp.kernel.org/pub/linux/docs/device-list/.  This version may be
  10. newer than the one distributed with the Linux kernel.
  11. The LaTeX version of this document is no longer maintained.
  12. This document is included by reference into the Filesystem Hierarchy
  13. Standard (FHS).  The FHS is available from http://www.pathname.com/fhs/.
  14. Allocations marked (68k/Amiga) apply to Linux/68k on the Amiga
  15. platform only. Allocations marked (68k/Atari) apply to Linux/68k on
  16. the Atari platform only.
  17. The symbol {2.6} means the allocation is obsolete and scheduled for
  18. removal once kernel version 2.6 (or equivalent) is released.
  19. This document is in the public domain. The author requests, however,
  20. that semantically altered versions are not distributed without
  21. permission of the author, assuming the author can be contacted without
  22. an unreasonable effort.
  23. In particular, please don't sent patches for this list to Linus, at
  24. least not without contacting me first.
  25. I do not have any information about these devices beyond what appears
  26. on this list.  Any such information requests will be deleted without
  27. reply.
  28.   **** DEVICE DRIVERS AUTHORS PLEASE READ THIS ****
  29. THE DEVICE REGISTRY IS OFFICIALLY FROZEN FOR LINUS TORVALDS' KERNEL
  30. TREE.  At Linus' request, no more allocations will be made official
  31. for Linus' kernel tree; the 3 June 2001 version of this list is the
  32. official final version of this registry.  At Alan Cox' request,
  33. however, the registry will continue to be maintained for the -ac
  34. series of kernels, and registrations will be accepted.
  35. To have a major number allocated, or a minor number in situations
  36. where that applies (e.g. busmice), please contact me with the
  37. appropriate device information.  Also, if you have additional
  38. information regarding any of the devices listed below, or if I have
  39. made a mistake, I would greatly appreciate a note.
  40. I do, however, make a few requests about the nature of your report.
  41. This is necessary for me to be able to keep this list up to date and
  42. correct in a timely manner.  First of all, *please* send it to the
  43. correct address... <device@lanana.org>.  I receive hundreds of email
  44. messages a day, so mail sent to other addresses may very well get lost
  45. in the avalanche.  Please put in a descriptive subject, so I can find
  46. your mail again should I need to.  Too many people send me email
  47. saying just "device number request" in the subject.
  48. Second, please include a description of the device *in the same format
  49. as this list*. The reason for this is that it is the only way I have
  50. found to ensure I have all the requisite information to publish your
  51. device and avoid conflicts.
  52. Third, please don't assume that the distributed version of the list is
  53. up to date.  Due to the number of registrations I have to maintain it
  54. in "batch mode", so there is likely additional registrations that
  55. haven't been listed yet.
  56. Finally, sometimes I have to play "namespace police."  Please don't be
  57. offended.  I often get submissions for /dev names that would be bound
  58. to cause conflicts down the road.  I am trying to avoid getting in a
  59. situation where we would have to suffer an incompatible forward
  60. change.  Therefore, please consult with me *before* you make your
  61. device names and numbers in any way public, at least to the point
  62. where it would be at all difficult to get them changed.
  63. Your cooperation is appreciated.
  64.   0 Unnamed devices (e.g. non-device mounts)
  65.   0 = reserved as null device number
  66.   1 char Memory devices
  67.   1 = /dev/mem Physical memory access
  68.   2 = /dev/kmem Kernel virtual memory access
  69.   3 = /dev/null Null device
  70.   4 = /dev/port I/O port access
  71.   5 = /dev/zero Null byte source
  72.   6 = /dev/core OBSOLETE - replaced by /proc/kcore
  73.   7 = /dev/full Returns ENOSPC on write
  74.   8 = /dev/random Nondeterministic random number gen.
  75.   9 = /dev/urandom Faster, less secure random number gen.
  76.  10 = /dev/aio Asyncronous I/O notification interface
  77.     block RAM disk
  78.   0 = /dev/ram0 First RAM disk
  79.   1 = /dev/ram1 Second RAM disk
  80.     ...
  81. 250 = /dev/initrd Initial RAM disk {2.6}
  82. Older kernels had /dev/ramdisk (1, 1) here.
  83. /dev/initrd refers to a RAM disk which was preloaded
  84. by the boot loader; newer kernels use /dev/ram0 for
  85. the initrd.
  86.   2 char Pseudo-TTY masters
  87.   0 = /dev/ptyp0 First PTY master
  88.   1 = /dev/ptyp1 Second PTY master
  89.     ...
  90. 255 = /dev/ptyef 256th PTY master
  91. Pseudo-tty's are named as follows:
  92. * Masters are "pty", slaves are "tty";
  93. * the fourth letter is one of pqrstuvwxyzabcde indicating
  94.   the 1st through 16th series of 16 pseudo-ttys each, and
  95. * the fifth letter is one of 0123456789abcdef indicating
  96.   the position within the series.
  97. These are the old-style (BSD) PTY devices; Unix98
  98. devices are on major 128 and above and use the PTY
  99. master multiplex (/dev/ptmx) to acquire a PTY on
  100. demand.
  101.   
  102.     block Floppy disks
  103.   0 = /dev/fd0 Controller 0, drive 0, autodetect
  104.   1 = /dev/fd1 Controller 0, drive 1, autodetect
  105.   2 = /dev/fd2 Controller 0, drive 2, autodetect
  106.   3 = /dev/fd3 Controller 0, drive 3, autodetect
  107. 128 = /dev/fd4 Controller 1, drive 0, autodetect
  108. 129 = /dev/fd5 Controller 1, drive 1, autodetect
  109. 130 = /dev/fd6 Controller 1, drive 2, autodetect
  110. 131 = /dev/fd7 Controller 1, drive 3, autodetect
  111. To specify format, add to the autodetect device number:
  112.   0 = /dev/fd? Autodetect format
  113.   4 = /dev/fd?d360 5.25"  360K in a 360K  drive(1)
  114.  20 = /dev/fd?h360 5.25"  360K in a 1200K drive(1)
  115.  48 = /dev/fd?h410 5.25"  410K in a 1200K drive
  116.  64 = /dev/fd?h420 5.25"  420K in a 1200K drive
  117.  24 = /dev/fd?h720 5.25"  720K in a 1200K drive
  118.  80 = /dev/fd?h880 5.25"  880K in a 1200K drive(1)
  119.   8 = /dev/fd?h1200 5.25" 1200K in a 1200K drive(1)
  120.  40 = /dev/fd?h1440 5.25" 1440K in a 1200K drive(1)
  121.  56 = /dev/fd?h1476 5.25" 1476K in a 1200K drive
  122.  72 = /dev/fd?h1494 5.25" 1494K in a 1200K drive
  123.  92 = /dev/fd?h1600 5.25" 1600K in a 1200K drive(1)
  124.  12 = /dev/fd?u360 3.5"   360K Double Density(2)
  125.  16 = /dev/fd?u720 3.5"   720K Double Density(1)
  126. 120 = /dev/fd?u800 3.5"   800K Double Density(2)
  127.  52 = /dev/fd?u820 3.5"   820K Double Density
  128.  68 = /dev/fd?u830 3.5"   830K Double Density
  129.  84 = /dev/fd?u1040 3.5"  1040K Double Density(1)
  130.  88 = /dev/fd?u1120 3.5"  1120K Double Density(1)
  131.  28 = /dev/fd?u1440 3.5"  1440K High Density(1)
  132. 124 = /dev/fd?u1600 3.5"  1600K High Density(1)
  133.  44 = /dev/fd?u1680 3.5"  1680K High Density(3)
  134.  60 = /dev/fd?u1722 3.5"  1722K High Density
  135.  76 = /dev/fd?u1743 3.5"  1743K High Density
  136.  96 = /dev/fd?u1760 3.5"  1760K High Density
  137. 116 = /dev/fd?u1840 3.5"  1840K High Density(3)
  138. 100 = /dev/fd?u1920 3.5"  1920K High Density(1)
  139.  32 = /dev/fd?u2880 3.5"  2880K Extra Density(1)
  140. 104 = /dev/fd?u3200 3.5"  3200K Extra Density
  141. 108 = /dev/fd?u3520 3.5"  3520K Extra Density
  142. 112 = /dev/fd?u3840 3.5"  3840K Extra Density(1)
  143.  36 = /dev/fd?CompaQ Compaq 2880K drive; obsolete?
  144. (1) Autodetectable format
  145. (2) Autodetectable format in a Double Density (720K) drive only
  146. (3) Autodetectable format in a High Density (1440K) drive only
  147. NOTE: The letter in the device name (d, q, h or u)
  148. signifies the type of drive: 5.25" Double Density (d),
  149. 5.25" Quad Density (q), 5.25" High Density (h) or 3.5"
  150. (any model, u).  The use of the capital letters D, H
  151. and E for the 3.5" models have been deprecated, since
  152. the drive type is insignificant for these devices.
  153.   3 char Pseudo-TTY slaves
  154.   0 = /dev/ttyp0 First PTY slave
  155.   1 = /dev/ttyp1 Second PTY slave
  156.     ...
  157. 255 = /dev/ttyef 256th PTY slave
  158. These are the old-style (BSD) PTY devices; Unix98
  159. devices are on major 136 and above.
  160.     block First MFM, RLL and IDE hard disk/CD-ROM interface
  161.   0 = /dev/hda Master: whole disk (or CD-ROM)
  162.  64 = /dev/hdb Slave: whole disk (or CD-ROM)
  163. For partitions, add to the whole disk device number:
  164.   0 = /dev/hd? Whole disk
  165.   1 = /dev/hd?1 First partition
  166.   2 = /dev/hd?2 Second partition
  167.     ...
  168.  63 = /dev/hd?63 63rd partition
  169. For Linux/i386, partitions 1-4 are the primary
  170. partitions, and 5 and above are logical partitions.
  171. Other versions of Linux use partitioning schemes
  172. appropriate to their respective architectures.
  173.   4 char TTY devices
  174.   0 = /dev/tty0 Current virtual console
  175.   1 = /dev/tty1 First virtual console
  176.     ...
  177.  63 = /dev/tty63 63rd virtual console
  178.  64 = /dev/ttyS0 First UART serial port
  179.     ...
  180. 255 = /dev/ttyS191 192nd UART serial port
  181. UART serial ports refer to 8250/16450/16550 series devices.
  182. Older versions of the Linux kernel used this major
  183. number for BSD PTY devices.  As of Linux 2.1.115, this
  184. is no longer supported.  Use major numbers 2 and 3.
  185.   5 char Alternate TTY devices
  186.   0 = /dev/tty Current TTY device
  187.   1 = /dev/console System console
  188.   2 = /dev/ptmx PTY master multiplex
  189.  64 = /dev/cua0 Callout device for ttyS0
  190.     ...
  191. 255 = /dev/cua191 Callout device for ttyS191
  192. (5,1) is /dev/console starting with Linux 2.1.71.  See
  193. the section on terminal devices for more information
  194. on /dev/console.
  195.   6 char Parallel printer devices
  196.   0 = /dev/lp0 Parallel printer on parport0
  197.   1 = /dev/lp1 Parallel printer on parport1
  198.     ...
  199. Current Linux kernels no longer have a fixed mapping
  200. between parallel ports and I/O addresses.  Instead,
  201. they are redirected through the parport multiplex layer.
  202.   7 char Virtual console capture devices
  203.   0 = /dev/vcs Current vc text contents
  204.   1 = /dev/vcs1 tty1 text contents
  205.     ...
  206.  63 = /dev/vcs63 tty63 text contents
  207. 128 = /dev/vcsa Current vc text/attribute contents
  208. 129 = /dev/vcsa1 tty1 text/attribute contents
  209.     ...
  210. 191 = /dev/vcsa63 tty63 text/attribute contents
  211. NOTE: These devices permit both read and write access.
  212.     block Loopback devices
  213.   0 = /dev/loop0 First loopback device
  214.   1 = /dev/loop1 Second loopback device
  215.     ...
  216. The loopback devices are used to mount filesystems not
  217. associated with block devices. The binding to the
  218. loopback devices is handled by mount(8) or losetup(8).
  219.   8 block SCSI disk devices (0-15)
  220.   0 = /dev/sda First SCSI disk whole disk
  221.  16 = /dev/sdb Second SCSI disk whole disk
  222.  32 = /dev/sdc Third SCSI disk whole disk
  223.     ...
  224. 240 = /dev/sdp Sixteenth SCSI disk whole disk
  225. Partitions are handled in the same way as for IDE
  226. disks (see major number 3) except that the limit on
  227. partitions is 15.
  228.   9 char SCSI tape devices
  229.   0 = /dev/st0 First SCSI tape, mode 0
  230.   1 = /dev/st1 Second SCSI tape, mode 0
  231.     ...
  232.  32 = /dev/st0l First SCSI tape, mode 1
  233.  33 = /dev/st1l Second SCSI tape, mode 1
  234.     ...
  235.  64 = /dev/st0m First SCSI tape, mode 2
  236.  65 = /dev/st1m Second SCSI tape, mode 2
  237.     ...
  238.  96 = /dev/st0a First SCSI tape, mode 3
  239.  97 = /dev/st1a Second SCSI tape, mode 3
  240.       ...
  241. 128 = /dev/nst0 First SCSI tape, mode 0, no rewind
  242. 129 = /dev/nst1 Second SCSI tape, mode 0, no rewind
  243.     ...
  244. 160 = /dev/nst0l First SCSI tape, mode 1, no rewind
  245. 161 = /dev/nst1l Second SCSI tape, mode 1, no rewind
  246.     ...
  247. 192 = /dev/nst0m First SCSI tape, mode 2, no rewind
  248. 193 = /dev/nst1m Second SCSI tape, mode 2, no rewind
  249.     ...
  250. 224 = /dev/nst0a First SCSI tape, mode 3, no rewind
  251. 225 = /dev/nst1a Second SCSI tape, mode 3, no rewind
  252.     ...
  253. "No rewind" refers to the omission of the default
  254. automatic rewind on device close.  The MTREW or MTOFFL
  255. ioctl()'s can be used to rewind the tape regardless of
  256. the device used to access it.
  257.     block Metadisk (RAID) devices
  258.   0 = /dev/md0 First metadisk group
  259.   1 = /dev/md1 Second metadisk group
  260.     ...
  261. The metadisk driver is used to span a
  262. filesystem across multiple physical disks.
  263.  10 char Non-serial mice, misc features
  264.   0 = /dev/logibm Logitech bus mouse
  265.   1 = /dev/psaux PS/2-style mouse port
  266.   2 = /dev/inportbm Microsoft Inport bus mouse
  267.   3 = /dev/atibm ATI XL bus mouse
  268.   4 = /dev/jbm J-mouse
  269.   4 = /dev/amigamouse Amiga mouse (68k/Amiga)
  270.   5 = /dev/atarimouse Atari mouse
  271.   6 = /dev/sunmouse Sun mouse
  272.   7 = /dev/amigamouse1 Second Amiga mouse
  273.   8 = /dev/smouse Simple serial mouse driver
  274.   9 = /dev/pc110pad IBM PC-110 digitizer pad
  275.  10 = /dev/adbmouse Apple Desktop Bus mouse
  276.  11 = /dev/vrtpanel Vr41xx embedded touch panel
  277.  13 = /dev/vpcmouse Connectix Virtual PC Mouse
  278.  14 = /dev/touchscreen/ucb1x00  UCB 1x00 touchscreen
  279.  15 = /dev/touchscreen/mk712 MK712 touchscreen
  280. 128 = /dev/beep Fancy beep device
  281. 129 = /dev/modreq Kernel module load request {2.6}
  282. 130 = /dev/watchdog Watchdog timer port
  283. 131 = /dev/temperature Machine internal temperature
  284. 132 = /dev/hwtrap Hardware fault trap
  285. 133 = /dev/exttrp External device trap
  286. 134 = /dev/apm_bios Advanced Power Management BIOS
  287. 135 = /dev/rtc Real Time Clock
  288. 139 = /dev/openprom SPARC OpenBoot PROM
  289. 140 = /dev/relay8 Berkshire Products Octal relay card
  290. 141 = /dev/relay16 Berkshire Products ISO-16 relay card
  291. 142 = /dev/msr x86 model-specific registers {2.6}
  292. 143 = /dev/pciconf PCI configuration space
  293. 144 = /dev/nvram Non-volatile configuration RAM
  294. 145 = /dev/hfmodem Soundcard shortwave modem control {2.6}
  295. 146 = /dev/graphics Linux/SGI graphics device
  296. 147 = /dev/opengl Linux/SGI OpenGL pipe
  297. 148 = /dev/gfx Linux/SGI graphics effects device
  298. 149 = /dev/input/mouse Linux/SGI Irix emulation mouse
  299. 150 = /dev/input/keyboard Linux/SGI Irix emulation keyboard
  300. 151 = /dev/led Front panel LEDs
  301. 153 = /dev/mergemem Memory merge device
  302. 154 = /dev/pmu Macintosh PowerBook power manager
  303. 155 = /dev/isictl MultiTech ISICom serial control
  304. 156 = /dev/lcd Front panel LCD display
  305. 157 = /dev/ac Applicom Intl Profibus card
  306. 158 = /dev/nwbutton Netwinder external button
  307. 159 = /dev/nwdebug Netwinder debug interface
  308. 160 = /dev/nwflash Netwinder flash memory
  309. 161 = /dev/userdma User-space DMA access
  310. 162 = /dev/smbus System Management Bus
  311. 163 = /dev/lik Logitech Internet Keyboard
  312. 164 = /dev/ipmo Intel Intelligent Platform Management
  313. 165 = /dev/vmmon VMWare virtual machine monitor
  314. 166 = /dev/i2o/ctl I2O configuration manager
  315. 167 = /dev/specialix_sxctl Specialix serial control
  316. 168 = /dev/tcldrv Technology Concepts serial control
  317. 169 = /dev/specialix_rioctl Specialix RIO serial control
  318. 170 = /dev/smapi IBM Thinkpad SMAPI
  319. 171 = /dev/srripc QNX4 API IPC manager
  320. 172 = /dev/usemaclone Semaphore clone device
  321. 173 = /dev/ipmikcs Intelligent Platform Management
  322. 174 = /dev/uctrl SPARCbook 3 microcontroller
  323. 175 = /dev/agpgart AGP Graphics Address Remapping Table
  324. 176 = /dev/gtrsc Gorgy Timing radio clock
  325. 177 = /dev/cbm Serial CBM bus
  326. 178 = /dev/jsflash JavaStation OS flash SIMM
  327. 179 = /dev/xsvc High-speed shared-mem/semaphore service
  328. 180 = /dev/vrbuttons Vr41xx button input device
  329. 181 = /dev/toshiba Toshiba laptop SMM support
  330. 182 = /dev/perfctr Performance-monitoring counters
  331. 183 = /dev/intel_rng Intel i8x0 random number generator
  332. 184 = /dev/cpu/microcode CPU microcode update interface
  333. 186 = /dev/atomicps Atomic shapshot of process state data
  334. 187 = /dev/irnet IrNET device
  335. 188 = /dev/smbusbios SMBus BIOS
  336. 189 = /dev/ussp_ctl User space serial port control
  337. 190 = /dev/crash Mission Critical Linux crash dump facility
  338. 191 = /dev/pcl181 <information missing>
  339. 192 = /dev/nas_xbus NAS xbus LCD/buttons access
  340. 193 = /dev/d7s SPARC 7-segment display
  341. 194 = /dev/zkshim Zero-Knowledge network shim control
  342. 195 = /dev/elographics/e2201 Elographics touchscreen E271-2201
  343. 198 = /dev/sexec Signed executable interface
  344. 199 = /dev/scanners/cuecat :CueCat barcode scanner
  345. 200 = /dev/net/tun TAP/TUN network device
  346. 201 = /dev/button/gulpb Transmeta GULP-B buttons
  347. 204 = /dev/video/em8300 EM8300 DVD decoder control
  348. 205 = /dev/video/em8300_mv EM8300 DVD decoder video
  349. 206 = /dev/video/em8300_ma EM8300 DVD decoder audio
  350. 207 = /dev/video/em8300_sp EM8300 DVD decoder subpicture
  351. 208 = /dev/compaq/cpqphpc Compaq PCI Hot Plug Controller
  352. 209 = /dev/compaq/cpqrid Compaq Remote Insight Driver
  353. 210 = /dev/impi/bt IMPI coprocessor block transfer
  354. 211 = /dev/impi/smic IMPI coprocessor stream interface
  355. 212 = /dev/watchdogs/0 First watchdog device
  356. 213 = /dev/watchdogs/1 Second watchdog device
  357. 214 = /dev/watchdogs/2 Third watchdog device
  358. 215 = /dev/watchdogs/3 Fourth watchdog device
  359. 216 = /dev/fujitsu/apanel Fujitsu/Siemens application panel
  360. 217 = /dev/ni/natmotn National Instruments Motion
  361. 218 = /dev/kchuid Inter-process chuid control
  362. 219 = /dev/modems/mwave MWave modem firmware upload
  363. 220 = /dev/mptctl Message passing technology (MPT) control
  364. 221 = /dev/mvista/hssdsi Montavista PICMG hot swap system driver
  365. 222 = /dev/mvista/hasi Montavista PICMG high availability
  366. 240-255 Reserved for local use
  367.  11 char Raw keyboard device
  368.   0 = /dev/kbd Raw keyboard device
  369. The raw keyboard device is used on Linux/SPARC only.
  370.     block SCSI CD-ROM devices
  371.   0 = /dev/sr0 First SCSI CD-ROM
  372.   1 = /dev/sr1 Second SCSI CD-ROM
  373.     ...
  374. The prefix /dev/scd instead of /dev/sr has been used
  375. as well, and might make more sense.
  376.  12 char QIC-02 tape
  377.   2 = /dev/ntpqic11 QIC-11, no rewind-on-close
  378.   3 = /dev/tpqic11 QIC-11, rewind-on-close
  379.   4 = /dev/ntpqic24 QIC-24, no rewind-on-close
  380.   5 = /dev/tpqic24 QIC-24, rewind-on-close
  381.   6 = /dev/ntpqic120 QIC-120, no rewind-on-close
  382.   7 = /dev/tpqic120 QIC-120, rewind-on-close
  383.   8 = /dev/ntpqic150 QIC-150, no rewind-on-close
  384.   9 = /dev/tpqic150 QIC-150, rewind-on-close
  385. The device names specified are proposed -- if there
  386. are "standard" names for these devices, please let me know.
  387.     block MSCDEX CD-ROM callback support {2.6}
  388.   0 = /dev/dos_cd0 First MSCDEX CD-ROM
  389.   1 = /dev/dos_cd1 Second MSCDEX CD-ROM
  390.     ...
  391.  13 char Input core
  392.   0 = /dev/input/js0 First joystick
  393.   1 = /dev/input/js1 Second joystick
  394.     ...
  395.  32 = /dev/input/mouse0 First mouse
  396.  33 = /dev/input/mouse1 Second mouse
  397.     ...
  398.  63 = /dev/input/mice Unified mouse
  399.  64 = /dev/input/event0 First event queue
  400.  65 = /dev/input/event1 Second event queue
  401.     ...
  402. Each device type has 5 bits (32 minors).
  403.     block 8-bit MFM/RLL/IDE controller
  404.   0 = /dev/xda First XT disk whole disk
  405.  64 = /dev/xdb Second XT disk whole disk
  406. Partitions are handled in the same way as IDE disks
  407. (see major number 3).
  408.  14 char Open Sound System (OSS)
  409.   0 = /dev/mixer Mixer control
  410.   1 = /dev/sequencer Audio sequencer
  411.   2 = /dev/midi00 First MIDI port
  412.   3 = /dev/dsp Digital audio
  413.   4 = /dev/audio Sun-compatible digital audio
  414.   6 = /dev/sndstat Sound card status information {2.6}
  415.   7 = /dev/audioctl SPARC audio control device
  416.   8 = /dev/sequencer2 Sequencer -- alternate device
  417.  16 = /dev/mixer1 Second soundcard mixer control
  418.  17 = /dev/patmgr0 Sequencer patch manager
  419.  18 = /dev/midi01 Second MIDI port
  420.  19 = /dev/dsp1 Second soundcard digital audio
  421.  20 = /dev/audio1 Second soundcard Sun digital audio
  422.  33 = /dev/patmgr1 Sequencer patch manager
  423.  34 = /dev/midi02 Third MIDI port
  424.  50 = /dev/midi03 Fourth MIDI port
  425.     block BIOS harddrive callback support {2.6}
  426.   0 = /dev/dos_hda First BIOS harddrive whole disk
  427.  64 = /dev/dos_hdb Second BIOS harddrive whole disk
  428. 128 = /dev/dos_hdc Third BIOS harddrive whole disk
  429. 192 = /dev/dos_hdd Fourth BIOS harddrive whole disk
  430. Partitions are handled in the same way as IDE disks
  431. (see major number 3).
  432.  15 char Joystick
  433.   0 = /dev/js0 First analog joystick
  434.   1 = /dev/js1 Second analog joystick
  435.     ...
  436. 128 = /dev/djs0 First digital joystick
  437. 129 = /dev/djs1 Second digital joystick
  438.     ...
  439.     block Sony CDU-31A/CDU-33A CD-ROM
  440.   0 = /dev/sonycd Sony CDU-31a CD-ROM
  441.  16 char Non-SCSI scanners
  442.   0 = /dev/gs4500 Genius 4500 handheld scanner
  443.     block GoldStar CD-ROM
  444.   0 = /dev/gscd GoldStar CD-ROM
  445.  17 char Chase serial card
  446.   0 = /dev/ttyH0 First Chase port
  447.   1 = /dev/ttyH1 Second Chase port
  448.     ...
  449.     block Optics Storage CD-ROM
  450.   0 = /dev/optcd Optics Storage CD-ROM
  451.  18 char Chase serial card - alternate devices
  452.   0 = /dev/cuh0 Callout device for ttyH0
  453.   1 = /dev/cuh1 Callout device for ttyH1
  454.     ...
  455.     block Sanyo CD-ROM
  456.   0 = /dev/sjcd Sanyo CD-ROM
  457.  19 char Cyclades serial card
  458.   0 = /dev/ttyC0 First Cyclades port
  459.     ...
  460.  31 = /dev/ttyC31 32nd Cyclades port
  461.     block "Double" compressed disk
  462.   0 = /dev/double0 First compressed disk
  463.     ...
  464.   7 = /dev/double7 Eighth compressed disk
  465. 128 = /dev/cdouble0 Mirror of first compressed disk
  466.     ...
  467. 135 = /dev/cdouble7 Mirror of eighth compressed disk
  468. See the Double documentation for the meaning of the
  469. mirror devices.
  470.  20 char Cyclades serial card - alternate devices
  471.   0 = /dev/cub0 Callout device for ttyC0
  472.     ...
  473.  31 = /dev/cub31 Callout device for ttyC31
  474.     block Hitachi CD-ROM (under development)
  475.   0 = /dev/hitcd Hitachi CD-ROM
  476.  21 char Generic SCSI access
  477.   0 = /dev/sg0 First generic SCSI device
  478.   1 = /dev/sg1 Second generic SCSI device
  479.     ...
  480. Most distributions name these /dev/sga, /dev/sgb...;
  481. this sets an unnecessary limit of 26 SCSI devices in
  482. the system and is counter to standard Linux
  483. device-naming practice.
  484.     block Acorn MFM hard drive interface
  485.   0 = /dev/mfma First MFM drive whole disk
  486.  64 = /dev/mfmb Second MFM drive whole disk
  487. This device is used on the ARM-based Acorn RiscPC.
  488. Partitions are handled the same way as for IDE disks
  489. (see major number 3). 
  490.  22 char Digiboard serial card
  491.   0 = /dev/ttyD0 First Digiboard port
  492.   1 = /dev/ttyD1 Second Digiboard port
  493.     ...
  494.     block Second IDE hard disk/CD-ROM interface
  495.   0 = /dev/hdc Master: whole disk (or CD-ROM)
  496.  64 = /dev/hdd Slave: whole disk (or CD-ROM)
  497. Partitions are handled the same way as for the first
  498. interface (see major number 3).
  499.  23 char Digiboard serial card - alternate devices
  500.   0 = /dev/cud0 Callout device for ttyD0
  501.   1 = /dev/cud1 Callout device for ttyD1
  502.       ...
  503.     block Mitsumi proprietary CD-ROM
  504.   0 = /dev/mcd Mitsumi CD-ROM
  505.  24 char Stallion serial card
  506.   0 = /dev/ttyE0 Stallion port 0 card 0
  507.   1 = /dev/ttyE1 Stallion port 1 card 0
  508.     ...
  509.  64 = /dev/ttyE64 Stallion port 0 card 1
  510.  65 = /dev/ttyE65 Stallion port 1 card 1
  511.       ...
  512. 128 = /dev/ttyE128 Stallion port 0 card 2
  513. 129 = /dev/ttyE129 Stallion port 1 card 2
  514.     ...
  515. 192 = /dev/ttyE192 Stallion port 0 card 3
  516. 193 = /dev/ttyE193 Stallion port 1 card 3
  517.     ...
  518.     block Sony CDU-535 CD-ROM
  519.   0 = /dev/cdu535 Sony CDU-535 CD-ROM
  520.  25 char Stallion serial card - alternate devices
  521.   0 = /dev/cue0 Callout device for ttyE0
  522.   1 = /dev/cue1 Callout device for ttyE1
  523.     ...
  524.  64 = /dev/cue64 Callout device for ttyE64
  525.  65 = /dev/cue65 Callout device for ttyE65
  526.     ...
  527. 128 = /dev/cue128 Callout device for ttyE128
  528. 129 = /dev/cue129 Callout device for ttyE129
  529.     ...
  530. 192 = /dev/cue192 Callout device for ttyE192
  531. 193 = /dev/cue193 Callout device for ttyE193
  532.       ...
  533.     block First Matsushita (Panasonic/SoundBlaster) CD-ROM
  534.   0 = /dev/sbpcd0 Panasonic CD-ROM controller 0 unit 0
  535.   1 = /dev/sbpcd1 Panasonic CD-ROM controller 0 unit 1
  536.   2 = /dev/sbpcd2 Panasonic CD-ROM controller 0 unit 2
  537.   3 = /dev/sbpcd3 Panasonic CD-ROM controller 0 unit 3
  538.  26 char Quanta WinVision frame grabber {2.6}
  539.   0 = /dev/wvisfgrab Quanta WinVision frame grabber
  540.     block Second Matsushita (Panasonic/SoundBlaster) CD-ROM
  541.   0 = /dev/sbpcd4 Panasonic CD-ROM controller 1 unit 0
  542.   1 = /dev/sbpcd5 Panasonic CD-ROM controller 1 unit 1
  543.   2 = /dev/sbpcd6 Panasonic CD-ROM controller 1 unit 2
  544.   3 = /dev/sbpcd7 Panasonic CD-ROM controller 1 unit 3
  545.  27 char QIC-117 tape
  546.   0 = /dev/qft0 Unit 0, rewind-on-close
  547.   1 = /dev/qft1 Unit 1, rewind-on-close
  548.   2 = /dev/qft2 Unit 2, rewind-on-close
  549.   3 = /dev/qft3 Unit 3, rewind-on-close
  550.   4 = /dev/nqft0 Unit 0, no rewind-on-close
  551.   5 = /dev/nqft1 Unit 1, no rewind-on-close
  552.   6 = /dev/nqft2 Unit 2, no rewind-on-close
  553.   7 = /dev/nqft3 Unit 3, no rewind-on-close
  554.  16 = /dev/zqft0 Unit 0, rewind-on-close, compression
  555.  17 = /dev/zqft1 Unit 1, rewind-on-close, compression
  556.  18 = /dev/zqft2 Unit 2, rewind-on-close, compression
  557.  19 = /dev/zqft3 Unit 3, rewind-on-close, compression
  558.  20 = /dev/nzqft0 Unit 0, no rewind-on-close, compression
  559.  21 = /dev/nzqft1 Unit 1, no rewind-on-close, compression
  560.  22 = /dev/nzqft2 Unit 2, no rewind-on-close, compression
  561.  23 = /dev/nzqft3 Unit 3, no rewind-on-close, compression
  562.  32 = /dev/rawqft0 Unit 0, rewind-on-close, no file marks
  563.  33 = /dev/rawqft1 Unit 1, rewind-on-close, no file marks
  564.  34 = /dev/rawqft2 Unit 2, rewind-on-close, no file marks
  565.  35 = /dev/rawqft3 Unit 3, rewind-on-close, no file marks
  566.  36 = /dev/nrawqft0 Unit 0, no rewind-on-close, no file marks
  567.  37 = /dev/nrawqft1 Unit 1, no rewind-on-close, no file marks
  568.  38 = /dev/nrawqft2 Unit 2, no rewind-on-close, no file marks
  569.  39 = /dev/nrawqft3 Unit 3, no rewind-on-close, no file marks
  570.     block Third Matsushita (Panasonic/SoundBlaster) CD-ROM
  571.   0 = /dev/sbpcd8 Panasonic CD-ROM controller 2 unit 0
  572.   1 = /dev/sbpcd9 Panasonic CD-ROM controller 2 unit 1
  573.   2 = /dev/sbpcd10 Panasonic CD-ROM controller 2 unit 2
  574.   3 = /dev/sbpcd11 Panasonic CD-ROM controller 2 unit 3
  575.  28 char Stallion serial card - card programming
  576.   0 = /dev/staliomem0 First Stallion card I/O memory
  577.   1 = /dev/staliomem1 Second Stallion card I/O memory
  578.   2 = /dev/staliomem2 Third Stallion card I/O memory
  579.   3 = /dev/staliomem3 Fourth Stallion card I/O memory
  580.     char Atari SLM ACSI laser printer (68k/Atari)
  581.   0 = /dev/slm0 First SLM laser printer
  582.   1 = /dev/slm1 Second SLM laser printer
  583.     ...
  584.     block Fourth Matsushita (Panasonic/SoundBlaster) CD-ROM
  585.   0 = /dev/sbpcd12 Panasonic CD-ROM controller 3 unit 0
  586.   1 = /dev/sbpcd13 Panasonic CD-ROM controller 3 unit 1
  587.   2 = /dev/sbpcd14 Panasonic CD-ROM controller 3 unit 2
  588.   3 = /dev/sbpcd15 Panasonic CD-ROM controller 3 unit 3
  589.     block ACSI disk (68k/Atari)
  590.   0 = /dev/ada First ACSI disk whole disk
  591.  16 = /dev/adb Second ACSI disk whole disk
  592.  32 = /dev/adc Third ACSI disk whole disk
  593.     ...
  594. 240 = /dev/adp 16th ACSI disk whole disk
  595. Partitions are handled in the same way as for IDE
  596. disks (see major number 3) except that the limit on
  597. partitions is 15, like SCSI.
  598.  29 char Universal frame buffer
  599.   0 = /dev/fb0 First frame buffer
  600.   1 = /dev/fb1 Second frame buffer
  601.     ...
  602.  31 = /dev/fb31 32nd frame buffer
  603. For backwards compatibility {2.6} the following
  604. progression is also handled by current kernels:
  605.   0 = /dev/fb0
  606.  32 = /dev/fb1
  607.     ...
  608. 224 = /dev/fb7
  609.     block Aztech/Orchid/Okano/Wearnes CD-ROM
  610.   0 = /dev/aztcd Aztech CD-ROM
  611.  30 char iBCS-2 compatibility devices
  612.   0 = /dev/socksys Socket access
  613.   1 = /dev/spx SVR3 local X interface
  614.   2 = /dev/inet/arp Network access
  615.   2 = /dev/inet/icmp Network access
  616.   2 = /dev/inet/ip Network access
  617.   2 = /dev/inet/udp Network access
  618.   2 = /dev/inet/tcp Network access
  619. Additionally, iBCS-2 requires /dev/nfsd to be a link
  620. to /dev/socksys, and /dev/X0R to be a link to
  621. /dev/null.
  622.     block Philips LMS CM-205 CD-ROM
  623.   0 = /dev/cm205cd Philips LMS CM-205 CD-ROM
  624. /dev/lmscd is an older name for this device.  This
  625. driver does not work with the CM-205MS CD-ROM.
  626.  31 char MPU-401 MIDI
  627.   0 = /dev/mpu401data MPU-401 data port
  628.   1 = /dev/mpu401stat MPU-401 status port
  629.     block ROM/flash memory card
  630.   0 = /dev/rom0 First ROM card (rw)
  631.       ...
  632.   7 = /dev/rom7 Eighth ROM card (rw)
  633.   8 = /dev/rrom0 First ROM card (ro)
  634.     ...
  635.  15 = /dev/rrom7 Eighth ROM card (ro)
  636.  16 = /dev/flash0 First flash memory card (rw)
  637.     ...
  638.  23 = /dev/flash7 Eighth flash memory card (rw)
  639.  24 = /dev/rflash0 First flash memory card (ro)
  640.     ...
  641.  31 = /dev/rflash7 Eighth flash memory card (ro)
  642. The read-write (rw) devices support back-caching
  643. written data in RAM, as well as writing to flash RAM
  644. devices.  The read-only devices (ro) support reading
  645. only.
  646.  32 char Specialix serial card
  647.   0 = /dev/ttyX0 First Specialix port
  648.   1 = /dev/ttyX1 Second Specialix port
  649.     ...
  650.     block Philips LMS CM-206 CD-ROM
  651.   0 = /dev/cm206cd Philips LMS CM-206 CD-ROM
  652.  33 char Specialix serial card - alternate devices
  653.   0 = /dev/cux0 Callout device for ttyX0
  654.   1 = /dev/cux1 Callout device for ttyX1
  655.     ...
  656.     block Third IDE hard disk/CD-ROM interface
  657.   0 = /dev/hde Master: whole disk (or CD-ROM)
  658.  64 = /dev/hdf Slave: whole disk (or CD-ROM)
  659. Partitions are handled the same way as for the first
  660. interface (see major number 3).
  661.  34 char Z8530 HDLC driver
  662.   0 = /dev/scc0 First Z8530, first port
  663.   1 = /dev/scc1 First Z8530, second port
  664.   2 = /dev/scc2 Second Z8530, first port
  665.   3 = /dev/scc3 Second Z8530, second port
  666.     ...
  667. In a previous version these devices were named
  668. /dev/sc1 for /dev/scc0, /dev/sc2 for /dev/scc1, and so
  669. on.
  670.     block Fourth IDE hard disk/CD-ROM interface
  671.   0 = /dev/hdg Master: whole disk (or CD-ROM)
  672.  64 = /dev/hdh Slave: whole disk (or CD-ROM)
  673. Partitions are handled the same way as for the first
  674. interface (see major number 3).
  675.  35 char tclmidi MIDI driver
  676.   0 = /dev/midi0 First MIDI port, kernel timed
  677.   1 = /dev/midi1 Second MIDI port, kernel timed
  678.   2 = /dev/midi2 Third MIDI port, kernel timed
  679.   3 = /dev/midi3 Fourth MIDI port, kernel timed
  680.  64 = /dev/rmidi0 First MIDI port, untimed
  681.  65 = /dev/rmidi1 Second MIDI port, untimed
  682.  66 = /dev/rmidi2 Third MIDI port, untimed
  683.  67 = /dev/rmidi3 Fourth MIDI port, untimed
  684. 128 = /dev/smpte0 First MIDI port, SMPTE timed
  685. 129 = /dev/smpte1 Second MIDI port, SMPTE timed
  686. 130 = /dev/smpte2 Third MIDI port, SMPTE timed
  687. 131 = /dev/smpte3 Fourth MIDI port, SMPTE timed
  688.     block Slow memory ramdisk
  689.   0 = /dev/slram Slow memory ramdisk
  690.  36 char Netlink support
  691.   0 = /dev/route Routing, device updates, kernel to user
  692.   1 = /dev/skip enSKIP security cache control
  693.   3 = /dev/fwmonitor Firewall packet copies
  694.  16 = /dev/tap0 First Ethertap device
  695.     ...
  696.  31 = /dev/tap15 16th Ethertap device
  697.     block MCA ESDI hard disk
  698.   0 = /dev/eda First ESDI disk whole disk
  699.  64 = /dev/edb Second ESDI disk whole disk
  700.     ...
  701. Partitions are handled in the same way as IDE disks
  702. (see major number 3).
  703.  37 char IDE tape
  704.   0 = /dev/ht0 First IDE tape
  705.   1 = /dev/ht1 Second IDE tape
  706.     ...
  707. 128 = /dev/nht0 First IDE tape, no rewind-on-close
  708. 129 = /dev/nht1 Second IDE tape, no rewind-on-close
  709.     ...
  710. Currently, only one IDE tape drive is supported.
  711.     block Zorro II ramdisk
  712.   0 = /dev/z2ram Zorro II ramdisk
  713.  38 char Myricom PCI Myrinet board
  714.   0 = /dev/mlanai0 First Myrinet board
  715.   1 = /dev/mlanai1 Second Myrinet board
  716.     ...
  717. This device is used for status query, board control
  718. and "user level packet I/O."  This board is also
  719. accessible as a standard networking "eth" device.
  720.     block Reserved for Linux/AP+
  721.  39 char ML-16P experimental I/O board
  722.   0 = /dev/ml16pa-a0 First card, first analog channel
  723.   1 = /dev/ml16pa-a1 First card, second analog channel
  724.     ...
  725.  15 = /dev/ml16pa-a15 First card, 16th analog channel
  726.  16 = /dev/ml16pa-d First card, digital lines
  727.  17 = /dev/ml16pa-c0 First card, first counter/timer
  728.  18 = /dev/ml16pa-c1 First card, second counter/timer
  729.  19 = /dev/ml16pa-c2 First card, third counter/timer
  730.  32 = /dev/ml16pb-a0 Second card, first analog channel
  731.  33 = /dev/ml16pb-a1 Second card, second analog channel
  732.     ...
  733.  47 = /dev/ml16pb-a15 Second card, 16th analog channel
  734.  48 = /dev/ml16pb-d Second card, digital lines
  735.  49 = /dev/ml16pb-c0 Second card, first counter/timer
  736.  50 = /dev/ml16pb-c1 Second card, second counter/timer
  737.  51 = /dev/ml16pb-c2 Second card, third counter/timer
  738.       ...
  739.     block Reserved for Linux/AP+
  740.  40 char Matrox Meteor frame grabber {2.6}
  741.   0 = /dev/mmetfgrab Matrox Meteor frame grabber
  742.     block Syquest EZ135 parallel port removable drive
  743.   0 = /dev/eza Parallel EZ135 drive, whole disk
  744. This device is obsolete and will be removed in a
  745. future version of Linux.  It has been replaced with
  746. the parallel port IDE disk driver at major number 45.
  747. Partitions are handled in the same way as IDE disks
  748. (see major number 3).
  749.  41 char Yet Another Micro Monitor
  750.   0 = /dev/yamm Yet Another Micro Monitor
  751.     block MicroSolutions BackPack parallel port CD-ROM
  752.   0 = /dev/bpcd BackPack CD-ROM
  753. This device is obsolete and will be removed in a
  754. future version of Linux.  It has been replaced with
  755. the parallel port ATAPI CD-ROM driver at major number 46.
  756.  42 Demo/sample use
  757. This number is intended for use in sample code, as
  758. well as a general "example" device number.  It
  759. should never be used for a device driver that is being
  760. distributed; either obtain an official number or use
  761. the local/experimental range.  The sudden addition or
  762. removal of a driver with this number should not cause
  763. ill effects to the system (bugs excepted.)
  764. IN PARTICULAR, ANY DISTRIBUTION WHICH CONTAINS A
  765. DEVICE DRIVER USING MAJOR NUMBER 42 IS NONCOMPLIANT.
  766.  43 char isdn4linux virtual modem
  767.   0 = /dev/ttyI0 First virtual modem
  768.     ...
  769.  63 = /dev/ttyI63 64th virtual modem
  770.     block Network block devices
  771.   0 = /dev/nb0 First network block device
  772.   1 = /dev/nb1 Second network block device
  773.     ...
  774. Network Block Device is somehow similar to loopback
  775. devices: If you read from it, it sends packet accross
  776. network asking server for data. If you write to it, it
  777. sends packet telling server to write. It could be used
  778. to mounting filesystems over the net, swapping over
  779. the net, implementing block device in userland etc.
  780.  44 char isdn4linux virtual modem - alternate devices
  781.   0 = /dev/cui0 Callout device for ttyI0
  782.     ...
  783.  63 = /dev/cui63 Callout device for ttyI63
  784.     block Flash Translatio Layer (FTL) filesystems
  785.   0 = /dev/ftla FTL on first Memory Technology Device
  786.  16 = /dev/ftlb FTL on second Memory Technology Device
  787.  32 = /dev/ftlc FTL on third Memory Technology Device
  788.     ...
  789. 240 = /dev/ftlp FTL on 16th Memory Technology Device 
  790. Partitions are handled in the same way as for IDE
  791. disks (see major number 3) expect that the partition
  792. limit is 15 rather than 63 per disk (same as SCSI.)
  793.  45 char isdn4linux ISDN BRI driver
  794.   0 = /dev/isdn0 First virtual B channel raw data
  795.     ...
  796.  63 = /dev/isdn63 64th virtual B channel raw data
  797.  64 = /dev/isdnctrl0 First channel control/debug
  798.     ...
  799. 127 = /dev/isdnctrl63 64th channel control/debug
  800. 128 = /dev/ippp0 First SyncPPP device
  801.     ...
  802. 191 = /dev/ippp63 64th SyncPPP device
  803. 255 = /dev/isdninfo ISDN monitor interface
  804.     block Parallel port IDE disk devices
  805.   0 = /dev/pda First parallel port IDE disk
  806.  16 = /dev/pdb Second parallel port IDE disk
  807.  32 = /dev/pdc Third parallel port IDE disk
  808.  48 = /dev/pdd Fourth parallel port IDE disk
  809. Partitions are handled in the same way as for IDE
  810. disks (see major number 3) except that the partition
  811. limit is 15 rather than 63 per disk.
  812.  46 char Comtrol Rocketport serial card
  813.   0 = /dev/ttyR0 First Rocketport port
  814.   1 = /dev/ttyR1 Second Rocketport port
  815.     ...
  816.     block Parallel port ATAPI CD-ROM devices
  817.   0 = /dev/pcd0 First parallel port ATAPI CD-ROM
  818.   1 = /dev/pcd1 Second parallel port ATAPI CD-ROM
  819.   2 = /dev/pcd2 Third parallel port ATAPI CD-ROM
  820.   3 = /dev/pcd3 Fourth parallel port ATAPI CD-ROM
  821.  47 char Comtrol Rocketport serial card - alternate devices
  822.   0 = /dev/cur0 Callout device for ttyR0
  823.   1 = /dev/cur1 Callout device for ttyR1
  824.     ...
  825.     block Parallel port ATAPI disk devices
  826.   0 = /dev/pf0 First parallel port ATAPI disk
  827.   1 = /dev/pf1 Second parallel port ATAPI disk
  828.   2 = /dev/pf2 Third parallel port ATAPI disk
  829.   3 = /dev/pf3 Fourth parallel port ATAPI disk
  830. This driver is intended for floppy disks and similar
  831. devices and hence does not support partitioning.
  832.  48 char SDL RISCom serial card
  833.   0 = /dev/ttyL0 First RISCom port
  834.   1 = /dev/ttyL1 Second RISCom port
  835.     ...
  836.     block Mylex DAC960 PCI RAID controller; first controller
  837.   0 = /dev/rd/c0d0 First disk, whole disk
  838.   8 = /dev/rd/c0d1 Second disk, whole disk
  839.     ...
  840. 248 = /dev/rd/c0d31 32nd disk, whole disk
  841. For partitions add:
  842.   0 = /dev/rd/c?d? Whole disk
  843.   1 = /dev/rd/c?d?p1 First partition
  844.     ...
  845.   7 = /dev/rd/c?d?p7 Seventh partition
  846.  49 char SDL RISCom serial card - alternate devices
  847.   0 = /dev/cul0 Callout device for ttyL0
  848.   1 = /dev/cul1 Callout device for ttyL1
  849.     ...
  850.     block Mylex DAC960 PCI RAID controller; second controller
  851.   0 = /dev/rd/c1d0 First disk, whole disk
  852.   8 = /dev/rd/c1d1 Second disk, whole disk
  853.     ...
  854. 248 = /dev/rd/c1d31 32nd disk, whole disk
  855. Partitions are handled as for major 48.
  856.  50 char Reserved for GLINT
  857.     block Mylex DAC960 PCI RAID controller; third controller
  858.   0 = /dev/rd/c2d0 First disk, whole disk
  859.   8 = /dev/rd/c2d1 Second disk, whole disk
  860.     ...
  861. 248 = /dev/rd/c2d31 32nd disk, whole disk
  862.  51 char Baycom radio modem
  863.   0 = /dev/bc0 First Baycom radio modem
  864.   1 = /dev/bc1 Second Baycom radio modem
  865.     ...
  866.     block Mylex DAC960 PCI RAID controller; fourth controller
  867.   0 = /dev/rd/c3d0 First disk, whole disk
  868.   8 = /dev/rd/c3d1 Second disk, whole disk
  869.     ...
  870. 248 = /dev/rd/c3d31 32nd disk, whole disk
  871. Partitions are handled as for major 48.
  872.  52 char Spellcaster DataComm/BRI ISDN card
  873.   0 = /dev/dcbri0 First DataComm card
  874.   1 = /dev/dcbri1 Second DataComm card
  875.   2 = /dev/dcbri2 Third DataComm card
  876.   3 = /dev/dcbri3 Fourth DataComm card
  877.     block Mylex DAC960 PCI RAID controller; fifth controller
  878.   0 = /dev/rd/c4d0 First disk, whole disk
  879.   8 = /dev/rd/c4d1 Second disk, whole disk
  880.     ...
  881. 248 = /dev/rd/c4d31 32nd disk, whole disk
  882. Partitions are handled as for major 48.
  883.  53 char BDM interface for remote debugging MC683xx microcontrollers
  884.   0 = /dev/pd_bdm0 PD BDM interface on lp0
  885.   1 = /dev/pd_bdm1 PD BDM interface on lp1
  886.   2 = /dev/pd_bdm2 PD BDM interface on lp2
  887.   4 = /dev/icd_bdm0 ICD BDM interface on lp0
  888.   5 = /dev/icd_bdm1 ICD BDM interface on lp1
  889.   6 = /dev/icd_bdm2 ICD BDM interface on lp2
  890. This device is used for the interfacing to the MC683xx
  891. microcontrollers via Background Debug Mode by use of a
  892. Parallel Port interface. PD is the Motorola Public
  893. Domain Interface and ICD is the commercial interface
  894. by P&E.
  895.     block Mylex DAC960 PCI RAID controller; sixth controller
  896.   0 = /dev/rd/c5d0 First disk, whole disk
  897.   8 = /dev/rd/c5d1 Second disk, whole disk
  898.     ...
  899. 248 = /dev/rd/c5d31 32nd disk, whole disk
  900. Partitions are handled as for major 48.
  901.  54 char Electrocardiognosis Holter serial card
  902.   0 = /dev/holter0 First Holter port
  903.   1 = /dev/holter1 Second Holter port
  904.   2 = /dev/holter2 Third Holter port
  905. A custom serial card used by Electrocardiognosis SRL
  906. <mseritan@ottonel.pub.ro> to transfer data from Holter
  907. 24-hour heart monitoring equipment.
  908.     block Mylex DAC960 PCI RAID controller; seventh controller
  909.   0 = /dev/rd/c6d0 First disk, whole disk
  910.   8 = /dev/rd/c6d1 Second disk, whole disk
  911.     ...
  912. 248 = /dev/rd/c6d31 32nd disk, whole disk
  913. Partitions are handled as for major 48.
  914.  55 char DSP56001 digital signal processor
  915.   0 = /dev/dsp56k First DSP56001
  916.     block Mylex DAC960 PCI RAID controller; eigth controller
  917.   0 = /dev/rd/c7d0 First disk, whole disk
  918.   8 = /dev/rd/c7d1 Second disk, whole disk
  919.     ...
  920. 248 = /dev/rd/c7d31 32nd disk, whole disk
  921. Partitions are handled as for major 48.
  922.  56 char Apple Desktop Bus
  923.   0 = /dev/adb ADB bus control
  924. Additional devices will be added to this number, all
  925. starting with /dev/adb.
  926.     block Fifth IDE hard disk/CD-ROM interface
  927.   0 = /dev/hdi Master: whole disk (or CD-ROM)
  928.  64 = /dev/hdj Slave: whole disk (or CD-ROM)
  929. Partitions are handled the same way as for the first
  930. interface (see major number 3).
  931.  57 char Hayes ESP serial card
  932.   0 = /dev/ttyP0 First ESP port
  933.   1 = /dev/ttyP1 Second ESP port
  934.     ...
  935.     block Sixth IDE hard disk/CD-ROM interface
  936.   0 = /dev/hdk Master: whole disk (or CD-ROM)
  937.  64 = /dev/hdl Slave: whole disk (or CD-ROM)
  938. Partitions are handled the same way as for the first
  939. interface (see major number 3).
  940.  58 char Hayes ESP serial card - alternate devices
  941.   0 = /dev/cup0 Callout device for ttyP0
  942.   1 = /dev/cup1 Callout device for ttyP1
  943.     ...
  944.     block Reserved for logical volume manager
  945.  59 char sf firewall package
  946.   0 = /dev/firewall Communication with sf kernel module
  947.     block Generic PDA filesystem device
  948.   0 = /dev/pda0 First PDA device
  949.   1 = /dev/pda1 Second PDA device
  950.     ...
  951. The pda devices are used to mount filesystems on
  952. remote pda's (basically slow handheld machines with
  953. proprietary OS's and limited memory and storage
  954. running small fs translation drivers) through serial /
  955. IRDA / parallel links.
  956. NAMING CONFLICT -- PROPOSED REVISED NAME /dev/rpda0 etc
  957.  60-63 LOCAL/EXPERIMENTAL USE
  958. Allocated for local/experimental use.  For devices not
  959. assigned official numbers, these ranges should be
  960. used, in order to avoid conflicting with future assignments.
  961.  64 char ENskip kernel encryption package
  962.   0 = /dev/enskip Communication with ENskip kernel module
  963.  65 char Sundance "plink" Transputer boards
  964.   0 = /dev/plink0 First plink device
  965.   1 = /dev/plink1 Second plink device
  966.   2 = /dev/plink2 Third plink device
  967.   3 = /dev/plink3 Fourth plink device
  968.  64 = /dev/rplink0 First plink device, raw
  969.  65 = /dev/rplink1 Second plink device, raw
  970.  66 = /dev/rplink2 Third plink device, raw
  971.  67 = /dev/rplink3 Fourth plink device, raw
  972. 128 = /dev/plink0d First plink device, debug
  973. 129 = /dev/plink1d Second plink device, debug
  974. 130 = /dev/plink2d Third plink device, debug
  975. 131 = /dev/plink3d Fourth plink device, debug
  976. 192 = /dev/rplink0d First plink device, raw, debug
  977. 193 = /dev/rplink1d Second plink device, raw, debug
  978. 194 = /dev/rplink2d Third plink device, raw, debug
  979. 195 = /dev/rplink3d Fourth plink device, raw, debug
  980. This is a commercial driver; contact James Howes
  981. <jth@prosig.demon.co.uk> for information.
  982.     block SCSI disk devices (16-31)
  983.   0 = /dev/sdq 16th SCSI disk whole disk
  984.  16 = /dev/sdr 17th SCSI disk whole disk
  985.  32 = /dev/sds 18th SCSI disk whole disk
  986.     ...
  987. 240 = /dev/sdaf 32nd SCSI disk whole disk
  988. Partitions are handled in the same way as for IDE
  989. disks (see major number 3) except that the limit on
  990. partitions is 15.
  991.  66 char YARC PowerPC PCI coprocessor card
  992.   0 = /dev/yppcpci0 First YARC card
  993.   1 = /dev/yppcpci1 Second YARC card
  994.     ...
  995.     block SCSI disk devices (32-47)
  996.   0 = /dev/sdag 33th SCSI disk whole disk
  997.  16 = /dev/sdah 34th SCSI disk whole disk
  998.  32 = /dev/sdai 35th SCSI disk whole disk
  999.     ...
  1000. 240 = /dev/sdav 48nd SCSI disk whole disk
  1001. Partitions are handled in the same way as for IDE
  1002. disks (see major number 3) except that the limit on
  1003. partitions is 15.
  1004.  67 char Coda network file system
  1005.   0 = /dev/cfs0 Coda cache manager
  1006. See http://www.coda.cs.cmu.edu for information about Coda.
  1007.     block SCSI disk devices (48-63)
  1008.   0 = /dev/sdaw 49th SCSI disk whole disk
  1009.  16 = /dev/sdax 50th SCSI disk whole disk
  1010.  32 = /dev/sday 51st SCSI disk whole disk
  1011.     ...
  1012. 240 = /dev/sdbl 64th SCSI disk whole disk
  1013. Partitions are handled in the same way as for IDE
  1014. disks (see major number 3) except that the limit on
  1015. partitions is 15.
  1016.  68 char CAPI 2.0 interface
  1017.   0 = /dev/capi20 Control device
  1018.   1 = /dev/capi20.00 First CAPI 2.0 application
  1019.   2 = /dev/capi20.01 Second CAPI 2.0 application
  1020.     ...
  1021.  20 = /dev/capi20.19 19th CAPI 2.0 application
  1022. ISDN CAPI 2.0 driver for use with CAPI 2.0
  1023. applications; currently supports the AVM B1 card.
  1024.     block SCSI disk devices (64-79)
  1025.   0 = /dev/sdbm 64th SCSI disk whole disk
  1026.  16 = /dev/sdbn 65th SCSI disk whole disk
  1027.  32 = /dev/sdbo 66th SCSI disk whole disk
  1028.     ...
  1029. 240 = /dev/sdcb 80th SCSI disk whole disk
  1030. Partitions are handled in the same way as for IDE
  1031. disks (see major number 3) except that the limit on
  1032. partitions is 15.
  1033.  69 char MA16 numeric accelerator card
  1034.   0 = /dev/ma16 Board memory access
  1035.     block SCSI disk devices (80-95)
  1036.   0 = /dev/sdcc 81st SCSI disk whole disk
  1037.  16 = /dev/sdcd 82nd SCSI disk whole disk
  1038.  32 = /dev/sdce 83th SCSI disk whole disk
  1039.     ...
  1040. 240 = /dev/sdcr 96th SCSI disk whole disk
  1041. Partitions are handled in the same way as for IDE
  1042. disks (see major number 3) except that the limit on
  1043. partitions is 15.
  1044.  70 char SpellCaster Protocol Services Interface
  1045.   0 = /dev/apscfg Configuration interface
  1046.   1 = /dev/apsauth Authentication interface
  1047.   2 = /dev/apslog Logging interface
  1048.   3 = /dev/apsdbg Debugging interface
  1049.  64 = /dev/apsisdn ISDN command interface
  1050.  65 = /dev/apsasync Async command interface
  1051. 128 = /dev/apsmon Monitor interface
  1052.     block SCSI disk devices (96-111)
  1053.   0 = /dev/sdcs 97th SCSI disk whole disk
  1054.  16 = /dev/sdct 98th SCSI disk whole disk
  1055.  32 = /dev/sdcu 99th SCSI disk whole disk
  1056.     ...
  1057. 240 = /dev/sddh 112nd SCSI disk whole disk
  1058. Partitions are handled in the same way as for IDE
  1059. disks (see major number 3) except that the limit on
  1060. partitions is 15.
  1061.  71 char Computone IntelliPort II serial card
  1062.   0 = /dev/ttyF0 IntelliPort II board 0, port 0
  1063.   1 = /dev/ttyF1 IntelliPort II board 0, port 1
  1064.     ...
  1065.  63 = /dev/ttyF63 IntelliPort II board 0, port 63
  1066.  64 = /dev/ttyF64 IntelliPort II board 1, port 0
  1067.  65 = /dev/ttyF65 IntelliPort II board 1, port 1
  1068.     ...
  1069. 127 = /dev/ttyF127 IntelliPort II board 1, port 63
  1070. 128 = /dev/ttyF128 IntelliPort II board 2, port 0
  1071. 129 = /dev/ttyF129 IntelliPort II board 2, port 1
  1072.     ...
  1073. 191 = /dev/ttyF191 IntelliPort II board 2, port 63
  1074. 192 = /dev/ttyF192 IntelliPort II board 3, port 0
  1075. 193 = /dev/ttyF193 IntelliPort II board 3, port 1
  1076.     ...
  1077. 255 = /dev/ttyF255 IntelliPort II board 3, port 63
  1078.     block SCSI disk devices (112-127)
  1079.   0 = /dev/sddi 113th SCSI disk whole disk
  1080.  16 = /dev/sddj 114th SCSI disk whole disk
  1081.  32 = /dev/sddk 115th SCSI disk whole disk
  1082.     ...
  1083. 240 = /dev/sddx 128th SCSI disk whole disk
  1084. Partitions are handled in the same way as for IDE
  1085. disks (see major number 3) except that the limit on
  1086. partitions is 15.
  1087.  72 char Computone IntelliPort II serial card - alternate devices
  1088.   0 = /dev/cuf0 Callout device for ttyF0
  1089.   1 = /dev/cuf1 Callout device for ttyF1
  1090.     ...
  1091.  63 = /dev/cuf63 Callout device for ttyF63
  1092.  64 = /dev/cuf64 Callout device for ttyF64
  1093.  65 = /dev/cuf65 Callout device for ttyF65
  1094.     ...
  1095. 127 = /dev/cuf127 Callout device for ttyF127
  1096. 128 = /dev/cuf128 Callout device for ttyF128
  1097. 129 = /dev/cuf129 Callout device for ttyF129
  1098.     ...
  1099. 191 = /dev/cuf191 Callout device for ttyF191
  1100. 192 = /dev/cuf192 Callout device for ttyF192
  1101. 193 = /dev/cuf193 Callout device for ttyF193
  1102.     ...
  1103. 255 = /dev/cuf255 Callout device for ttyF255
  1104.     block Compaq Intelligent Drive Array, first controller
  1105.   0 = /dev/ida/c0d0 First logical drive whole disk
  1106.  16 = /dev/ida/c0d1 Second logical drive whole disk
  1107.     ...
  1108. 240 = /dev/ida/c0d15 16th logical drive whole disk
  1109. Partitions are handled the same way as for Mylex
  1110. DAC960 (see major number 48) except that the limit on
  1111. partitions is 15.
  1112.  73 char Computone IntelliPort II serial card - control devices
  1113.   0 = /dev/ip2ipl0 Loadware device for board 0
  1114.   1 = /dev/ip2stat0 Status device for board 0
  1115.   4 = /dev/ip2ipl1 Loadware device for board 1
  1116.   5 = /dev/ip2stat1 Status device for board 1
  1117.   8 = /dev/ip2ipl2 Loadware device for board 2
  1118.   9 = /dev/ip2stat2 Status device for board 2
  1119.  12 = /dev/ip2ipl3 Loadware device for board 3
  1120.  13 = /dev/ip2stat3 Status device for board 3
  1121.     block Compaq Intelligent Drive Array, second controller
  1122.   0 = /dev/ida/c1d0 First logical drive whole disk
  1123.  16 = /dev/ida/c1d1 Second logical drive whole disk
  1124.     ...
  1125. 240 = /dev/ida/c1d15 16th logical drive whole disk
  1126. Partitions are handled the same way as for Mylex
  1127. DAC960 (see major number 48) except that the limit on
  1128. partitions is 15.
  1129.  74 char SCI bridge
  1130.   0 = /dev/SCI/0 SCI device 0
  1131.   1 = /dev/SCI/1 SCI device 1
  1132.     ...
  1133. Currently for Dolphin Interconnect Solutions' PCI-SCI
  1134. bridge.
  1135.     block Compaq Intelligent Drive Array, third controller
  1136.   0 = /dev/ida/c2d0 First logical drive whole disk
  1137.  16 = /dev/ida/c2d1 Second logical drive whole disk
  1138.     ...
  1139. 240 = /dev/ida/c2d15 16th logical drive whole disk
  1140. Partitions are handled the same way as for Mylex
  1141. DAC960 (see major number 48) except that the limit on
  1142. partitions is 15.
  1143.  75 char Specialix IO8+ serial card
  1144.   0 = /dev/ttyW0 First IO8+ port, first card
  1145.   1 = /dev/ttyW1 Second IO8+ port, first card
  1146.     ...
  1147.   8 = /dev/ttyW8 First IO8+ port, second card
  1148.     ...
  1149.     block Compaq Intelligent Drive Array, fourth controller
  1150.   0 = /dev/ida/c3d0 First logical drive whole disk
  1151.  16 = /dev/ida/c3d1 Second logical drive whole disk
  1152.     ...
  1153. 240 = /dev/ida/c3d15 16th logical drive whole disk
  1154. Partitions are handled the same way as for Mylex
  1155. DAC960 (see major number 48) except that the limit on
  1156. partitions is 15.
  1157.  76 char Specialix IO8+ serial card - alternate devices
  1158.   0 = /dev/cuw0 Callout device for ttyW0
  1159.   1 = /dev/cuw1 Callout device for ttyW1
  1160.     ...
  1161.   8 = /dev/cuw8 Callout device for ttyW8
  1162.     ...
  1163.     block Compaq Intelligent Drive Array, fifth controller
  1164.   0 = /dev/ida/c4d0 First logical drive whole disk
  1165.  16 = /dev/ida/c4d1 Second logical drive whole disk
  1166.     ...
  1167. 240 = /dev/ida/c4d15 16th logical drive whole disk
  1168. Partitions are handled the same way as for Mylex
  1169. DAC960 (see major number 48) except that the limit on
  1170. partitions is 15.
  1171.  77 char ComScire Quantum Noise Generator
  1172.   0 = /dev/qng ComScire Quantum Noise Generator
  1173.     block Compaq Intelligent Drive Array, sixth controller
  1174.   0 = /dev/ida/c5d0 First logical drive whole disk
  1175.  16 = /dev/ida/c5d1 Second logical drive whole disk
  1176.     ...
  1177. 240 = /dev/ida/c5d15 16th logical drive whole disk
  1178. Partitions are handled the same way as for Mylex
  1179. DAC960 (see major number 48) except that the limit on
  1180. partitions is 15.
  1181.  78 char PAM Software's multimodem boards
  1182.   0 = /dev/ttyM0 First PAM modem
  1183.   1 = /dev/ttyM1 Second PAM modem
  1184.     ...
  1185.     block Compaq Intelligent Drive Array, seventh controller
  1186.   0 = /dev/ida/c6d0 First logical drive whole disk
  1187.  16 = /dev/ida/c6d1 Second logical drive whole disk
  1188.     ...
  1189. 240 = /dev/ida/c6d15 16th logical drive whole disk
  1190. Partitions are handled the same way as for Mylex
  1191. DAC960 (see major number 48) except that the limit on
  1192. partitions is 15.
  1193.  79 char PAM Software's multimodem boards - alternate devices
  1194.   0 = /dev/cum0 Callout device for ttyM0
  1195.   1 = /dev/cum1 Callout device for ttyM1
  1196.     ...
  1197.     block Compaq Intelligent Drive Array, eigth controller
  1198.   0 = /dev/ida/c7d0 First logical drive whole disk
  1199.  16 = /dev/ida/c7d1 Second logical drive whole disk
  1200.     ...
  1201. 240 = /dev/ida/c715 16th logical drive whole disk
  1202. Partitions are handled the same way as for Mylex
  1203. DAC960 (see major number 48) except that the limit on
  1204. partitions is 15.
  1205.  80 char Photometrics AT200 CCD camera
  1206.   0 = /dev/at200 Photometrics AT200 CCD camera
  1207.     block I2O hard disk
  1208.   0 = /dev/i2o/hda First I2O hard disk, whole disk
  1209.  16 = /dev/i2o/hdb Second I2O hard disk, whole disk
  1210.     ...
  1211. 240 = /dev/i2o/hdp 16th I2O hard disk, whole disk
  1212. Partitions are handled in the same way as for IDE
  1213. disks (see major number 3) except that the limit on
  1214. partitions is 15.
  1215.  81 char video4linux
  1216.   0 = /dev/video0 Video capture/overlay device
  1217.     ...
  1218.  63 = /dev/video63 Video capture/overlay device
  1219.  64 = /dev/radio0 Radio device
  1220.     ...
  1221. 127 = /dev/radio63 Radio device
  1222. 192 = /dev/vtx0 Teletext device
  1223.     ...
  1224. 223 = /dev/vtx31 Teletext device
  1225. 224 = /dev/vbi0 Vertical blank interrupt
  1226.     ...
  1227. 255 = /dev/vbi31 Vertical blank interrupt
  1228.     block I2O hard disk
  1229.   0 = /dev/i2o/hdq 17th I2O hard disk, whole disk
  1230.  16 = /dev/i2o/hdr 18th I2O hard disk, whole disk
  1231.     ...
  1232. 240 = /dev/i2o/hdaf 32nd I2O hard disk, whole disk
  1233. Partitions are handled in the same way as for IDE
  1234. disks (see major number 3) except that the limit on
  1235. partitions is 15.
  1236.  82 char WiNRADiO communications receiver card
  1237.   0 = /dev/winradio0 First WiNRADiO card
  1238.   1 = /dev/winradio1 Second WiNRADiO card
  1239.     ...
  1240. The driver and documentation may be obtained from
  1241. http://www.proximity.com.au/~brian/winradio/
  1242.     block I2O hard disk
  1243.   0 = /dev/i2o/hdag 33rd I2O hard disk, whole disk
  1244.  16 = /dev/i2o/hdah 34th I2O hard disk, whole disk
  1245.     ...
  1246. 240 = /dev/i2o/hdav 48th I2O hard disk, whole disk
  1247. Partitions are handled in the same way as for IDE
  1248. disks (see major number 3) except that the limit on
  1249. partitions is 15.
  1250.  83 char Teletext/videotext interfaces {2.6}
  1251.   0 = /dev/vtx Teletext decoder
  1252.  16 = /dev/vttuner TV tuner on teletext interface
  1253. Devices for the driver contained in the VideoteXt package.
  1254. More information on http://home.pages.de/~videotext/
  1255.     block I2O hard disk
  1256.   0 = /dev/i2o/hdaw 49th I2O hard disk, whole disk
  1257.  16 = /dev/i2o/hdax 50th I2O hard disk, whole disk
  1258.     ...
  1259. 240 = /dev/i2o/hdbl 64th I2O hard disk, whole disk
  1260. Partitions are handled in the same way as for IDE
  1261. disks (see major number 3) except that the limit on
  1262. partitions is 15.
  1263.  84 char Ikon 1011[57] Versatec Greensheet Interface
  1264.   0 = /dev/ihcp0 First Greensheet port
  1265.   1 = /dev/ihcp1 Second Greensheet port
  1266.     block I2O hard disk
  1267.   0 = /dev/i2o/hdbm 65th I2O hard disk, whole disk
  1268.  16 = /dev/i2o/hdbn 66th I2O hard disk, whole disk
  1269.     ...
  1270. 240 = /dev/i2o/hdcb 80th I2O hard disk, whole disk
  1271. Partitions are handled in the same way as for IDE
  1272. disks (see major number 3) except that the limit on
  1273. partitions is 15.
  1274.  85 char Linux/SGI shared memory input queue
  1275.   0 = /dev/shmiq Master shared input queue
  1276.   1 = /dev/qcntl0 First device pushed
  1277.   2 = /dev/qcntl1 Second device pushed
  1278.     ...
  1279.     block I2O hard disk
  1280.   0 = /dev/i2o/hdcc 81st I2O hard disk, whole disk
  1281.  16 = /dev/i2o/hdcd 82nd I2O hard disk, whole disk
  1282.     ...
  1283. 240 = /dev/i2o/hdcr 96th I2O hard disk, whole disk
  1284. Partitions are handled in the same way as for IDE
  1285. disks (see major number 3) except that the limit on
  1286. partitions is 15.
  1287.  86 char SCSI media changer
  1288.   0 = /dev/sch0 First SCSI media changer
  1289.   1 = /dev/sch1 Second SCSI media changer
  1290.     ...
  1291.     block I2O hard disk
  1292.   0 = /dev/i2o/hdcs 97th I2O hard disk, whole disk
  1293.  16 = /dev/i2o/hdct 98th I2O hard disk, whole disk
  1294.     ...
  1295. 240 = /dev/i2o/hddh 112th I2O hard disk, whole disk
  1296. Partitions are handled in the same way as for IDE
  1297. disks (see major number 3) except that the limit on
  1298. partitions is 15.
  1299.  87 char Sony Control-A1 stereo control bus
  1300.   0 = /dev/controla0 First device on chain
  1301.   1 = /dev/controla1 Second device on chain
  1302.     ...
  1303.     block I2O hard disk
  1304.   0 = /dev/i2o/hddi 113rd I2O hard disk, whole disk
  1305.  16 = /dev/i2o/hddj 114th I2O hard disk, whole disk
  1306.     ...
  1307. 240 = /dev/i2o/hddx 128th I2O hard disk, whole disk
  1308. Partitions are handled in the same way as for IDE
  1309. disks (see major number 3) except that the limit on
  1310. partitions is 15.
  1311.  88 char COMX synchronous serial card
  1312.   0 = /dev/comx0 COMX channel 0
  1313.   1 = /dev/comx1 COMX channel 1
  1314.     ...
  1315.     block Seventh IDE hard disk/CD-ROM interface
  1316.   0 = /dev/hdm Master: whole disk (or CD-ROM)
  1317.  64 = /dev/hdn Slave: whole disk (or CD-ROM)
  1318. Partitions are handled the same way as for the first
  1319. interface (see major number 3).
  1320.  89 char I2C bus interface
  1321.   0 = /dev/i2c-0 First I2C adapter
  1322.   1 = /dev/i2c-1 Second I2C adapter
  1323.     ...
  1324.     block Eighth IDE hard disk/CD-ROM interface
  1325.   0 = /dev/hdo Master: whole disk (or CD-ROM)
  1326.  64 = /dev/hdp Slave: whole disk (or CD-ROM)
  1327. Partitions are handled the same way as for the first
  1328. interface (see major number 3).
  1329.  90 char Memory Technology Device (RAM, ROM, Flash)
  1330.   0 = /dev/mtd0 First MTD (rw)
  1331.   1 = /dev/mtdr0 First MTD (ro)
  1332.     ...
  1333.  30 = /dev/mtd15 16th MTD (rw)
  1334.  31 = /dev/mtdr15 16th MTD (ro)
  1335.     block Ninth IDE hard disk/CD-ROM interface
  1336.   0 = /dev/hdq Master: whole disk (or CD-ROM)
  1337.  64 = /dev/hdr Slave: whole disk (or CD-ROM)
  1338. Partitions are handled the same way as for the first
  1339. interface (see major number 3).
  1340.  91 char CAN-Bus devices
  1341.   0 = /dev/can0 First CAN-Bus controller
  1342.   1 = /dev/can1 Second CAN-Bus controller
  1343.     ...
  1344.     block Tenth IDE hard disk/CD-ROM interface
  1345.   0 = /dev/hds Master: whole disk (or CD-ROM)
  1346.  64 = /dev/hdt Slave: whole disk (or CD-ROM)
  1347. Partitions are handled the same way as for the first
  1348. interface (see major number 3).
  1349.  92 char Reserved for ith Kommunikationstechnik MIC ISDN card
  1350.     block PPDD encrypted disk driver
  1351.   0 = /dev/ppdd0 First encrypted disk
  1352.   1 = /dev/ppdd1 Second encrypted disk
  1353.     ...
  1354. Partitions are handled in the same way as for IDE
  1355. disks (see major number 3) except that the limit on
  1356. partitions is 15.
  1357.  93 char IBM Smart Capture Card frame grabber {2.6}
  1358.   0 = /dev/iscc0 First Smart Capture Card
  1359.   1 = /dev/iscc1 Second Smart Capture Card
  1360.     ...
  1361. 128 = /dev/isccctl0 First Smart Capture Card control
  1362. 129 = /dev/isccctl1 Second Smart Capture Card control
  1363.     ...
  1364.     block NAND Flash Translation Layer filesystem
  1365.   0 = /dev/nftla First NFTL layer
  1366.  16 = /dev/nftlb Second NFTL layer
  1367.     ...
  1368. 240 = /dev/nftlp 16th NTFL layer
  1369.  94 char miroVIDEO DC10/30 capture/playback device {2.6}
  1370.   0 = /dev/dcxx0 First capture card
  1371.   1 = /dev/dcxx1 Second capture card
  1372.     ...
  1373.     block IBM S/390 DASD block storage
  1374.   0 = /dev/dasda First DASD device, major
  1375.   1 = /dev/dasda1 First DASD device, block 1
  1376.   2 = /dev/dasda2 First DASD device, block 2
  1377.   3 = /dev/dasda3 First DASD device, block 3
  1378.   4 = /dev/dasdb Second DASD device, major
  1379.   5 = /dev/dasdb1 Second DASD device, block 1
  1380.   6 = /dev/dasdb2 Second DASD device, block 2
  1381.   7 = /dev/dasdb3 Second DASD device, block 3
  1382.     ...
  1383.  95 char IP filter
  1384.   0 = /dev/ipl Filter control device/log file
  1385.   1 = /dev/ipnat NAT control device/log file
  1386.   2 = /dev/ipstate State information log file
  1387.   3 = /dev/ipauth Authentication control device/log file
  1388.     ...
  1389.     block IBM S/390 VM/ESA minidisk
  1390.   0 = /dev/mnda First VM/ESA minidisk
  1391.   1 = /dev/mndb Second VM/ESA minidisk
  1392.     ...
  1393.  96 char Parallel port ATAPI tape devices
  1394.   0 = /dev/pt0 First parallel port ATAPI tape
  1395.   1 = /dev/pt1 Second parallel port ATAPI tape
  1396.     ...
  1397. 128 = /dev/npt0 First p.p. ATAPI tape, no rewind
  1398. 129 = /dev/npt1 Second p.p. ATAPI tape, no rewind
  1399.     ...
  1400.  97 char Parallel port generic ATAPI interface
  1401.   0 = /dev/pg0 First parallel port ATAPI device
  1402.   1 = /dev/pg1 Second parallel port ATAPI device
  1403.   2 = /dev/pg2 Third parallel port ATAPI device
  1404.   3 = /dev/pg3 Fourth parallel port ATAPI device
  1405. These devices support the same API as the generic SCSI
  1406. devices.
  1407.     block Packet writing for CD/DVD devices
  1408.   0 = /dev/pktcdvd0 First packet-writing module
  1409.   1 = /dev/pktcdvd1 Second packet-writing module
  1410.     ...
  1411.  98 char Control and Measurement Device (comedi)
  1412.   0 = /dev/comedi0 First comedi device
  1413.   1 = /dev/comedi1 Second comedi device
  1414.     ...
  1415. See http://stm.lbl.gov/comedi or http://www.llp.fu-berlin.de/.
  1416.     block User-mode virtual block device
  1417.   0 = /dev/ubd0 First user-mode block device
  1418.   1 = /dev/ubd1 Second user-mode block device
  1419.     ...
  1420. This device is used by the user-mode virtual kernel port.
  1421.  99 char Raw parallel ports
  1422.   0 = /dev/parport0 First parallel port
  1423.   1 = /dev/parport1 Second parallel port
  1424.     ...
  1425.     block JavaStation flash disk
  1426.   0 = /dev/jsfd JavaStation flash disk
  1427. 100 char Telephony for Linux
  1428.   0 = /dev/phone0 First telephony device
  1429.   1 = /dev/phone1 Second telephony device
  1430.     ...
  1431. 101 char Motorola DSP 56xxx board
  1432.   0 = /dev/mdspstat Status information
  1433.   1 = /dev/mdsp1 First DSP board I/O controls
  1434.     ...
  1435.  16 = /dev/mdsp16 16th DSP board I/O controls
  1436.     block AMI HyperDisk RAID controller
  1437.   0 = /dev/amiraid/ar0 First array whole disk
  1438.  16 = /dev/amiraid/ar1 Second array whole disk
  1439.     ...
  1440. 240 = /dev/amiraid/ar15 16th array whole disk
  1441. For each device, partitions are added as:
  1442.   0 = /dev/amiraid/ar?   Whole disk
  1443.   1 = /dev/amiraid/ar?p1  First partition
  1444.   2 = /dev/amiraid/ar?p2  Second partition
  1445.     ...
  1446.  15 = /dev/amiraid/ar?p15 15th partition
  1447. 102 char Philips SAA5249 Teletext signal decoder {2.6}
  1448.   0 = /dev/tlk0 First Teletext decoder
  1449.   1 = /dev/tlk1 Second Teletext decoder
  1450.   2 = /dev/tlk2 Third Teletext decoder
  1451.   3 = /dev/tlk3 Fourth Teletext decoder
  1452.     block Compressed block device
  1453.   0 = /dev/cbd/a First compressed block device, whole device
  1454.  16 = /dev/cbd/b Second compressed block device, whole device
  1455.     ...
  1456. 240 = /dev/cbd/p 16th compressed block device, whole device
  1457. Partitions are handled in the same way as for IDE
  1458. disks (see major number 3) except that the limit on
  1459. partitions is 15.
  1460. 103 char Arla network file system
  1461.   0 = /dev/xfs0 Arla XFS
  1462. Arla is a free clone of the Andrew File System, AFS.
  1463. Any resemblance with the Swedish milk producer is
  1464. coincidental.  For more information about the project,
  1465. write to <arla-drinkers@stacken.kth.se> or subscribe
  1466. to the arla announce mailing list by sending a mail to
  1467. <arla-announce-request@stacken.kth.se>.
  1468.     block Audit device
  1469.   0 = /dev/audit Audit device
  1470. 104 char Flash BIOS support
  1471.     block Compaq Next Generation Drive Array, first controller
  1472.   0 = /dev/cciss/c0d0 First logical drive, whole disk
  1473.  16 = /dev/cciss/c0d1 Second logical drive, whole disk
  1474.     ...
  1475. 240 = /dev/cciss/c0d15 16th logical drive, whole disk
  1476. Partitions are handled the same way as for Mylex
  1477. DAC960 (see major number 48) except that the limit on
  1478. partitions is 15.
  1479. 105 char Comtrol VS-1000 serial controller
  1480.   0 = /dev/ttyV0 First VS-1000 port
  1481.   1 = /dev/ttyV1 Second VS-1000 port
  1482.     ...
  1483.     block Compaq Next Generation Drive Array, second controller
  1484.   0 = /dev/cciss/c1d0 First logical drive, whole disk
  1485.  16 = /dev/cciss/c1d1 Second logical drive, whole disk
  1486.     ...
  1487. 240 = /dev/cciss/c1d15 16th logical drive, whole disk
  1488. Partitions are handled the same way as for Mylex
  1489. DAC960 (see major number 48) except that the limit on
  1490. partitions is 15.
  1491. 106 char Comtrol VS-1000 serial controller - alternate devices
  1492.   0 = /dev/cuv0 First VS-1000 port
  1493.   1 = /dev/cuv1 Second VS-1000 port
  1494.     ...
  1495.     block Compaq Next Generation Drive Array, third controller
  1496.   0 = /dev/cciss/c2d0 First logical drive, whole disk
  1497.  16 = /dev/cciss/c2d1 Second logical drive, whole disk
  1498.     ...
  1499. 240 = /dev/cciss/c2d15 16th logical drive, whole disk
  1500. Partitions are handled the same way as for Mylex
  1501. DAC960 (see major number 48) except that the limit on
  1502. partitions is 15.
  1503. 107 char 3Dfx Voodoo Graphics device
  1504.   0 = /dev/3dfx Primary 3Dfx graphics device
  1505.     block Compaq Next Generation Drive Array, fourth controller
  1506.   0 = /dev/cciss/c3d0 First logical drive, whole disk
  1507.  16 = /dev/cciss/c3d1 Second logical drive, whole disk
  1508.     ...
  1509. 240 = /dev/cciss/c3d15 16th logical drive, whole disk
  1510. Partitions are handled the same way as for Mylex
  1511. DAC960 (see major number 48) except that the limit on
  1512. partitions is 15.
  1513. 108 char Device independent PPP interface
  1514.   0 = /dev/ppp Device independent PPP interface
  1515.     block Compaq Next Generation Drive Array, fifth controller
  1516.   0 = /dev/cciss/c4d0 First logical drive, whole disk
  1517.  16 = /dev/cciss/c4d1 Second logical drive, whole disk
  1518.     ...
  1519. 240 = /dev/cciss/c4d15 16th logical drive, whole disk
  1520. Partitions are handled the same way as for Mylex
  1521. DAC960 (see major number 48) except that the limit on
  1522. partitions is 15.
  1523. 109 char Reserved for logical volume manager
  1524.     block Compaq Next Generation Drive Array, sixth controller
  1525.   0 = /dev/cciss/c5d0 First logical drive, whole disk
  1526.  16 = /dev/cciss/c5d1 Second logical drive, whole disk
  1527.     ...
  1528. 240 = /dev/cciss/c5d15 16th logical drive, whole disk
  1529. Partitions are handled the same way as for Mylex
  1530. DAC960 (see major number 48) except that the limit on
  1531. partitions is 15.
  1532. 110 char miroMEDIA Surround board
  1533.   0 = /dev/srnd0 First miroMEDIA Surround board
  1534.   1 = /dev/srnd1 Second miroMEDIA Surround board
  1535.     ...
  1536.     block Compaq Next Generation Drive Array, seventh controller
  1537.   0 = /dev/cciss/c6d0 First logical drive, whole disk
  1538.  16 = /dev/cciss/c6d1 Second logical drive, whole disk
  1539.     ...
  1540. 240 = /dev/cciss/c6d15 16th logical drive, whole disk
  1541. Partitions are handled the same way as for Mylex
  1542. DAC960 (see major number 48) except that the limit on
  1543. partitions is 15.
  1544. 111 char Philips SAA7146-based audio/video card {2.6}
  1545.   0 = /dev/av0 First A/V card
  1546.   1 = /dev/av1 Second A/V card
  1547.     ...
  1548.     block Compaq Next Generation Drive Array, eigth controller
  1549.   0 = /dev/cciss/c7d0 First logical drive, whole disk
  1550.  16 = /dev/cciss/c7d1 Second logical drive, whole disk
  1551.     ...
  1552. 240 = /dev/cciss/c7d15 16th logical drive, whole disk
  1553. Partitions are handled the same way as for Mylex
  1554. DAC960 (see major number 48) except that the limit on
  1555. partitions is 15.
  1556. 112 char ISI serial card
  1557.   0 = /dev/ttyM0 First ISI port
  1558.   1 = /dev/ttyM1 Second ISI port
  1559.     ...
  1560. There is currently a device-naming conflict between
  1561. these and PAM multimodems (major 78).
  1562.     block IBM iSeries virtual disk
  1563.   0 = /dev/iseries/vda First virtual disk, whole disk
  1564.   8 = /dev/iseries/vdb Second virtual disk, whole disk
  1565.     ...
  1566. 200 = /dev/iseries/vdz 26th virtual disk, whole disk
  1567. 208 = /dev/iseries/vdaa 27th virtual disk, whole disk
  1568.     ...
  1569. 240 = /dev/iseries/vdaf 32nd virtual disk, whole disk
  1570. Partitions are handled in the same way as for IDE
  1571. disks (see major number 3) except that the limit on
  1572. partitions is 7.
  1573. 113 char ISI serial card - alternate devices
  1574.   0 = /dev/cum0 Callout device for ttyM0
  1575.   1 = /dev/cum1 Callout device for ttyM1
  1576.     ...
  1577.     block IBM iSeries virtual CD-ROM
  1578.   0 = /dev/iseries/vcda First virtual CD-ROM
  1579.   1 = /dev/iseries/vcdb Second virtual CD-ROM
  1580.     ...
  1581. 114 char Picture Elements ISE board
  1582.   0 = /dev/ise0 First ISE board
  1583.   1 = /dev/ise1 Second ISE board
  1584.     ...
  1585. 128 = /dev/isex0 Control node for first ISE board
  1586. 129 = /dev/isex1 Control node for second ISE board
  1587.     ...
  1588. The ISE board is an embedded computer, optimized for
  1589. image processing. The /dev/iseN nodes are the general
  1590. I/O access to the board, the /dev/isex0 nodes command
  1591. nodes used to control the board.
  1592. 115 char Console driver speaker
  1593.   0 = /dev/speaker Speaker device file
  1594. Plays music using IBM BASIC style strings.
  1595. 116 char Advanced Linux Sound Driver (ALSA)
  1596. 117 char COSA/SRP synchronous serial card
  1597.   0 = /dev/cosa0c0 1st board, 1st channel
  1598.   1 = /dev/cosa0c1 1st board, 2nd channel
  1599.     ...
  1600.  16 = /dev/cosa1c0 2nd board, 1st channel
  1601.  17 = /dev/cosa1c1 2nd board, 2nd channel
  1602.     ...
  1603. 118 char Solidum ???
  1604.   0 = /dev/solnp0
  1605.   1 = /dev/solnp1
  1606.     ...
  1607. 128 = /dev/solnpctl0
  1608. 129 = /dev/solnpctl1
  1609.     ...
  1610. 119 char VMware virtual network control
  1611.   0 = /dev/vnet0 1st virtual network
  1612.   1 = /dev/vnet1 2nd virtual network
  1613.     ...
  1614. 120-127 LOCAL/EXPERIMENTAL USE
  1615. 128-135 char Unix98 PTY masters
  1616. These devices should not have corresponding device
  1617. nodes; instead they should be accessed through the
  1618. /dev/ptmx cloning interface.
  1619. 136-143 char Unix98 PTY slaves
  1620.   0 = /dev/pts/0 First Unix98 pseudo-TTY
  1621.   1 = /dev/pts/1 Second Unix98 pesudo-TTY
  1622.     ...
  1623. These device nodes are automatically generated with
  1624. the proper permissions and modes by mounting the
  1625. devpts filesystem onto /dev/pts with the appropriate
  1626. mount options (distribution dependent, however, on
  1627. *most* distributions the appropriate options are
  1628. "mode=0620,gid=<gid of the "tty" group>".)
  1629. 144 char Encapsulated PPP
  1630.   0 = /dev/pppox0 First PPP over Ethernet
  1631.     ...
  1632.  63 = /dev/pppox63 64th PPP over Ethernet
  1633. This is primarily used for ADSL.
  1634. The SST 5136-DN DeviceNet interface driver has been
  1635. relocated to major 183 due to an unfortunate conflict.
  1636. 145 char SAM9407-based soundcard
  1637.   0 = /dev/sam0_mixer
  1638.   1 = /dev/sam0_sequencer
  1639.   2 = /dev/sam0_midi00
  1640.   3 = /dev/sam0_dsp
  1641.   4 = /dev/sam0_audio
  1642.   6 = /dev/sam0_sndstat
  1643.  18 = /dev/sam0_midi01
  1644.  34 = /dev/sam0_midi02
  1645.  50 = /dev/sam0_midi03
  1646.  64 = /dev/sam1_mixer
  1647.     ...
  1648. 128 = /dev/sam2_mixer
  1649.     ...
  1650. 192 = /dev/sam3_mixer
  1651.     ...
  1652. Device functions match OSS, but offer a number of
  1653. addons, which are sam9407 specific.  OSS can be
  1654. operated simultaneously, taking care of the codec.
  1655. 146 char SYSTRAM SCRAMNet mirrored-memory network
  1656.   0 = /dev/scramnet0 First SCRAMNet device
  1657.   1 = /dev/scramnet1 Second SCRAMNet device
  1658.     ...
  1659. 147 char Aueral Semiconductor Vortex Audio device
  1660.   0 = /dev/aureal0 First Aureal Vortex
  1661.   1 = /dev/aureal1 Second Aureal Vortex
  1662.     ...
  1663. 148 char Technology Concepts serial card
  1664.   0 = /dev/ttyT0 First TCL port
  1665.   1 = /dev/ttyT1 Second TCL port
  1666.     ...
  1667. 149 char Technology Concepts serial card - alternate devices
  1668.   0 = /dev/cut0 Callout device for ttyT0
  1669.   1 = /dev/cut0 Callout device for ttyT1
  1670.     ...
  1671. 150 char Real-Time Linux FIFOs
  1672.   0 = /dev/rtf0 First RTLinux FIFO
  1673.   1 = /dev/rtf1 Second RTLinux FIFO
  1674.     ...
  1675. 151 char DPT I2O SmartRaid V controller
  1676.   0 = /dev/dpti0 First DPT I2O adapter
  1677.   1 = /dev/dpti1 Second DPT I2O adapter
  1678.     ...
  1679. 154 char Specialix RIO serial card
  1680.   0 = /dev/ttySR0 First RIO port
  1681.     ...
  1682. 255 = /dev/ttySR255 256th RIO port
  1683. 155 char Specialix RIO serial card - alternate devices
  1684.   0 = /dev/cusr0 Callout device for ttySR0
  1685.     ...
  1686. 255 = /dev/cusr255 Callout device for ttySR255
  1687. 156 char Specialix RIO serial card
  1688.   0 = /dev/ttySR256 257th RIO port
  1689.     ...
  1690. 255 = /dev/ttySR511 512th RIO port
  1691. 157 char Specialix RIO serial card - alternate devices
  1692.   0 = /dev/cusr256 Callout device for ttySR256
  1693.     ...
  1694. 255 = /dev/cusr511 Callout device for ttySR511
  1695. 158 char Dialogic GammaLink fax driver
  1696.   0 = /dev/gfax0 GammaLink channel 0
  1697.   1 = /dev/gfax1 GammaLink channel 1
  1698.     ...
  1699. 159 RESERVED
  1700. 160 char General Purpose Instrument Bus (GPIB)
  1701.   0 = /dev/gpib0 First GPIB bus
  1702.   1 = /dev/gpib1 Second GPIB bus
  1703.     ...
  1704. 161 char IrCOMM devices (IrDA serial/parallel emulation)
  1705.   0 = /dev/ircomm0 First IrCOMM device
  1706.   1 = /dev/ircomm1 Second IrCOMM device
  1707.     ...
  1708.  16 = /dev/irlpt0 First IrLPT device
  1709.  17 = /dev/irlpt1 Second IrLPT device
  1710.     ...
  1711. 162 char Raw block device interface
  1712.   0 = /dev/rawctl Raw I/O control device
  1713.   1 = /dev/raw/raw1 First raw I/O device
  1714.   2 = /dev/raw/raw2 Second raw I/O device
  1715.     ...
  1716. 163 char Radio Tech BIM-XXX-RS232 radio modem
  1717.   0 = /dev/bimrt0 First BIM radio modem
  1718.   1 = /dev/bimrt1 Second BIM radio modem
  1719.     ...
  1720. 164 char Chase Research AT/PCI-Fast serial card
  1721.   0 = /dev/ttyCH0 AT/PCI-Fast board 0, port 0
  1722.     ...
  1723.  15 = /dev/ttyCH15 AT/PCI-Fast board 0, port 15
  1724.  16 = /dev/ttyCH16 AT/PCI-Fast board 1, port 0
  1725.     ...
  1726.  31 = /dev/ttyCH31 AT/PCI-Fast board 1, port 15
  1727.  32 = /dev/ttyCH32 AT/PCI-Fast board 2, port 0
  1728.     ...
  1729.  47 = /dev/ttyCH47 AT/PCI-Fast board 2, port 15
  1730.  48 = /dev/ttyCH48 AT/PCI-Fast board 3, port 0
  1731.     ...
  1732.  63 = /dev/ttyCH63 AT/PCI-Fast board 3, port 15
  1733. 165 char Chase Research AT/PCI-Fast serial card - alternate devices
  1734.   0 = /dev/cuch0 Callout device for ttyCH0
  1735.     ...
  1736.  63 = /dev/cuch63 Callout device for ttyCH63
  1737. 166 char ACM USB modems
  1738.   0 = /dev/ttyACM0 First ACM modem
  1739.   1 = /dev/ttyACM1 Second ACM modem
  1740.     ...
  1741. 167 char ACM USB modems - alternate devices
  1742.   0 = /dev/cuacm0 Callout device for ttyACM0
  1743.   1 = /dev/cuacm1 Callout device for ttyACM1
  1744.     ...
  1745. 168 char Eracom CSA7000 PCI encryption adaptor
  1746.   0 = /dev/ecsa0 First CSA7000
  1747.   1 = /dev/ecsa1 Second CSA7000
  1748.     ...
  1749. 169 char Eracom CSA8000 PCI encryption adaptor
  1750.   0 = /dev/ecsa8-0 First CSA8000
  1751.   1 = /dev/ecsa8-1 Second CSA8000
  1752.     ...
  1753. 170 char AMI MegaRAC remote access controller
  1754.   0 = /dev/megarac0 First MegaRAC card
  1755.   1 = /dev/megarac1 Second MegaRAC card
  1756.     ...
  1757. 171 char Reserved for IEEE 1394 (Firewire)
  1758. 172 char Moxa Intellio serial card
  1759.   0 = /dev/ttyMX0 First Moxa port
  1760.   1 = /dev/ttyMX1 Second Moxa port
  1761.     ...
  1762. 127 = /dev/ttyMX127 128th Moxa port
  1763. 128 = /dev/moxactl Moxa control port
  1764. 173 char Moxa Intellio serial card - alternate devices
  1765.   0 = /dev/cumx0 Callout device for ttyMX0
  1766.   1 = /dev/cumx1 Callout device for ttyMX1
  1767.     ...
  1768. 127 = /dev/cumx127 Callout device for ttyMX127
  1769. 174 char SmartIO serial card
  1770.   0 = /dev/ttySI0 First SmartIO port
  1771.   1 = /dev/ttySI1 Second SmartIO port
  1772.     ...
  1773. 175 char SmartIO serial card - alternate devices
  1774.   0 = /dev/cusi0 Callout device for ttySI0
  1775.   1 = /dev/cusi1 Callout device for ttySI1
  1776.     ...
  1777. 176 char nCipher nFast PCI crypto accelerator
  1778.   0 = /dev/nfastpci0 First nFast PCI device
  1779.   1 = /dev/nfastpci1 First nFast PCI device
  1780.     ...
  1781. 177 char TI PCILynx memory spaces
  1782.   0 = /dev/pcilynx/aux0  AUX space of first PCILynx card
  1783.     ...
  1784.  15 = /dev/pcilynx/aux15 AUX space of 16th PCILynx card
  1785.  16 = /dev/pcilynx/rom0  ROM space of first PCILynx card
  1786.     ...
  1787.  31 = /dev/pcilynx/rom15 ROM space of 16th PCILynx card
  1788.  32 = /dev/pcilynx/ram0  RAM space of first PCILynx card
  1789.     ...
  1790.  47 = /dev/pcilynx/ram15 RAM space of 16th PCILynx card
  1791. 178 char Giganet cLAN1xxx virtual interface adapter
  1792.   0 = /dev/clanvi0 First cLAN adapter
  1793.   1 = /dev/clanvi1 Second cLAN adapter
  1794.     ...
  1795. 179 char CCube DVXChip-based PCI products
  1796.   0 = /dev/dvxirq0 First DVX device
  1797.   1 = /dev/dvxirq1 Second DVX device
  1798.     ...
  1799. 180 char USB devices
  1800.   0 = /dev/usb/lp0 First USB printer
  1801.     ...
  1802.  15 = /dev/usb/lp15 16th USB printer
  1803.  16 = /dev/usb/mouse0 First USB mouse
  1804.     ...
  1805.  31 = /dev/usb/mouse15 16th USB mouse
  1806.  32 = /dev/usb/ez0 First USB firmware loader
  1807.     ...
  1808.  47 = /dev/usb/ez15 16th USB firmware loader
  1809.  48 = /dev/usb/scanner0 First USB scanner
  1810.     ...
  1811.  63 = /dev/usb/scanner15 16th USB scanner
  1812.  64 = /dev/usb/rio500 Diamond Rio 500
  1813. 181 char Conrad Electronic parallel port radio clocks
  1814.   0 = /dev/pcfclock0 First Conrad radio clock
  1815.   1 = /dev/pcfclock1 Second Conrad radio clock
  1816.     ...
  1817. 182 char Picture Elements THR2 binarizer
  1818.   0 = /dev/pethr0 First THR2 board
  1819.   1 = /dev/pethr1 Second THR2 board
  1820.     ...
  1821. 183 char SST 5136-DN DeviceNet interface
  1822.   0 = /dev/ss5136dn0 First DeviceNet interface
  1823.   1 = /dev/ss5136dn1 Second DeviceNet interface
  1824.     ...
  1825. This device used to be assigned to major number 144.
  1826. It had to be moved due to an unfortunate conflict.
  1827. 184 char Picture Elements' video simulator/sender
  1828.   0 = /dev/pevss0 First sender board
  1829.   1 = /dev/pevss1 Second sender board
  1830.     ...
  1831. 185 char InterMezzo high availability file system
  1832.   0 = /dev/intermezzo0 First cache manager
  1833.   1 = /dev/intermezzo1 Second cache manager
  1834.     ...
  1835. See http://www.inter-mezzo.org/ for more information.
  1836. 186 char Object-based storage control device
  1837.   0 = /dev/obd0 First obd control device
  1838.   1 = /dev/obd1 Second obd control device
  1839.     ...
  1840. See ftp://ftp.lustre.org/pub/obd for code and information.
  1841. 187 char DESkey hardware encryption device
  1842.   0 = /dev/deskey0 First DES key
  1843.   1 = /dev/deskey1 Second DES key
  1844.     ...
  1845. 188 char USB serial converters
  1846.   0 = /dev/ttyUSB0 First USB serial converter
  1847.   1 = /dev/ttyUSB1 Second USB serial converter
  1848.     ...
  1849. 189 char USB serial converters - alternate devices
  1850.   0 = /dev/cuusb0 Callout device for ttyUSB0
  1851.   1 = /dev/cuusb1 Callout device for ttyUSB1
  1852.     ...
  1853. 190 char Kansas City tracker/tuner card
  1854.   0 = /dev/kctt0 First KCT/T card
  1855.   1 = /dev/kctt1 Second KCT/T card
  1856.     ...
  1857. 191 char Reserved for PCMCIA
  1858. 192 char Kernel profiling interface
  1859.   0 = /dev/profile Profiling control device
  1860.   1 = /dev/profile0 Profiling device for CPU 0
  1861.   2 = /dev/profile1 Profiling device for CPU 1
  1862.     ...
  1863. 193 char Kernel event-tracing interface
  1864.   0 = /dev/trace Tracing control device
  1865.   1 = /dev/trace0 Tracing device for CPU 0
  1866.   2 = /dev/trace1 Tracing device for CPU 1
  1867.     ...
  1868. 194 char linVideoStreams (LINVS)
  1869.   0 = /dev/mvideo/status0 Video compression status
  1870.   1 = /dev/mvideo/stream0 Video stream
  1871.   2 = /dev/mvideo/frame0 Single compressed frame
  1872.   3 = /dev/mvideo/rawframe0 Raw uncompressed frame
  1873.   4 = /dev/mvideo/codec0 Direct codec access
  1874.   5 = /dev/mvideo/video4linux0 Video4Linux compatibility
  1875.  16 = /dev/mvideo/status1 Second device
  1876.     ...
  1877.  32 = /dev/mvideo/status2 Third device
  1878.     ...
  1879.     ...
  1880. 240 = /dev/mvideo/status15 16th device 
  1881.     ...
  1882. 195 char Nvidia graphics devices
  1883.   0 = /dev/nvidia0 First Nvidia card
  1884.   1 = /dev/nvidia1 Second Nvidia card
  1885.     ...
  1886. 255 = /dev/nvidiactl Nvidia card control device
  1887. 196 char Tormenta T1 card
  1888.   0 = /dev/tor/0 Master control channel for all cards
  1889.   1 = /dev/tor/1 First DS0
  1890.   2 = /dev/tor/2 Second DS0
  1891.     ...
  1892.  48 = /dev/tor/48 48th DS0
  1893.  49 = /dev/tor/49 First pseudo-channel
  1894.  50 = /dev/tor/50 Second pseudo-channel
  1895.     ...
  1896. 197 char OpenTNF tracing facility
  1897.   0 = /dev/tnf/t0 Trace 0 data extraction
  1898.   1 = /dev/tnf/t1 Trace 1 data extraction
  1899.     ...
  1900. 128 = /dev/tnf/status Tracing facility status
  1901. 130 = /dev/tnf/trace Tracing device
  1902. 198 char Total Impact TPMP2 quad coprocessor PCI card
  1903.   0 = /dev/tpmp2/0 First card
  1904.   1 = /dev/tpmp2/1 Second card
  1905.     ...
  1906. 199 char Veritas volume manager (VxVM) volumes
  1907.   0 = /dev/vx/rdsk/*/* First volume
  1908.   1 = /dev/vx/rdsk/*/* Second volume
  1909.     ...
  1910.     block Veritas volume manager (VxVM) volumes
  1911.   0 = /dev/vx/dsk/*/* First volume
  1912.   1 = /dev/vx/dsk/*/* First volume
  1913.     ...
  1914. The namespace in these directories is maintained by
  1915. the user space VxVM software.
  1916. 200 char Veritas VxVM configuration interface
  1917.                   0 = /dev/vx/config Configuration access node
  1918.                   1 = /dev/vx/trace Volume i/o trace access node
  1919.                   2 = /dev/vx/iod Volume i/o daemon access node
  1920.                   3 = /dev/vx/info Volume information access node
  1921.                   4 = /dev/vx/task Volume tasks access node
  1922.                   5 = /dev/vx/taskmon Volume tasks monitor daemon
  1923. 201 char Veritas VxVM dynamic multipathing driver
  1924.   0 = /dev/vx/rdmp/* First multipath device
  1925.   1 = /dev/vx/rdmp/* Second multipath device
  1926.     ...
  1927.     block Veritas VxVM dynamic multipathing driver
  1928.   0 = /dev/vx/dmp/* First multipath device
  1929.   1 = /dev/vx/dmp/* Second multipath device
  1930.     ...
  1931. The namespace in these directories is maintained by
  1932. the user space VxVM software.
  1933. 202 char CPU model-specific registers
  1934.   0 = /dev/cpu/0/msr MSRs on CPU 0
  1935.   1 = /dev/cpu/1/msr MSRs on CPU 1
  1936.     ...
  1937. 203 char CPU CPUID information
  1938.   0 = /dev/cpu/0/cpuid CPUID on CPU 0
  1939.   1 = /dev/cpu/1/cpuid CPUID on CPU 1
  1940.     ...
  1941. 204 char Low-density serial ports
  1942.   0 = /dev/ttyLU0 LinkUp Systems L72xx UART - port 0
  1943.   1 = /dev/ttyLU1 LinkUp Systems L72xx UART - port 1
  1944.   2 = /dev/ttyLU2 LinkUp Systems L72xx UART - port 2
  1945.   3 = /dev/ttyLU3 LinkUp Systems L72xx UART - port 3
  1946.   4 = /dev/ttyFB0 Intel Footbridge (ARM)
  1947.   5 = /dev/ttySA0 StrongARM builtin serial port 0
  1948.   6 = /dev/ttySA1 StrongARM builtin serial port 1
  1949.   7 = /dev/ttySA2 StrongARM builtin serial port 2
  1950.   8 = /dev/ttySC0 SCI serial port (SuperH) - port 0
  1951.   9 = /dev/ttySC1 SCI serial port (SuperH) - port 1
  1952.  10 = /dev/ttySC2 SCI serial port (SuperH) - port 2
  1953.  11 = /dev/ttySC3 SCI serial port (SuperH) - port 3
  1954.  12 = /dev/ttyFW0 Firmware console - port 0
  1955.  13 = /dev/ttyFW1 Firmware console - port 1
  1956.  14 = /dev/ttyFW2 Firmware console - port 2
  1957.  15 = /dev/ttyFW3 Firmware console - port 3
  1958.  16 = /dev/ttyAM0 ARM "AMBA" serial port 0
  1959.     ...
  1960.  31 = /dev/ttyAM15 ARM "AMBA" serial port 15
  1961.  32 = /dev/ttyDB0 DataBooster serial port 0
  1962.     ...
  1963.  39 = /dev/ttyDB7 DataBooster serial port 7
  1964. 205 char Low-density serial ports (alternate device)
  1965.   0 = /dev/culu0 Callout device for ttyLU0
  1966.   1 = /dev/culu1 Callout device for ttyLU1
  1967.   2 = /dev/culu2 Callout device for ttyLU2
  1968.   3 = /dev/culu3 Callout device for ttyLU3
  1969.   4 = /dev/cufb0 Callout device for ttyFB0
  1970.   5 = /dev/cusa0 Callout device for ttySA0
  1971.   6 = /dev/cusa1 Callout device for ttySA1
  1972.   7 = /dev/cusa2 Callout device for ttySA2
  1973.   8 = /dev/cusc0 Callout device for ttySC0
  1974.   9 = /dev/cusc1 Callout device for ttySC1
  1975.  10 = /dev/cusc2 Callout device for ttySC2
  1976.  11 = /dev/cusc3 Callout device for ttySC3
  1977.  12 = /dev/cufw0 Callout device for ttyFW0
  1978.  13 = /dev/cufw1 Callout device for ttyFW1
  1979.  14 = /dev/cufw2 Callout device for ttyFW2
  1980.  15 = /dev/cufw3 Callout device for ttyFW3
  1981.  16 = /dev/cuam0 Callout device for ttyAM0
  1982.     ...
  1983.  31 = /dev/cuam15 Callout device for ttyAM15
  1984.  32 = /dev/cudb0 Callout device for ttyDB0
  1985.     ...
  1986.  39 = /dev/cudb7 Callout device for ttyDB7
  1987. 206 char OnStream SC-x0 tape devices
  1988.   0 = /dev/osst0 First OnStream SCSI tape, mode 0
  1989.   1 = /dev/osst1 Second OnStream SCSI tape, mode 0
  1990.     ...
  1991.  32 = /dev/osst0l First OnStream SCSI tape, mode 1
  1992.  33 = /dev/osst1l Second OnStream SCSI tape, mode 1
  1993.     ...
  1994.  64 = /dev/osst0m First OnStream SCSI tape, mode 2
  1995.  65 = /dev/osst1m Second OnStream SCSI tape, mode 2
  1996.     ...
  1997.  96 = /dev/osst0a First OnStream SCSI tape, mode 3
  1998.  97 = /dev/osst1a Second OnStream SCSI tape, mode 3
  1999.     ...
  2000. 128 = /dev/nosst0 No rewind version of /dev/osst0
  2001. 129 = /dev/nosst1 No rewind version of /dev/osst1
  2002.     ...
  2003. 160 = /dev/nosst0l No rewind version of /dev/osst0l
  2004. 161 = /dev/nosst1l No rewind version of /dev/osst1l
  2005.     ...
  2006. 192 = /dev/nosst0m No rewind version of /dev/osst0m
  2007. 193 = /dev/nosst1m No rewind version of /dev/osst1m
  2008.     ...
  2009. 224 = /dev/nosst0a No rewind version of /dev/osst0a
  2010. 225 = /dev/nosst1a No rewind version of /dev/osst1a
  2011.     ...
  2012. The OnStream SC-x0 SCSI tapes do not support the
  2013. standard SCSI SASD command set and therefore need
  2014. their own driver "osst". Note that the IDE, USB (and
  2015. maybe ParPort) versions may be driven via ide-scsi or
  2016. usb-storage SCSI emulation and this osst device and
  2017. driver as well.  The ADR-x0 drives are QIC-157
  2018. compliant and don't need osst.
  2019. 207 char Compaq ProLiant health feature indicate
  2020.   0 = /dev/cpqhealth/cpqw Redirector interface
  2021.   1 = /dev/cpqhealth/crom EISA CROM
  2022.   2 = /dev/cpqhealth/cdt Data Table
  2023.   3 = /dev/cpqhealth/cevt Event Log
  2024.   4 = /dev/cpqhealth/casr Automatic Server Recovery
  2025.   5 = /dev/cpqhealth/cecc ECC Memory
  2026.   6 = /dev/cpqhealth/cmca Machine Check Architecture
  2027.   7 = /dev/cpqhealth/ccsm Deprecated CDT
  2028.   8 = /dev/cpqhealth/cnmi NMI Handling
  2029.   9 = /dev/cpqhealth/css Sideshow Management
  2030.  10 = /dev/cpqhealth/cram CMOS interface
  2031.  11 = /dev/cpqhealth/cpci PCI IRQ interface
  2032. 208 char User space serial ports
  2033.   0 = /dev/ttyU0 First user space serial port
  2034.   1 = /dev/ttyU1 Second user space serial port
  2035.     ...
  2036. 209 char User space serial ports (alternate devices)
  2037.   0 = /dev/cuu0 Callout device for ttyU0
  2038.   1 = /dev/cuu1 Callout device for ttyU1
  2039.     ...
  2040. 210 char SBE, Inc. sync/async serial card
  2041.   0 = /dev/sbei/wxcfg0 Configuration device for board 0
  2042.   1 = /dev/sbei/dld0 Download device for board 0
  2043.   2 = /dev/sbei/wan00 WAN device, port 0, board 0
  2044.   3 = /dev/sbei/wan01 WAN device, port 1, board 0
  2045.   4 = /dev/sbei/wan02 WAN device, port 2, board 0
  2046.   5 = /dev/sbei/wan03 WAN device, port 3, board 0
  2047.   6 = /dev/sbei/wanc00 WAN clone device, port 0, board 0
  2048.   7 = /dev/sbei/wanc01 WAN clone device, port 1, board 0
  2049.   8 = /dev/sbei/wanc02 WAN clone device, port 2, board 0
  2050.   9 = /dev/sbei/wanc03 WAN clone device, port 3, board 0
  2051.  10 = /dev/sbei/wxcfg1 Configuration device for board 1
  2052.  11 = /dev/sbei/dld1 Download device for board 1
  2053.  12 = /dev/sbei/wan10 WAN device, port 0, board 1
  2054.  13 = /dev/sbei/wan11 WAN device, port 1, board 1
  2055.  14 = /dev/sbei/wan12 WAN device, port 2, board 1
  2056.  15 = /dev/sbei/wan13 WAN device, port 3, board 1
  2057.  16 = /dev/sbei/wanc10 WAN clone device, port 0, board 1
  2058.  17 = /dev/sbei/wanc11 WAN clone device, port 1, board 1
  2059.  18 = /dev/sbei/wanc12 WAN clone device, port 2, board 1
  2060.  19 = /dev/sbei/wanc13 WAN clone device, port 3, board 1
  2061.     ...
  2062. Yes, each board is really spaced 10 (decimal) apart.
  2063. 211 char Addinum CPCI1500 digital I/O card
  2064.   0 = /dev/addinum/cpci1500/0 First CPCI1500 card
  2065.   1 = /dev/addinum/cpci1500/1 Second CPCI1500 card
  2066.     ...
  2067. 216 char USB BlueTooth devices
  2068.   0 = /dev/ttyUB0 First USB BlueTooth device
  2069.   1 = /dev/ttyUB1 Second USB BlueTooth device
  2070.     ...
  2071. 217 char USB BlueTooth devices (alternate devices)
  2072.   0 = /dev/cuub0 Callout device for ttyUB0
  2073.   1 = /dev/cuub1 Callout device for ttyUB1
  2074.     ...
  2075. 218 char The Logical Company bus Unibus/Qbus adapters
  2076.   0 = /dev/logicalco/bci/0 First bus adapter
  2077.   1 = /dev/logicalco/bci/1 First bus adapter
  2078.     ...
  2079. 219 char The Logical Company DCI-1300 digital I/O card
  2080.   0 = /dev/logicalco/dci1300/0 First DCI-1300 card
  2081.   1 = /dev/logicalco/dci1300/1 Second DCI-1300 card
  2082.     ...
  2083. 220 char Myricom Myrinet "GM" board
  2084.   0 = /dev/myricom/gm0 First Myrinet GM board
  2085.   1 = /dev/myricom/gmp0 First board "root access"
  2086.   2 = /dev/myricom/gm1 Second Myrinet GM board
  2087.   3 = /dev/myricom/gmp1 Second board "root access"
  2088.     ...
  2089. 221 char VME bus
  2090.   0 = /dev/bus/vme/m0 First master image
  2091.   1 = /dev/bus/vme/m1 Second master image
  2092.   2 = /dev/bus/vme/m2 Third master image
  2093.   3 = /dev/bus/vme/m3 Fourth master image
  2094.   4 = /dev/bus/vme/s0 First slave image
  2095.   5 = /dev/bus/vme/s1 Second slave image
  2096.   6 = /dev/bus/vme/s2 Third slave image
  2097.   7 = /dev/bus/vme/s3 Fourth slave image
  2098.   8 = /dev/bus/vme/ctl Control
  2099. It is expected that all VME bus drivers will use the
  2100. same interface.  For interface documentation see
  2101. http://www.vmelinux.org/.
  2102. 224 char A2232 serial card
  2103.   0 = /dev/ttyY0 First A2232 port
  2104.   1 = /dev/ttyY1 Second A2232 port
  2105.     ...
  2106. 225 char A2232 serial card (alternate devices)
  2107.   0 = /dev/cuy0 Callout device for ttyY0
  2108.   1 = /dev/cuy1 Callout device for ttyY1
  2109.     ...
  2110. 226 char Direct Rendering Infrastructure (DRI)
  2111.   0 = /dev/dri/card0 First graphics card
  2112.   1 = /dev/dri/card1 Second graphics card
  2113.     ...
  2114. 227 char IBM 3270 terminal block-mode access
  2115.   0 = /dev/3270/tub Controlling interface
  2116.   1 = /dev/3270/tub1 First 3270 terminal
  2117.   2 = /dev/3270/tub2 Second 3270 terminal
  2118.     ...
  2119. 228 char IBM 3270 terminal Unix tty access
  2120.   1 = /dev/3270/tty1 First 3270 terminal
  2121.   2 = /dev/3270/tty2 Seconds 3270 terminal
  2122.     ...
  2123. 229 char IBM iSeries virtual console
  2124.   0 = /dev/iseries/vtty0 First console port
  2125.   1 = /dev/iseries/vtty1 Second console port
  2126.     ...
  2127. 230 char IBM iSeries virtual tape
  2128.   0 = /dev/iseries/vt0 First virtual tape, mode 0
  2129.   1 = /dev/iseries/vt1 Second virtual tape, mode 0
  2130.     ...
  2131.  32 = /dev/iseries/vt0l First virtual tape, mode 1
  2132.  33 = /dev/iseries/vt1l Second virtual tape, mode 1
  2133.     ...
  2134.  64 = /dev/iseries/vt0m First virtual tape, mode 2
  2135.  65 = /dev/iseries/vt1m Second virtual tape, mode 2
  2136.     ...
  2137.  96 = /dev/iseries/vt0a First virtual tape, mode 3
  2138.  97 = /dev/iseries/vt1a Second virtual tape, mode 3
  2139.       ...
  2140. 128 = /dev/iseries/nvt0 First virtual tape, mode 0, no rewind
  2141. 129 = /dev/iseries/nvt1 Second virtual tape, mode 0, no rewind
  2142.     ...
  2143. 160 = /dev/iseries/nvt0l First virtual tape, mode 1, no rewind
  2144. 161 = /dev/iseries/nvt1l Second virtual tape, mode 1, no rewind
  2145.     ...
  2146. 192 = /dev/iseries/nvt0m First virtual tape, mode 2, no rewind
  2147. 193 = /dev/iseries/nvt1m Second virtual tape, mode 2, no rewind
  2148.     ...
  2149. 224 = /dev/iseries/nvt0a First virtual tape, mode 3, no rewind
  2150. 225 = /dev/iseries/nvt1a Second virtual tape, mode 3, no rewind
  2151.     ...
  2152. "No rewind" refers to the omission of the default
  2153. automatic rewind on device close.  The MTREW or MTOFFL
  2154. ioctl()'s can be used to rewind the tape regardless of
  2155. the device used to access it.
  2156. 231-239 UNASSIGNED
  2157. 240-254 LOCAL/EXPERIMENTAL USE
  2158. 255 RESERVED
  2159. This major is reserved to assist the expansion to a
  2160. larger number space.  No device nodes with this major
  2161. should ever be created on the filesystem.
  2162.  **** ADDITIONAL /dev DIRECTORY ENTRIES
  2163. This section details additional entries that should or may exist in
  2164. the /dev directory.  It is preferred that symbolic links use the same
  2165. form (absolute or relative) as is indicated here.  Links are
  2166. classified as "hard" or "symbolic" depending on the preferred type of
  2167. link; if possible, the indicated type of link should be used.
  2168. Compulsory links
  2169. These links should exist on all systems:
  2170. /dev/fd /proc/self/fd symbolic File descriptors
  2171. /dev/stdin fd/0 symbolic stdin file descriptor
  2172. /dev/stdout fd/1 symbolic stdout file descriptor
  2173. /dev/stderr fd/2 symbolic stderr file descriptor
  2174. /dev/nfsd socksys symbolic Required by iBCS-2
  2175. /dev/X0R null symbolic Required by iBCS-2
  2176. Note: /dev/X0R is <letter X>-<digit 0>-<letter R>.
  2177. Recommended links
  2178. It is recommended that these links exist on all systems:
  2179. /dev/core /proc/kcore symbolic Backward compatibility
  2180. /dev/ramdisk ram0 symbolic Backward compatibility
  2181. /dev/ftape qft0 symbolic Backward compatibility
  2182. /dev/bttv0 video0 symbolic Backward compatibility
  2183. /dev/radio radio0 symbolic Backward compatibility
  2184. /dev/i2o* /dev/i2o/* symbolic Backward compatibility
  2185. /dev/scd? sr? hard Alternate SCSI CD-ROM name
  2186. Locally defined links
  2187. The following links may be established locally to conform to the
  2188. configuration of the system.  This is merely a tabulation of existing
  2189. practice, and does not constitute a recommendation.  However, if they
  2190. exist, they should have the following uses.
  2191. /dev/mouse mouse port symbolic Current mouse device
  2192. /dev/tape tape device symbolic Current tape device
  2193. /dev/cdrom CD-ROM device symbolic Current CD-ROM device
  2194. /dev/cdwriter CD-writer symbolic Current CD-writer device
  2195. /dev/scanner scanner symbolic Current scanner device
  2196. /dev/modem modem port symbolic Current dialout device
  2197. /dev/root root device symbolic Current root filesystem
  2198. /dev/swap swap device symbolic Current swap device
  2199. /dev/modem should not be used for a modem which supports dialin as
  2200. well as dialout, as it tends to cause lock file problems.  If it
  2201. exists, /dev/modem should point to the appropriate primary TTY device
  2202. (the use of the alternate callout devices is deprecated).
  2203. For SCSI devices, /dev/tape and /dev/cdrom should point to the
  2204. ``cooked'' devices (/dev/st* and /dev/sr*, respectively), whereas
  2205. /dev/cdwriter and /dev/scanner should point to the appropriate generic
  2206. SCSI devices (/dev/sg*).
  2207. /dev/mouse may point to a primary serial TTY device, a hardware mouse
  2208. device, or a socket for a mouse driver program (e.g. /dev/gpmdata).
  2209. Sockets and pipes
  2210. Non-transient sockets and named pipes may exist in /dev.  Common entries are:
  2211. /dev/printer socket lpd local socket
  2212. /dev/log socket syslog local socket
  2213. /dev/gpmdata socket gpm mouse multiplexer
  2214. Mount points
  2215. The following names are reserved for mounting special filesystems
  2216. under /dev.  These special filesystems provide kernel interfaces that
  2217. cannot be provided with standard device nodes.
  2218. /dev/pts devpts PTY slave filesystem
  2219. /dev/shm shmfs POSIX shared memory maintenance access
  2220.  **** TERMINAL DEVICES
  2221. Terminal, or TTY devices are a special class of character devices.  A
  2222. terminal device is any device that could act as a controlling terminal
  2223. for a session; this includes virtual consoles, serial ports, and
  2224. pseudoterminals (PTYs).
  2225. All terminal devices share a common set of capabilities known as line
  2226. diciplines; these include the common terminal line dicipline as well
  2227. as SLIP and PPP modes.
  2228. All terminal devices are named similarly; this section explains the
  2229. naming and use of the various types of TTYs.  Note that the naming
  2230. conventions include several historical warts; some of these are
  2231. Linux-specific, some were inherited from other systems, and some
  2232. reflect Linux outgrowing a borrowed convention.
  2233. A hash mark (#) in a device name is used here to indicate a decimal
  2234. number without leading zeroes.
  2235. Virtual consoles and the console device
  2236. Virtual consoles are full-screen terminal displays on the system video
  2237. monitor.  Virtual consoles are named /dev/tty#, with numbering
  2238. starting at /dev/tty1; /dev/tty0 is the current virtual console.
  2239. /dev/tty0 is the device that should be used to access the system video
  2240. card on those architectures for which the frame buffer devices
  2241. (/dev/fb*) are not applicable. Do not use /dev/console
  2242. for this purpose.
  2243. The console device, /dev/console, is the device to which system
  2244. messages should be sent, and on which logins should be permitted in
  2245. single-user mode.  Starting with Linux 2.1.71, /dev/console is managed
  2246. by the kernel; for previous versions it should be a symbolic link to
  2247. either /dev/tty0, a specific virtual console such as /dev/tty1, or to
  2248. a serial port primary (tty*, not cu*) device, depending on the
  2249. configuration of the system.
  2250. Serial ports
  2251. Serial ports are RS-232 serial ports and any device which simulates
  2252. one, either in hardware (such as internal modems) or in software (such
  2253. as the ISDN driver.)  Under Linux, each serial ports has two device
  2254. names, the primary or callin device and the alternate or callout one.
  2255. Each kind of device is indicated by a different letter.  For any
  2256. letter X, the names of the devices are /dev/ttyX# and /dev/cux#,
  2257. respectively; for historical reasons, /dev/ttyS# and /dev/ttyC#
  2258. correspond to /dev/cua# and /dev/cub#. In the future, it should be
  2259. expected that multiple letters will be used; all letters will be upper
  2260. case for the "tty" device (e.g. /dev/ttyDP#) and lower case for the
  2261. "cu" device (e.g. /dev/cudp#).
  2262. The names /dev/ttyQ# and /dev/cuq# are reserved for local use.
  2263. The alternate devices provide for kernel-based exclusion and somewhat
  2264. different defaults than the primary devices.  Their main purpose is to
  2265. allow the use of serial ports with programs with no inherent or broken
  2266. support for serial ports.  Their use is deprecated, and they may be
  2267. removed from a future version of Linux.
  2268. Arbitration of serial ports is provided by the use of lock files with
  2269. the names /var/lock/LCK..ttyX#.  The contents of the lock file should
  2270. be the PID of the locking process as an ASCII number.
  2271. It is common practice to install links such as /dev/modem
  2272. which point to serial ports.  In order to ensure proper locking in the
  2273. presence of these links, it is recommended that software chase
  2274. symlinks and lock all possible names; additionally, it is recommended
  2275. that a lock file be installed with the corresponding alternate
  2276. device.  In order to avoid deadlocks, it is recommended that the locks
  2277. are acquired in the following order, and released in the reverse:
  2278. 1. The symbolic link name, if any (/var/lock/LCK..modem)
  2279. 2. The "tty" name (/var/lock/LCK..ttyS2)
  2280. 3. The alternate device name (/var/lock/LCK..cua2)
  2281. In the case of nested symbolic links, the lock files should be
  2282. installed in the order the symlinks are resolved.
  2283. Under no circumstances should an application hold a lock while waiting
  2284. for another to be released.  In addition, applications which attempt
  2285. to create lock files for the corresponding alternate device names
  2286. should take into account the possibility of being used on a non-serial
  2287. port TTY, for which no alternate device would exist.
  2288. Pseudoterminals (PTYs)
  2289. Pseudoterminals, or PTYs, are used to create login sessions or provide
  2290. other capabilities requiring a TTY line dicipline (including SLIP or
  2291. PPP capability) to arbitrary data-generation processes.  Each PTY has
  2292. a master side, named /dev/pty[p-za-e][0-9a-f], and a slave side, named
  2293. /dev/tty[p-za-e][0-9a-f].  The kernel arbitrates the use of PTYs by
  2294. allowing each master side to be opened only once.
  2295. Once the master side has been opened, the corresponding slave device
  2296. can be used in the same manner as any TTY device.  The master and
  2297. slave devices are connected by the kernel, generating the equivalent
  2298. of a bidirectional pipe with TTY capabilities.
  2299. Recent versions of the Linux kernels and GNU libc contain support for
  2300. the System V/Unix98 naming scheme for PTYs, which assigns a common
  2301. device, /dev/ptmx, to all the masters (opening it will automatically
  2302. give you a previously unassigned PTY) and a subdirectory, /dev/pts,
  2303. for the slaves; the slaves are named with decimal integers (/dev/pts/#
  2304. in our notation).  This removes the problem of exhausting the
  2305. namespace and enables the kernel to automatically create the device
  2306. nodes for the slaves on demand using the "devpts" filesystem.