Path: blob/master/Documentation/admin-guide/devices.txt
26282 views
0 Unnamed devices (e.g. non-device mounts)10 = reserved as null device number2See block major 144, 145, 146 for expansion areas.341 char Memory devices51 = /dev/mem Physical memory access62 = /dev/kmem OBSOLETE - replaced by /proc/kcore73 = /dev/null Null device84 = /dev/port I/O port access95 = /dev/zero Null byte source106 = /dev/core OBSOLETE - replaced by /proc/kcore117 = /dev/full Returns ENOSPC on write128 = /dev/random Nondeterministic random number gen.139 = /dev/urandom Faster, less secure random number gen.1410 = /dev/aio Asynchronous I/O notification interface1511 = /dev/kmsg Writes to this come out as printk's, reads16export the buffered printk records.1712 = /dev/oldmem OBSOLETE - replaced by /proc/vmcore18191 block RAM disk200 = /dev/ram0 First RAM disk211 = /dev/ram1 Second RAM disk22...23250 = /dev/initrd Initial RAM disk2425Older kernels had /dev/ramdisk (1, 1) here.26/dev/initrd refers to a RAM disk which was preloaded27by the boot loader; newer kernels use /dev/ram0 for28the initrd.29302 char Pseudo-TTY masters310 = /dev/ptyp0 First PTY master321 = /dev/ptyp1 Second PTY master33...34255 = /dev/ptyef 256th PTY master3536Pseudo-tty's are named as follows:37* Masters are "pty", slaves are "tty";38* the fourth letter is one of pqrstuvwxyzabcde indicating39the 1st through 16th series of 16 pseudo-ttys each, and40* the fifth letter is one of 0123456789abcdef indicating41the position within the series.4243These are the old-style (BSD) PTY devices; Unix9844devices are on major 128 and above and use the PTY45master multiplex (/dev/ptmx) to acquire a PTY on46demand.47482 block Floppy disks490 = /dev/fd0 Controller 0, drive 0, autodetect501 = /dev/fd1 Controller 0, drive 1, autodetect512 = /dev/fd2 Controller 0, drive 2, autodetect523 = /dev/fd3 Controller 0, drive 3, autodetect53128 = /dev/fd4 Controller 1, drive 0, autodetect54129 = /dev/fd5 Controller 1, drive 1, autodetect55130 = /dev/fd6 Controller 1, drive 2, autodetect56131 = /dev/fd7 Controller 1, drive 3, autodetect5758To specify format, add to the autodetect device number:590 = /dev/fd? Autodetect format604 = /dev/fd?d360 5.25" 360K in a 360K drive(1)6120 = /dev/fd?h360 5.25" 360K in a 1200K drive(1)6248 = /dev/fd?h410 5.25" 410K in a 1200K drive6364 = /dev/fd?h420 5.25" 420K in a 1200K drive6424 = /dev/fd?h720 5.25" 720K in a 1200K drive6580 = /dev/fd?h880 5.25" 880K in a 1200K drive(1)668 = /dev/fd?h1200 5.25" 1200K in a 1200K drive(1)6740 = /dev/fd?h1440 5.25" 1440K in a 1200K drive(1)6856 = /dev/fd?h1476 5.25" 1476K in a 1200K drive6972 = /dev/fd?h1494 5.25" 1494K in a 1200K drive7092 = /dev/fd?h1600 5.25" 1600K in a 1200K drive(1)717212 = /dev/fd?u360 3.5" 360K Double Density(2)7316 = /dev/fd?u720 3.5" 720K Double Density(1)74120 = /dev/fd?u800 3.5" 800K Double Density(2)7552 = /dev/fd?u820 3.5" 820K Double Density7668 = /dev/fd?u830 3.5" 830K Double Density7784 = /dev/fd?u1040 3.5" 1040K Double Density(1)7888 = /dev/fd?u1120 3.5" 1120K Double Density(1)7928 = /dev/fd?u1440 3.5" 1440K High Density(1)80124 = /dev/fd?u1600 3.5" 1600K High Density(1)8144 = /dev/fd?u1680 3.5" 1680K High Density(3)8260 = /dev/fd?u1722 3.5" 1722K High Density8376 = /dev/fd?u1743 3.5" 1743K High Density8496 = /dev/fd?u1760 3.5" 1760K High Density85116 = /dev/fd?u1840 3.5" 1840K High Density(3)86100 = /dev/fd?u1920 3.5" 1920K High Density(1)8732 = /dev/fd?u2880 3.5" 2880K Extra Density(1)88104 = /dev/fd?u3200 3.5" 3200K Extra Density89108 = /dev/fd?u3520 3.5" 3520K Extra Density90112 = /dev/fd?u3840 3.5" 3840K Extra Density(1)919236 = /dev/fd?CompaQ Compaq 2880K drive; obsolete?9394(1) Autodetectable format95(2) Autodetectable format in a Double Density (720K) drive only96(3) Autodetectable format in a High Density (1440K) drive only9798NOTE: The letter in the device name (d, q, h or u)99signifies the type of drive: 5.25" Double Density (d),1005.25" Quad Density (q), 5.25" High Density (h) or 3.5"101(any model, u). The use of the capital letters D, H102and E for the 3.5" models have been deprecated, since103the drive type is insignificant for these devices.1041053 char Pseudo-TTY slaves1060 = /dev/ttyp0 First PTY slave1071 = /dev/ttyp1 Second PTY slave108...109255 = /dev/ttyef 256th PTY slave110111These are the old-style (BSD) PTY devices; Unix98112devices are on major 136 and above.1131143 block First MFM, RLL and IDE hard disk/CD-ROM interface1150 = /dev/hda Master: whole disk (or CD-ROM)11664 = /dev/hdb Slave: whole disk (or CD-ROM)117118For partitions, add to the whole disk device number:1190 = /dev/hd? Whole disk1201 = /dev/hd?1 First partition1212 = /dev/hd?2 Second partition122...12363 = /dev/hd?63 63rd partition124125For Linux/i386, partitions 1-4 are the primary126partitions, and 5 and above are logical partitions.127Other versions of Linux use partitioning schemes128appropriate to their respective architectures.1291304 char TTY devices1310 = /dev/tty0 Current virtual console1321331 = /dev/tty1 First virtual console134...13563 = /dev/tty63 63rd virtual console13664 = /dev/ttyS0 First UART serial port137...138255 = /dev/ttyS191 192nd UART serial port139140UART serial ports refer to 8250/16450/16550 series devices.141142Older versions of the Linux kernel used this major143number for BSD PTY devices. As of Linux 2.1.115, this144is no longer supported. Use major numbers 2 and 3.1451464 block Aliases for dynamically allocated major devices to be used147when its not possible to create the real device nodes148because the root filesystem is mounted read-only.1491500 = /dev/root1511525 char Alternate TTY devices1530 = /dev/tty Current TTY device1541 = /dev/console System console1552 = /dev/ptmx PTY master multiplex1563 = /dev/ttyprintk User messages via printk TTY device15764 = /dev/cua0 Callout device for ttyS0158...159255 = /dev/cua191 Callout device for ttyS191160161(5,1) is /dev/console starting with Linux 2.1.71. See162the section on terminal devices for more information163on /dev/console.1641656 char Parallel printer devices1660 = /dev/lp0 Parallel printer on parport01671 = /dev/lp1 Parallel printer on parport1168...169170Current Linux kernels no longer have a fixed mapping171between parallel ports and I/O addresses. Instead,172they are redirected through the parport multiplex layer.1731747 char Virtual console capture devices1750 = /dev/vcs Current vc text (glyph) contents1761 = /dev/vcs1 tty1 text (glyph) contents177...17863 = /dev/vcs63 tty63 text (glyph) contents17964 = /dev/vcsu Current vc text (unicode) contents18065 = /dev/vcsu1 tty1 text (unicode) contents181...182127 = /dev/vcsu63 tty63 text (unicode) contents183128 = /dev/vcsa Current vc text/attribute (glyph) contents184129 = /dev/vcsa1 tty1 text/attribute (glyph) contents185...186191 = /dev/vcsa63 tty63 text/attribute (glyph) contents187188NOTE: These devices permit both read and write access.1891907 block Loopback devices1910 = /dev/loop0 First loop device1921 = /dev/loop1 Second loop device193...194195The loop devices are used to mount filesystems not196associated with block devices. The binding to the197loop devices is handled by mount(8) or losetup(8).1981998 block SCSI disk devices (0-15)2000 = /dev/sda First SCSI disk whole disk20116 = /dev/sdb Second SCSI disk whole disk20232 = /dev/sdc Third SCSI disk whole disk203...204240 = /dev/sdp Sixteenth SCSI disk whole disk205206Partitions are handled in the same way as for IDE207disks (see major number 3) except that the limit on208partitions is 15.2092109 char SCSI tape devices2110 = /dev/st0 First SCSI tape, mode 02121 = /dev/st1 Second SCSI tape, mode 0213...21432 = /dev/st0l First SCSI tape, mode 121533 = /dev/st1l Second SCSI tape, mode 1216...21764 = /dev/st0m First SCSI tape, mode 221865 = /dev/st1m Second SCSI tape, mode 2219...22096 = /dev/st0a First SCSI tape, mode 322197 = /dev/st1a Second SCSI tape, mode 3222...223128 = /dev/nst0 First SCSI tape, mode 0, no rewind224129 = /dev/nst1 Second SCSI tape, mode 0, no rewind225...226160 = /dev/nst0l First SCSI tape, mode 1, no rewind227161 = /dev/nst1l Second SCSI tape, mode 1, no rewind228...229192 = /dev/nst0m First SCSI tape, mode 2, no rewind230193 = /dev/nst1m Second SCSI tape, mode 2, no rewind231...232224 = /dev/nst0a First SCSI tape, mode 3, no rewind233225 = /dev/nst1a Second SCSI tape, mode 3, no rewind234...235236"No rewind" refers to the omission of the default237automatic rewind on device close. The MTREW or MTOFFL238ioctl()'s can be used to rewind the tape regardless of239the device used to access it.2402419 block Metadisk (RAID) devices2420 = /dev/md0 First metadisk group2431 = /dev/md1 Second metadisk group244...245246The metadisk driver is used to span a247filesystem across multiple physical disks.24824910 char Non-serial mice, misc features2500 = /dev/logibm Logitech bus mouse2511 = /dev/psaux PS/2-style mouse port2522 = /dev/inportbm Microsoft Inport bus mouse2533 = /dev/atibm ATI XL bus mouse2544 = /dev/jbm J-mouse2554 = /dev/amigamouse Amiga mouse (68k/Amiga)2565 = /dev/atarimouse Atari mouse2576 = /dev/sunmouse Sun mouse2587 = /dev/amigamouse1 Second Amiga mouse2598 = /dev/smouse Simple serial mouse driver2609 = /dev/pc110pad IBM PC-110 digitizer pad26110 = /dev/adbmouse Apple Desktop Bus mouse26211 = /dev/vrtpanel Vr41xx embedded touch panel26313 = /dev/vpcmouse Connectix Virtual PC Mouse26414 = /dev/touchscreen/ucb1x00 UCB 1x00 touchscreen26515 = /dev/touchscreen/mk712 MK712 touchscreen266128 = /dev/beep Fancy beep device267129 =268130 = /dev/watchdog Watchdog timer port269131 = /dev/temperature Machine internal temperature270132 = /dev/hwtrap Hardware fault trap271133 = /dev/exttrp External device trap272134 = /dev/apm_bios Advanced Power Management BIOS273135 = /dev/rtc Real Time Clock274137 = /dev/vhci Bluetooth virtual HCI driver275139 = /dev/openprom SPARC OpenBoot PROM276140 = /dev/relay8 Berkshire Products Octal relay card277141 = /dev/relay16 Berkshire Products ISO-16 relay card278142 =279143 = /dev/pciconf PCI configuration space280144 = /dev/nvram Non-volatile configuration RAM281145 = /dev/hfmodem Soundcard shortwave modem control282146 = /dev/graphics Linux/SGI graphics device283147 = /dev/opengl Linux/SGI OpenGL pipe284148 = /dev/gfx Linux/SGI graphics effects device285149 = /dev/input/mouse Linux/SGI Irix emulation mouse286150 = /dev/input/keyboard Linux/SGI Irix emulation keyboard287151 = /dev/led Front panel LEDs288152 = /dev/kpoll Kernel Poll Driver289153 = /dev/mergemem Memory merge device290154 = /dev/pmu Macintosh PowerBook power manager291155 =292156 = /dev/lcd Front panel LCD display293157 = /dev/ac Applicom Intl Profibus card294158 = /dev/nwbutton Netwinder external button295159 = /dev/nwdebug Netwinder debug interface296160 = /dev/nwflash Netwinder flash memory297161 = /dev/userdma User-space DMA access298162 = /dev/smbus System Management Bus299163 = /dev/lik Logitech Internet Keyboard300164 = /dev/ipmo Intel Intelligent Platform Management301165 = /dev/vmmon VMware virtual machine monitor302166 = /dev/i2o/ctl I2O configuration manager303167 = /dev/specialix_sxctl Specialix serial control304168 = /dev/tcldrv Technology Concepts serial control305169 = /dev/specialix_rioctl Specialix RIO serial control306170 = /dev/thinkpad/thinkpad IBM Thinkpad devices307171 = /dev/srripc QNX4 API IPC manager308172 = /dev/usemaclone Semaphore clone device309173 = /dev/ipmikcs Intelligent Platform Management310174 = /dev/uctrl SPARCbook 3 microcontroller311175 = /dev/agpgart AGP Graphics Address Remapping Table312176 = /dev/gtrsc Gorgy Timing radio clock313177 = /dev/cbm Serial CBM bus314178 = /dev/jsflash JavaStation OS flash SIMM315179 = /dev/xsvc High-speed shared-mem/semaphore service316180 = /dev/vrbuttons Vr41xx button input device317181 = /dev/toshiba Toshiba laptop SMM support318182 = /dev/perfctr Performance-monitoring counters319183 = /dev/hwrng Generic random number generator320184 = /dev/cpu/microcode CPU microcode update interface321186 = /dev/atomicps Atomic snapshot of process state data322187 = /dev/irnet IrNET device323188 = /dev/smbusbios SMBus BIOS324189 = /dev/ussp_ctl User space serial port control325190 = /dev/crash Mission Critical Linux crash dump facility326191 = /dev/pcl181 <information missing>327192 = /dev/nas_xbus NAS xbus LCD/buttons access328193 = /dev/d7s SPARC 7-segment display329194 = /dev/zkshim Zero-Knowledge network shim control330195 = /dev/elographics/e2201 Elographics touchscreen E271-2201331196 = /dev/vfio/vfio VFIO userspace driver interface332197 = /dev/pxa3xx-gcu PXA3xx graphics controller unit driver333198 = /dev/sexec Signed executable interface334199 = /dev/scanners/cuecat :CueCat barcode scanner335200 = /dev/net/tun TAP/TUN network device336201 = /dev/button/gulpb Transmeta GULP-B buttons337202 = /dev/emd/ctl Enhanced Metadisk RAID (EMD) control338203 = /dev/cuse Cuse (character device in user-space)339204 = /dev/video/em8300 EM8300 DVD decoder control340205 = /dev/video/em8300_mv EM8300 DVD decoder video341206 = /dev/video/em8300_ma EM8300 DVD decoder audio342207 = /dev/video/em8300_sp EM8300 DVD decoder subpicture343208 = /dev/compaq/cpqphpc Compaq PCI Hot Plug Controller344209 = /dev/compaq/cpqrid Compaq Remote Insight Driver345210 = /dev/impi/bt IMPI coprocessor block transfer346211 = /dev/impi/smic IMPI coprocessor stream interface347212 = /dev/watchdogs/0 First watchdog device348213 = /dev/watchdogs/1 Second watchdog device349214 = /dev/watchdogs/2 Third watchdog device350215 = /dev/watchdogs/3 Fourth watchdog device351216 = /dev/fujitsu/apanel Fujitsu/Siemens application panel352217 = /dev/ni/natmotn National Instruments Motion353218 = /dev/kchuid Inter-process chuid control354219 = /dev/modems/mwave MWave modem firmware upload355220 = /dev/mptctl Message passing technology (MPT) control356221 = /dev/mvista/hssdsi Montavista PICMG hot swap system driver357222 = /dev/mvista/hasi Montavista PICMG high availability358223 = /dev/input/uinput User level driver support for input359224 = /dev/tpm TCPA TPM driver360225 = /dev/pps Pulse Per Second driver361226 = /dev/systrace Systrace device362227 = /dev/mcelog X86_64 Machine Check Exception driver363228 = /dev/hpet HPET driver364229 = /dev/fuse Fuse (virtual filesystem in user-space)365230 = /dev/midishare MidiShare driver366231 = /dev/snapshot System memory snapshot device367232 = /dev/kvm Kernel-based virtual machine (hardware virtualization extensions)368233 = /dev/kmview View-OS A process with a view369234 = /dev/btrfs-control Btrfs control device370235 = /dev/autofs Autofs control device371236 = /dev/mapper/control Device-Mapper control device372237 = /dev/loop-control Loopback control device373238 = /dev/vhost-net Host kernel accelerator for virtio net374239 = /dev/uhid User-space I/O driver support for HID subsystem375240 = /dev/userio Serio driver testing device376241 = /dev/vhost-vsock Host kernel driver for virtio vsock377242 = /dev/rfkill Turning off radio transmissions (rfkill)378379243-254 Reserved for local use380255 Reserved for MISC_DYNAMIC_MINOR38138211 char Raw keyboard device (Linux/SPARC only)3830 = /dev/kbd Raw keyboard device38438511 char Serial Mux device (Linux/PA-RISC only)3860 = /dev/ttyB0 First mux port3871 = /dev/ttyB1 Second mux port388...38939011 block SCSI CD-ROM devices3910 = /dev/scd0 First SCSI CD-ROM3921 = /dev/scd1 Second SCSI CD-ROM393...394395The prefix /dev/sr (instead of /dev/scd) has been deprecated.39639712 char QIC-02 tape3982 = /dev/ntpqic11 QIC-11, no rewind-on-close3993 = /dev/tpqic11 QIC-11, rewind-on-close4004 = /dev/ntpqic24 QIC-24, no rewind-on-close4015 = /dev/tpqic24 QIC-24, rewind-on-close4026 = /dev/ntpqic120 QIC-120, no rewind-on-close4037 = /dev/tpqic120 QIC-120, rewind-on-close4048 = /dev/ntpqic150 QIC-150, no rewind-on-close4059 = /dev/tpqic150 QIC-150, rewind-on-close406407The device names specified are proposed -- if there408are "standard" names for these devices, please let me know.40941012 block41141213 char Input core4130 = /dev/input/js0 First joystick4141 = /dev/input/js1 Second joystick415...41632 = /dev/input/mouse0 First mouse41733 = /dev/input/mouse1 Second mouse418...41963 = /dev/input/mice Unified mouse42064 = /dev/input/event0 First event queue42165 = /dev/input/event1 Second event queue422...423424Each device type has 5 bits (32 minors).42542613 block Previously used for the XT disk (/dev/xdN)427Deleted in kernel v3.9.42842914 char Open Sound System (OSS)4300 = /dev/mixer Mixer control4311 = /dev/sequencer Audio sequencer4322 = /dev/midi00 First MIDI port4333 = /dev/dsp Digital audio4344 = /dev/audio Sun-compatible digital audio4356 =4367 = /dev/audioctl SPARC audio control device4378 = /dev/sequencer2 Sequencer -- alternate device43816 = /dev/mixer1 Second soundcard mixer control43917 = /dev/patmgr0 Sequencer patch manager44018 = /dev/midi01 Second MIDI port44119 = /dev/dsp1 Second soundcard digital audio44220 = /dev/audio1 Second soundcard Sun digital audio44333 = /dev/patmgr1 Sequencer patch manager44434 = /dev/midi02 Third MIDI port44550 = /dev/midi03 Fourth MIDI port44644714 block44844915 char Joystick4500 = /dev/js0 First analog joystick4511 = /dev/js1 Second analog joystick452...453128 = /dev/djs0 First digital joystick454129 = /dev/djs1 Second digital joystick455...45615 block Sony CDU-31A/CDU-33A CD-ROM4570 = /dev/sonycd Sony CDU-31a CD-ROM45845916 char Non-SCSI scanners4600 = /dev/gs4500 Genius 4500 handheld scanner46146216 block GoldStar CD-ROM4630 = /dev/gscd GoldStar CD-ROM46446517 char OBSOLETE (was Chase serial card)4660 = /dev/ttyH0 First Chase port4671 = /dev/ttyH1 Second Chase port468...46917 block Optics Storage CD-ROM4700 = /dev/optcd Optics Storage CD-ROM47147218 char OBSOLETE (was Chase serial card - alternate devices)4730 = /dev/cuh0 Callout device for ttyH04741 = /dev/cuh1 Callout device for ttyH1475...47618 block Sanyo CD-ROM4770 = /dev/sjcd Sanyo CD-ROM47847919 block "Double" compressed disk4800 = /dev/double0 First compressed disk481...4827 = /dev/double7 Eighth compressed disk483128 = /dev/cdouble0 Mirror of first compressed disk484...485135 = /dev/cdouble7 Mirror of eighth compressed disk486487See the Double documentation for the meaning of the488mirror devices.48949020 block Hitachi CD-ROM (under development)4910 = /dev/hitcd Hitachi CD-ROM49249321 char Generic SCSI access4940 = /dev/sg0 First generic SCSI device4951 = /dev/sg1 Second generic SCSI device496...497498Most distributions name these /dev/sga, /dev/sgb...;499this sets an unnecessary limit of 26 SCSI devices in500the system and is counter to standard Linux501device-naming practice.50250321 block Acorn MFM hard drive interface5040 = /dev/mfma First MFM drive whole disk50564 = /dev/mfmb Second MFM drive whole disk506507This device is used on the ARM-based Acorn RiscPC.508Partitions are handled the same way as for IDE disks509(see major number 3).51051122 char Digiboard serial card5120 = /dev/ttyD0 First Digiboard port5131 = /dev/ttyD1 Second Digiboard port514...51522 block Second IDE hard disk/CD-ROM interface5160 = /dev/hdc Master: whole disk (or CD-ROM)51764 = /dev/hdd Slave: whole disk (or CD-ROM)518519Partitions are handled the same way as for the first520interface (see major number 3).52152223 char Digiboard serial card - alternate devices5230 = /dev/cud0 Callout device for ttyD05241 = /dev/cud1 Callout device for ttyD1525...52623 block Mitsumi proprietary CD-ROM5270 = /dev/mcd Mitsumi CD-ROM52852924 char Stallion serial card5300 = /dev/ttyE0 Stallion port 0 card 05311 = /dev/ttyE1 Stallion port 1 card 0532...53364 = /dev/ttyE64 Stallion port 0 card 153465 = /dev/ttyE65 Stallion port 1 card 1535...536128 = /dev/ttyE128 Stallion port 0 card 2537129 = /dev/ttyE129 Stallion port 1 card 2538...539192 = /dev/ttyE192 Stallion port 0 card 3540193 = /dev/ttyE193 Stallion port 1 card 3541...54224 block Sony CDU-535 CD-ROM5430 = /dev/cdu535 Sony CDU-535 CD-ROM54454525 char Stallion serial card - alternate devices5460 = /dev/cue0 Callout device for ttyE05471 = /dev/cue1 Callout device for ttyE1548...54964 = /dev/cue64 Callout device for ttyE6455065 = /dev/cue65 Callout device for ttyE65551...552128 = /dev/cue128 Callout device for ttyE128553129 = /dev/cue129 Callout device for ttyE129554...555192 = /dev/cue192 Callout device for ttyE192556193 = /dev/cue193 Callout device for ttyE193557...55825 block First Matsushita (Panasonic/SoundBlaster) CD-ROM5590 = /dev/sbpcd0 Panasonic CD-ROM controller 0 unit 05601 = /dev/sbpcd1 Panasonic CD-ROM controller 0 unit 15612 = /dev/sbpcd2 Panasonic CD-ROM controller 0 unit 25623 = /dev/sbpcd3 Panasonic CD-ROM controller 0 unit 356356426 char56556626 block Second Matsushita (Panasonic/SoundBlaster) CD-ROM5670 = /dev/sbpcd4 Panasonic CD-ROM controller 1 unit 05681 = /dev/sbpcd5 Panasonic CD-ROM controller 1 unit 15692 = /dev/sbpcd6 Panasonic CD-ROM controller 1 unit 25703 = /dev/sbpcd7 Panasonic CD-ROM controller 1 unit 357157227 char QIC-117 tape5730 = /dev/qft0 Unit 0, rewind-on-close5741 = /dev/qft1 Unit 1, rewind-on-close5752 = /dev/qft2 Unit 2, rewind-on-close5763 = /dev/qft3 Unit 3, rewind-on-close5774 = /dev/nqft0 Unit 0, no rewind-on-close5785 = /dev/nqft1 Unit 1, no rewind-on-close5796 = /dev/nqft2 Unit 2, no rewind-on-close5807 = /dev/nqft3 Unit 3, no rewind-on-close58116 = /dev/zqft0 Unit 0, rewind-on-close, compression58217 = /dev/zqft1 Unit 1, rewind-on-close, compression58318 = /dev/zqft2 Unit 2, rewind-on-close, compression58419 = /dev/zqft3 Unit 3, rewind-on-close, compression58520 = /dev/nzqft0 Unit 0, no rewind-on-close, compression58621 = /dev/nzqft1 Unit 1, no rewind-on-close, compression58722 = /dev/nzqft2 Unit 2, no rewind-on-close, compression58823 = /dev/nzqft3 Unit 3, no rewind-on-close, compression58932 = /dev/rawqft0 Unit 0, rewind-on-close, no file marks59033 = /dev/rawqft1 Unit 1, rewind-on-close, no file marks59134 = /dev/rawqft2 Unit 2, rewind-on-close, no file marks59235 = /dev/rawqft3 Unit 3, rewind-on-close, no file marks59336 = /dev/nrawqft0 Unit 0, no rewind-on-close, no file marks59437 = /dev/nrawqft1 Unit 1, no rewind-on-close, no file marks59538 = /dev/nrawqft2 Unit 2, no rewind-on-close, no file marks59639 = /dev/nrawqft3 Unit 3, no rewind-on-close, no file marks59759827 block Third Matsushita (Panasonic/SoundBlaster) CD-ROM5990 = /dev/sbpcd8 Panasonic CD-ROM controller 2 unit 06001 = /dev/sbpcd9 Panasonic CD-ROM controller 2 unit 16012 = /dev/sbpcd10 Panasonic CD-ROM controller 2 unit 26023 = /dev/sbpcd11 Panasonic CD-ROM controller 2 unit 360360428 char Stallion serial card - card programming6050 = /dev/staliomem0 First Stallion card I/O memory6061 = /dev/staliomem1 Second Stallion card I/O memory6072 = /dev/staliomem2 Third Stallion card I/O memory6083 = /dev/staliomem3 Fourth Stallion card I/O memory60961028 char Atari SLM ACSI laser printer (68k/Atari)6110 = /dev/slm0 First SLM laser printer6121 = /dev/slm1 Second SLM laser printer613...61428 block Fourth Matsushita (Panasonic/SoundBlaster) CD-ROM6150 = /dev/sbpcd12 Panasonic CD-ROM controller 3 unit 06161 = /dev/sbpcd13 Panasonic CD-ROM controller 3 unit 16172 = /dev/sbpcd14 Panasonic CD-ROM controller 3 unit 26183 = /dev/sbpcd15 Panasonic CD-ROM controller 3 unit 361962028 block ACSI disk (68k/Atari)6210 = /dev/ada First ACSI disk whole disk62216 = /dev/adb Second ACSI disk whole disk62332 = /dev/adc Third ACSI disk whole disk624...625240 = /dev/adp 16th ACSI disk whole disk626627Partitions are handled in the same way as for IDE628disks (see major number 3) except that the limit on629partitions is 15, like SCSI.63063129 char Universal frame buffer6320 = /dev/fb0 First frame buffer6331 = /dev/fb1 Second frame buffer634...63531 = /dev/fb31 32nd frame buffer63663729 block Aztech/Orchid/Okano/Wearnes CD-ROM6380 = /dev/aztcd Aztech CD-ROM63964030 char iBCS-2 compatibility devices6410 = /dev/socksys Socket access6421 = /dev/spx SVR3 local X interface64332 = /dev/inet/ip Network access64433 = /dev/inet/icmp64534 = /dev/inet/ggp64635 = /dev/inet/ipip64736 = /dev/inet/tcp64837 = /dev/inet/egp64938 = /dev/inet/pup65039 = /dev/inet/udp65140 = /dev/inet/idp65241 = /dev/inet/rawip653654Additionally, iBCS-2 requires the following links:655656/dev/ip -> /dev/inet/ip657/dev/icmp -> /dev/inet/icmp658/dev/ggp -> /dev/inet/ggp659/dev/ipip -> /dev/inet/ipip660/dev/tcp -> /dev/inet/tcp661/dev/egp -> /dev/inet/egp662/dev/pup -> /dev/inet/pup663/dev/udp -> /dev/inet/udp664/dev/idp -> /dev/inet/idp665/dev/rawip -> /dev/inet/rawip666/dev/inet/arp -> /dev/inet/udp667/dev/inet/rip -> /dev/inet/udp668/dev/nfsd -> /dev/socksys669/dev/X0R -> /dev/null (? apparently not required ?)67067130 block Philips LMS CM-205 CD-ROM6720 = /dev/cm205cd Philips LMS CM-205 CD-ROM673674/dev/lmscd is an older name for this device. This675driver does not work with the CM-205MS CD-ROM.67667731 char MPU-401 MIDI6780 = /dev/mpu401data MPU-401 data port6791 = /dev/mpu401stat MPU-401 status port68068131 block ROM/flash memory card6820 = /dev/rom0 First ROM card (rw)683...6847 = /dev/rom7 Eighth ROM card (rw)6858 = /dev/rrom0 First ROM card (ro)686...68715 = /dev/rrom7 Eighth ROM card (ro)68816 = /dev/flash0 First flash memory card (rw)689...69023 = /dev/flash7 Eighth flash memory card (rw)69124 = /dev/rflash0 First flash memory card (ro)692...69331 = /dev/rflash7 Eighth flash memory card (ro)694695The read-write (rw) devices support back-caching696written data in RAM, as well as writing to flash RAM697devices. The read-only devices (ro) support reading698only.69970032 char Specialix serial card7010 = /dev/ttyX0 First Specialix port7021 = /dev/ttyX1 Second Specialix port703...70432 block Philips LMS CM-206 CD-ROM7050 = /dev/cm206cd Philips LMS CM-206 CD-ROM70670733 char Specialix serial card - alternate devices7080 = /dev/cux0 Callout device for ttyX07091 = /dev/cux1 Callout device for ttyX1710...71133 block Third IDE hard disk/CD-ROM interface7120 = /dev/hde Master: whole disk (or CD-ROM)71364 = /dev/hdf Slave: whole disk (or CD-ROM)714715Partitions are handled the same way as for the first716interface (see major number 3).71771834 char Z8530 HDLC driver7190 = /dev/scc0 First Z8530, first port7201 = /dev/scc1 First Z8530, second port7212 = /dev/scc2 Second Z8530, first port7223 = /dev/scc3 Second Z8530, second port723...724725In a previous version these devices were named726/dev/sc1 for /dev/scc0, /dev/sc2 for /dev/scc1, and so727on.72872934 block Fourth IDE hard disk/CD-ROM interface7300 = /dev/hdg Master: whole disk (or CD-ROM)73164 = /dev/hdh Slave: whole disk (or CD-ROM)732733Partitions are handled the same way as for the first734interface (see major number 3).73573635 char tclmidi MIDI driver7370 = /dev/midi0 First MIDI port, kernel timed7381 = /dev/midi1 Second MIDI port, kernel timed7392 = /dev/midi2 Third MIDI port, kernel timed7403 = /dev/midi3 Fourth MIDI port, kernel timed74164 = /dev/rmidi0 First MIDI port, untimed74265 = /dev/rmidi1 Second MIDI port, untimed74366 = /dev/rmidi2 Third MIDI port, untimed74467 = /dev/rmidi3 Fourth MIDI port, untimed745128 = /dev/smpte0 First MIDI port, SMPTE timed746129 = /dev/smpte1 Second MIDI port, SMPTE timed747130 = /dev/smpte2 Third MIDI port, SMPTE timed748131 = /dev/smpte3 Fourth MIDI port, SMPTE timed74975035 block Slow memory ramdisk7510 = /dev/slram Slow memory ramdisk75275336 char Netlink support7540 = /dev/route Routing, device updates, kernel to user7551 = /dev/skip enSKIP security cache control7563 = /dev/fwmonitor Firewall packet copies75716 = /dev/tap0 First Ethertap device758...75931 = /dev/tap15 16th Ethertap device76076136 block OBSOLETE (was MCA ESDI hard disk)76276337 char IDE tape7640 = /dev/ht0 First IDE tape7651 = /dev/ht1 Second IDE tape766...767128 = /dev/nht0 First IDE tape, no rewind-on-close768129 = /dev/nht1 Second IDE tape, no rewind-on-close769...770771Currently, only one IDE tape drive is supported.77277337 block Zorro II ramdisk7740 = /dev/z2ram Zorro II ramdisk77577638 char Myricom PCI Myrinet board7770 = /dev/mlanai0 First Myrinet board7781 = /dev/mlanai1 Second Myrinet board779...780781This device is used for status query, board control782and "user level packet I/O." This board is also783accessible as a standard networking "eth" device.78478538 block OBSOLETE (was Linux/AP+)78678739 char ML-16P experimental I/O board7880 = /dev/ml16pa-a0 First card, first analog channel7891 = /dev/ml16pa-a1 First card, second analog channel790...79115 = /dev/ml16pa-a15 First card, 16th analog channel79216 = /dev/ml16pa-d First card, digital lines79317 = /dev/ml16pa-c0 First card, first counter/timer79418 = /dev/ml16pa-c1 First card, second counter/timer79519 = /dev/ml16pa-c2 First card, third counter/timer79632 = /dev/ml16pb-a0 Second card, first analog channel79733 = /dev/ml16pb-a1 Second card, second analog channel798...79947 = /dev/ml16pb-a15 Second card, 16th analog channel80048 = /dev/ml16pb-d Second card, digital lines80149 = /dev/ml16pb-c0 Second card, first counter/timer80250 = /dev/ml16pb-c1 Second card, second counter/timer80351 = /dev/ml16pb-c2 Second card, third counter/timer804...80539 block80680740 char80880940 block81081141 char Yet Another Micro Monitor8120 = /dev/yamm Yet Another Micro Monitor81381441 block81581642 char Demo/sample use81781842 block Demo/sample use819820This number is intended for use in sample code, as821well as a general "example" device number. It822should never be used for a device driver that is being823distributed; either obtain an official number or use824the local/experimental range. The sudden addition or825removal of a driver with this number should not cause826ill effects to the system (bugs excepted.)827828IN PARTICULAR, ANY DISTRIBUTION WHICH CONTAINS A829DEVICE DRIVER USING MAJOR NUMBER 42 IS NONCOMPLIANT.83083143 char isdn4linux virtual modem8320 = /dev/ttyI0 First virtual modem833...83463 = /dev/ttyI63 64th virtual modem83583643 block Network block devices8370 = /dev/nb0 First network block device8381 = /dev/nb1 Second network block device839...840841Network Block Device is somehow similar to loopback842devices: If you read from it, it sends packet across843network asking server for data. If you write to it, it844sends packet telling server to write. It could be used845to mounting filesystems over the net, swapping over846the net, implementing block device in userland etc.84784844 char isdn4linux virtual modem - alternate devices8490 = /dev/cui0 Callout device for ttyI0850...85163 = /dev/cui63 Callout device for ttyI6385285344 block Flash Translation Layer (FTL) filesystems8540 = /dev/ftla FTL on first Memory Technology Device85516 = /dev/ftlb FTL on second Memory Technology Device85632 = /dev/ftlc FTL on third Memory Technology Device857...858240 = /dev/ftlp FTL on 16th Memory Technology Device859860Partitions are handled in the same way as for IDE861disks (see major number 3) except that the partition862limit is 15 rather than 63 per disk (same as SCSI.)86386445 char isdn4linux ISDN BRI driver8650 = /dev/isdn0 First virtual B channel raw data866...86763 = /dev/isdn63 64th virtual B channel raw data86864 = /dev/isdnctrl0 First channel control/debug869...870127 = /dev/isdnctrl63 64th channel control/debug871872128 = /dev/ippp0 First SyncPPP device873...874191 = /dev/ippp63 64th SyncPPP device875876255 = /dev/isdninfo ISDN monitor interface87787845 block Parallel port IDE disk devices8790 = /dev/pda First parallel port IDE disk88016 = /dev/pdb Second parallel port IDE disk88132 = /dev/pdc Third parallel port IDE disk88248 = /dev/pdd Fourth parallel port IDE disk883884Partitions are handled in the same way as for IDE885disks (see major number 3) except that the partition886limit is 15 rather than 63 per disk.88788846 char Comtrol Rocketport serial card8890 = /dev/ttyR0 First Rocketport port8901 = /dev/ttyR1 Second Rocketport port891...89246 block Parallel port ATAPI CD-ROM devices8930 = /dev/pcd0 First parallel port ATAPI CD-ROM8941 = /dev/pcd1 Second parallel port ATAPI CD-ROM8952 = /dev/pcd2 Third parallel port ATAPI CD-ROM8963 = /dev/pcd3 Fourth parallel port ATAPI CD-ROM89789847 char Comtrol Rocketport serial card - alternate devices8990 = /dev/cur0 Callout device for ttyR09001 = /dev/cur1 Callout device for ttyR1901...90247 block Parallel port ATAPI disk devices9030 = /dev/pf0 First parallel port ATAPI disk9041 = /dev/pf1 Second parallel port ATAPI disk9052 = /dev/pf2 Third parallel port ATAPI disk9063 = /dev/pf3 Fourth parallel port ATAPI disk907908This driver is intended for floppy disks and similar909devices and hence does not support partitioning.91091148 char SDL RISCom serial card9120 = /dev/ttyL0 First RISCom port9131 = /dev/ttyL1 Second RISCom port914...91548 block Mylex DAC960 PCI RAID controller; first controller9160 = /dev/rd/c0d0 First disk, whole disk9178 = /dev/rd/c0d1 Second disk, whole disk918...919248 = /dev/rd/c0d31 32nd disk, whole disk920921For partitions add:9220 = /dev/rd/c?d? Whole disk9231 = /dev/rd/c?d?p1 First partition924...9257 = /dev/rd/c?d?p7 Seventh partition92692749 char SDL RISCom serial card - alternate devices9280 = /dev/cul0 Callout device for ttyL09291 = /dev/cul1 Callout device for ttyL1930...93149 block Mylex DAC960 PCI RAID controller; second controller9320 = /dev/rd/c1d0 First disk, whole disk9338 = /dev/rd/c1d1 Second disk, whole disk934...935248 = /dev/rd/c1d31 32nd disk, whole disk936937Partitions are handled as for major 48.93893950 char Reserved for GLINT94094150 block Mylex DAC960 PCI RAID controller; third controller9420 = /dev/rd/c2d0 First disk, whole disk9438 = /dev/rd/c2d1 Second disk, whole disk944...945248 = /dev/rd/c2d31 32nd disk, whole disk94694751 char Baycom radio modem OR Radio Tech BIM-XXX-RS232 radio modem9480 = /dev/bc0 First Baycom radio modem9491 = /dev/bc1 Second Baycom radio modem950...95151 block Mylex DAC960 PCI RAID controller; fourth controller9520 = /dev/rd/c3d0 First disk, whole disk9538 = /dev/rd/c3d1 Second disk, whole disk954...955248 = /dev/rd/c3d31 32nd disk, whole disk956957Partitions are handled as for major 48.95895952 char Spellcaster DataComm/BRI ISDN card9600 = /dev/dcbri0 First DataComm card9611 = /dev/dcbri1 Second DataComm card9622 = /dev/dcbri2 Third DataComm card9633 = /dev/dcbri3 Fourth DataComm card96496552 block Mylex DAC960 PCI RAID controller; fifth controller9660 = /dev/rd/c4d0 First disk, whole disk9678 = /dev/rd/c4d1 Second disk, whole disk968...969248 = /dev/rd/c4d31 32nd disk, whole disk970971Partitions are handled as for major 48.97297353 char BDM interface for remote debugging MC683xx microcontrollers9740 = /dev/pd_bdm0 PD BDM interface on lp09751 = /dev/pd_bdm1 PD BDM interface on lp19762 = /dev/pd_bdm2 PD BDM interface on lp29774 = /dev/icd_bdm0 ICD BDM interface on lp09785 = /dev/icd_bdm1 ICD BDM interface on lp19796 = /dev/icd_bdm2 ICD BDM interface on lp2980981This device is used for the interfacing to the MC683xx982microcontrollers via Background Debug Mode by use of a983Parallel Port interface. PD is the Motorola Public984Domain Interface and ICD is the commercial interface985by P&E.98698753 block Mylex DAC960 PCI RAID controller; sixth controller9880 = /dev/rd/c5d0 First disk, whole disk9898 = /dev/rd/c5d1 Second disk, whole disk990...991248 = /dev/rd/c5d31 32nd disk, whole disk992993Partitions are handled as for major 48.99499554 char Electrocardiognosis Holter serial card9960 = /dev/holter0 First Holter port9971 = /dev/holter1 Second Holter port9982 = /dev/holter2 Third Holter port9991000A custom serial card used by Electrocardiognosis SRL1001<[email protected]> to transfer data from Holter100224-hour heart monitoring equipment.1003100454 block Mylex DAC960 PCI RAID controller; seventh controller10050 = /dev/rd/c6d0 First disk, whole disk10068 = /dev/rd/c6d1 Second disk, whole disk1007...1008248 = /dev/rd/c6d31 32nd disk, whole disk10091010Partitions are handled as for major 48.1011101255 char DSP56001 digital signal processor10130 = /dev/dsp56k First DSP560011014101555 block Mylex DAC960 PCI RAID controller; eighth controller10160 = /dev/rd/c7d0 First disk, whole disk10178 = /dev/rd/c7d1 Second disk, whole disk1018...1019248 = /dev/rd/c7d31 32nd disk, whole disk10201021Partitions are handled as for major 48.1022102356 char Apple Desktop Bus10240 = /dev/adb ADB bus control10251026Additional devices will be added to this number, all1027starting with /dev/adb.1028102956 block Fifth IDE hard disk/CD-ROM interface10300 = /dev/hdi Master: whole disk (or CD-ROM)103164 = /dev/hdj Slave: whole disk (or CD-ROM)10321033Partitions are handled the same way as for the first1034interface (see major number 3).1035103657 char Hayes ESP serial card10370 = /dev/ttyP0 First ESP port10381 = /dev/ttyP1 Second ESP port1039...1040104157 block Sixth IDE hard disk/CD-ROM interface10420 = /dev/hdk Master: whole disk (or CD-ROM)104364 = /dev/hdl Slave: whole disk (or CD-ROM)10441045Partitions are handled the same way as for the first1046interface (see major number 3).1047104858 char Hayes ESP serial card - alternate devices10490 = /dev/cup0 Callout device for ttyP010501 = /dev/cup1 Callout device for ttyP11051...1052105358 block Reserved for logical volume manager1054105559 char sf firewall package10560 = /dev/firewall Communication with sf kernel module1057105859 block Generic PDA filesystem device10590 = /dev/pda0 First PDA device10601 = /dev/pda1 Second PDA device1061...10621063The pda devices are used to mount filesystems on1064remote pda's (basically slow handheld machines with1065proprietary OS's and limited memory and storage1066running small fs translation drivers) through serial /1067IRDA / parallel links.10681069NAMING CONFLICT -- PROPOSED REVISED NAME /dev/rpda0 etc1070107160-63 char LOCAL/EXPERIMENTAL USE1072107360-63 block LOCAL/EXPERIMENTAL USE1074Allocated for local/experimental use. For devices not1075assigned official numbers, these ranges should be1076used in order to avoid conflicting with future assignments.1077107864 char ENskip kernel encryption package10790 = /dev/enskip Communication with ENskip kernel module1080108164 block Scramdisk/DriveCrypt encrypted devices10820 = /dev/scramdisk/master Master node for ioctls10831 = /dev/scramdisk/1 First encrypted device10842 = /dev/scramdisk/2 Second encrypted device1085...1086255 = /dev/scramdisk/255 255th encrypted device10871088The filename of the encrypted container and the passwords1089are sent via ioctls (using the sdmount tool) to the master1090node which then activates them via one of the1091/dev/scramdisk/x nodes for loop mounting (all handled1092through the sdmount tool).10931094Requested by: [email protected]1095109665 char Sundance "plink" Transputer boards (obsolete, unused)10970 = /dev/plink0 First plink device10981 = /dev/plink1 Second plink device10992 = /dev/plink2 Third plink device11003 = /dev/plink3 Fourth plink device110164 = /dev/rplink0 First plink device, raw110265 = /dev/rplink1 Second plink device, raw110366 = /dev/rplink2 Third plink device, raw110467 = /dev/rplink3 Fourth plink device, raw1105128 = /dev/plink0d First plink device, debug1106129 = /dev/plink1d Second plink device, debug1107130 = /dev/plink2d Third plink device, debug1108131 = /dev/plink3d Fourth plink device, debug1109192 = /dev/rplink0d First plink device, raw, debug1110193 = /dev/rplink1d Second plink device, raw, debug1111194 = /dev/rplink2d Third plink device, raw, debug1112195 = /dev/rplink3d Fourth plink device, raw, debug11131114This is a commercial driver; contact James Howes1115<[email protected]> for information.1116111765 block SCSI disk devices (16-31)11180 = /dev/sdq 17th SCSI disk whole disk111916 = /dev/sdr 18th SCSI disk whole disk112032 = /dev/sds 19th SCSI disk whole disk1121...1122240 = /dev/sdaf 32nd SCSI disk whole disk11231124Partitions are handled in the same way as for IDE1125disks (see major number 3) except that the limit on1126partitions is 15.1127112866 char YARC PowerPC PCI coprocessor card11290 = /dev/yppcpci0 First YARC card11301 = /dev/yppcpci1 Second YARC card1131...1132113366 block SCSI disk devices (32-47)11340 = /dev/sdag 33th SCSI disk whole disk113516 = /dev/sdah 34th SCSI disk whole disk113632 = /dev/sdai 35th SCSI disk whole disk1137...1138240 = /dev/sdav 48nd SCSI disk whole disk11391140Partitions are handled in the same way as for IDE1141disks (see major number 3) except that the limit on1142partitions is 15.1143114467 char Coda network file system11450 = /dev/cfs0 Coda cache manager11461147See http://www.coda.cs.cmu.edu for information about Coda.1148114967 block SCSI disk devices (48-63)11500 = /dev/sdaw 49th SCSI disk whole disk115116 = /dev/sdax 50th SCSI disk whole disk115232 = /dev/sday 51st SCSI disk whole disk1153...1154240 = /dev/sdbl 64th SCSI disk whole disk11551156Partitions are handled in the same way as for IDE1157disks (see major number 3) except that the limit on1158partitions is 15.1159116068 char CAPI 2.0 interface11610 = /dev/capi20 Control device11621 = /dev/capi20.00 First CAPI 2.0 application11632 = /dev/capi20.01 Second CAPI 2.0 application1164...116520 = /dev/capi20.19 19th CAPI 2.0 application11661167ISDN CAPI 2.0 driver for use with CAPI 2.01168applications; currently supports the AVM B1 card.1169117068 block SCSI disk devices (64-79)11710 = /dev/sdbm 65th SCSI disk whole disk117216 = /dev/sdbn 66th SCSI disk whole disk117332 = /dev/sdbo 67th SCSI disk whole disk1174...1175240 = /dev/sdcb 80th SCSI disk whole disk11761177Partitions are handled in the same way as for IDE1178disks (see major number 3) except that the limit on1179partitions is 15.1180118169 char MA16 numeric accelerator card11820 = /dev/ma16 Board memory access1183118469 block SCSI disk devices (80-95)11850 = /dev/sdcc 81st SCSI disk whole disk118616 = /dev/sdcd 82nd SCSI disk whole disk118732 = /dev/sdce 83th SCSI disk whole disk1188...1189240 = /dev/sdcr 96th SCSI disk whole disk11901191Partitions are handled in the same way as for IDE1192disks (see major number 3) except that the limit on1193partitions is 15.1194119570 char SpellCaster Protocol Services Interface11960 = /dev/apscfg Configuration interface11971 = /dev/apsauth Authentication interface11982 = /dev/apslog Logging interface11993 = /dev/apsdbg Debugging interface120064 = /dev/apsisdn ISDN command interface120165 = /dev/apsasync Async command interface1202128 = /dev/apsmon Monitor interface1203120470 block SCSI disk devices (96-111)12050 = /dev/sdcs 97th SCSI disk whole disk120616 = /dev/sdct 98th SCSI disk whole disk120732 = /dev/sdcu 99th SCSI disk whole disk1208...1209240 = /dev/sddh 112nd SCSI disk whole disk12101211Partitions are handled in the same way as for IDE1212disks (see major number 3) except that the limit on1213partitions is 15.1214121571 char Computone IntelliPort II serial card12160 = /dev/ttyF0 IntelliPort II board 0, port 012171 = /dev/ttyF1 IntelliPort II board 0, port 11218...121963 = /dev/ttyF63 IntelliPort II board 0, port 63122064 = /dev/ttyF64 IntelliPort II board 1, port 0122165 = /dev/ttyF65 IntelliPort II board 1, port 11222...1223127 = /dev/ttyF127 IntelliPort II board 1, port 631224128 = /dev/ttyF128 IntelliPort II board 2, port 01225129 = /dev/ttyF129 IntelliPort II board 2, port 11226...1227191 = /dev/ttyF191 IntelliPort II board 2, port 631228192 = /dev/ttyF192 IntelliPort II board 3, port 01229193 = /dev/ttyF193 IntelliPort II board 3, port 11230...1231255 = /dev/ttyF255 IntelliPort II board 3, port 631232123371 block SCSI disk devices (112-127)12340 = /dev/sddi 113th SCSI disk whole disk123516 = /dev/sddj 114th SCSI disk whole disk123632 = /dev/sddk 115th SCSI disk whole disk1237...1238240 = /dev/sddx 128th SCSI disk whole disk12391240Partitions are handled in the same way as for IDE1241disks (see major number 3) except that the limit on1242partitions is 15.1243124472 char Computone IntelliPort II serial card - alternate devices12450 = /dev/cuf0 Callout device for ttyF012461 = /dev/cuf1 Callout device for ttyF11247...124863 = /dev/cuf63 Callout device for ttyF63124964 = /dev/cuf64 Callout device for ttyF64125065 = /dev/cuf65 Callout device for ttyF651251...1252127 = /dev/cuf127 Callout device for ttyF1271253128 = /dev/cuf128 Callout device for ttyF1281254129 = /dev/cuf129 Callout device for ttyF1291255...1256191 = /dev/cuf191 Callout device for ttyF1911257192 = /dev/cuf192 Callout device for ttyF1921258193 = /dev/cuf193 Callout device for ttyF1931259...1260255 = /dev/cuf255 Callout device for ttyF2551261126272 block Compaq Intelligent Drive Array, first controller12630 = /dev/ida/c0d0 First logical drive whole disk126416 = /dev/ida/c0d1 Second logical drive whole disk1265...1266240 = /dev/ida/c0d15 16th logical drive whole disk12671268Partitions are handled the same way as for Mylex1269DAC960 (see major number 48) except that the limit on1270partitions is 15.1271127273 char Computone IntelliPort II serial card - control devices12730 = /dev/ip2ipl0 Loadware device for board 012741 = /dev/ip2stat0 Status device for board 012754 = /dev/ip2ipl1 Loadware device for board 112765 = /dev/ip2stat1 Status device for board 112778 = /dev/ip2ipl2 Loadware device for board 212789 = /dev/ip2stat2 Status device for board 2127912 = /dev/ip2ipl3 Loadware device for board 3128013 = /dev/ip2stat3 Status device for board 31281128273 block Compaq Intelligent Drive Array, second controller12830 = /dev/ida/c1d0 First logical drive whole disk128416 = /dev/ida/c1d1 Second logical drive whole disk1285...1286240 = /dev/ida/c1d15 16th logical drive whole disk12871288Partitions are handled the same way as for Mylex1289DAC960 (see major number 48) except that the limit on1290partitions is 15.1291129274 char SCI bridge12930 = /dev/SCI/0 SCI device 012941 = /dev/SCI/1 SCI device 11295...12961297Currently for Dolphin Interconnect Solutions' PCI-SCI1298bridge.1299130074 block Compaq Intelligent Drive Array, third controller13010 = /dev/ida/c2d0 First logical drive whole disk130216 = /dev/ida/c2d1 Second logical drive whole disk1303...1304240 = /dev/ida/c2d15 16th logical drive whole disk13051306Partitions are handled the same way as for Mylex1307DAC960 (see major number 48) except that the limit on1308partitions is 15.1309131075 char Specialix IO8+ serial card13110 = /dev/ttyW0 First IO8+ port, first card13121 = /dev/ttyW1 Second IO8+ port, first card1313...13148 = /dev/ttyW8 First IO8+ port, second card1315...1316131775 block Compaq Intelligent Drive Array, fourth controller13180 = /dev/ida/c3d0 First logical drive whole disk131916 = /dev/ida/c3d1 Second logical drive whole disk1320...1321240 = /dev/ida/c3d15 16th logical drive whole disk13221323Partitions are handled the same way as for Mylex1324DAC960 (see major number 48) except that the limit on1325partitions is 15.1326132776 char Specialix IO8+ serial card - alternate devices13280 = /dev/cuw0 Callout device for ttyW013291 = /dev/cuw1 Callout device for ttyW11330...13318 = /dev/cuw8 Callout device for ttyW81332...1333133476 block Compaq Intelligent Drive Array, fifth controller13350 = /dev/ida/c4d0 First logical drive whole disk133616 = /dev/ida/c4d1 Second logical drive whole disk1337...1338240 = /dev/ida/c4d15 16th logical drive whole disk13391340Partitions are handled the same way as for Mylex1341DAC960 (see major number 48) except that the limit on1342partitions is 15.13431344134577 char ComScire Quantum Noise Generator13460 = /dev/qng ComScire Quantum Noise Generator1347134877 block Compaq Intelligent Drive Array, sixth controller13490 = /dev/ida/c5d0 First logical drive whole disk135016 = /dev/ida/c5d1 Second logical drive whole disk1351...1352240 = /dev/ida/c5d15 16th logical drive whole disk13531354Partitions are handled the same way as for Mylex1355DAC960 (see major number 48) except that the limit on1356partitions is 15.1357135878 char PAM Software's multimodem boards13590 = /dev/ttyM0 First PAM modem13601 = /dev/ttyM1 Second PAM modem1361...1362136378 block Compaq Intelligent Drive Array, seventh controller13640 = /dev/ida/c6d0 First logical drive whole disk136516 = /dev/ida/c6d1 Second logical drive whole disk1366...1367240 = /dev/ida/c6d15 16th logical drive whole disk13681369Partitions are handled the same way as for Mylex1370DAC960 (see major number 48) except that the limit on1371partitions is 15.1372137379 char PAM Software's multimodem boards - alternate devices13740 = /dev/cum0 Callout device for ttyM013751 = /dev/cum1 Callout device for ttyM11376...1377137879 block Compaq Intelligent Drive Array, eighth controller13790 = /dev/ida/c7d0 First logical drive whole disk138016 = /dev/ida/c7d1 Second logical drive whole disk1381...1382240 = /dev/ida/c715 16th logical drive whole disk13831384Partitions are handled the same way as for Mylex1385DAC960 (see major number 48) except that the limit on1386partitions is 15.1387138880 char Photometrics AT200 CCD camera13890 = /dev/at200 Photometrics AT200 CCD camera1390139180 block I2O hard disk13920 = /dev/i2o/hda First I2O hard disk, whole disk139316 = /dev/i2o/hdb Second I2O hard disk, whole disk1394...1395240 = /dev/i2o/hdp 16th I2O hard disk, whole disk13961397Partitions are handled in the same way as for IDE1398disks (see major number 3) except that the limit on1399partitions is 15.1400140181 char video4linux14020 = /dev/video0 Video capture/overlay device1403...140463 = /dev/video63 Video capture/overlay device140564 = /dev/radio0 Radio device1406...1407127 = /dev/radio63 Radio device1408128 = /dev/swradio0 Software Defined Radio device1409...1410191 = /dev/swradio63 Software Defined Radio device1411224 = /dev/vbi0 Vertical blank interrupt1412...1413255 = /dev/vbi31 Vertical blank interrupt14141415Minor numbers are allocated dynamically unless1416CONFIG_VIDEO_FIXED_MINOR_RANGES (default n)1417configuration option is set.1418141981 block I2O hard disk14200 = /dev/i2o/hdq 17th I2O hard disk, whole disk142116 = /dev/i2o/hdr 18th I2O hard disk, whole disk1422...1423240 = /dev/i2o/hdaf 32nd I2O hard disk, whole disk14241425Partitions are handled in the same way as for IDE1426disks (see major number 3) except that the limit on1427partitions is 15.1428142982 char WiNRADiO communications receiver card14300 = /dev/winradio0 First WiNRADiO card14311 = /dev/winradio1 Second WiNRADiO card1432...14331434The driver and documentation may be obtained from1435https://www.winradio.com/1436143782 block I2O hard disk14380 = /dev/i2o/hdag 33rd I2O hard disk, whole disk143916 = /dev/i2o/hdah 34th I2O hard disk, whole disk1440...1441240 = /dev/i2o/hdav 48th I2O hard disk, whole disk14421443Partitions are handled in the same way as for IDE1444disks (see major number 3) except that the limit on1445partitions is 15.1446144783 char Matrox mga_vid video driver14480 = /dev/mga_vid0 1st video card14491 = /dev/mga_vid1 2nd video card14502 = /dev/mga_vid2 3rd video card1451...145215 = /dev/mga_vid15 16th video card1453145483 block I2O hard disk14550 = /dev/i2o/hdaw 49th I2O hard disk, whole disk145616 = /dev/i2o/hdax 50th I2O hard disk, whole disk1457...1458240 = /dev/i2o/hdbl 64th I2O hard disk, whole disk14591460Partitions are handled in the same way as for IDE1461disks (see major number 3) except that the limit on1462partitions is 15.1463146484 char Ikon 1011[57] Versatec Greensheet Interface14650 = /dev/ihcp0 First Greensheet port14661 = /dev/ihcp1 Second Greensheet port1467146884 block I2O hard disk14690 = /dev/i2o/hdbm 65th I2O hard disk, whole disk147016 = /dev/i2o/hdbn 66th I2O hard disk, whole disk1471...1472240 = /dev/i2o/hdcb 80th I2O hard disk, whole disk14731474Partitions are handled in the same way as for IDE1475disks (see major number 3) except that the limit on1476partitions is 15.1477147885 char Linux/SGI shared memory input queue14790 = /dev/shmiq Master shared input queue14801 = /dev/qcntl0 First device pushed14812 = /dev/qcntl1 Second device pushed1482...1483148485 block I2O hard disk14850 = /dev/i2o/hdcc 81st I2O hard disk, whole disk148616 = /dev/i2o/hdcd 82nd I2O hard disk, whole disk1487...1488240 = /dev/i2o/hdcr 96th I2O hard disk, whole disk14891490Partitions are handled in the same way as for IDE1491disks (see major number 3) except that the limit on1492partitions is 15.1493149486 char SCSI media changer14950 = /dev/sch0 First SCSI media changer14961 = /dev/sch1 Second SCSI media changer1497...1498149986 block I2O hard disk15000 = /dev/i2o/hdcs 97th I2O hard disk, whole disk150116 = /dev/i2o/hdct 98th I2O hard disk, whole disk1502...1503240 = /dev/i2o/hddh 112th I2O hard disk, whole disk15041505Partitions are handled in the same way as for IDE1506disks (see major number 3) except that the limit on1507partitions is 15.1508150987 char Sony Control-A1 stereo control bus15100 = /dev/controla0 First device on chain15111 = /dev/controla1 Second device on chain1512...1513151487 block I2O hard disk15150 = /dev/i2o/hddi 113rd I2O hard disk, whole disk151616 = /dev/i2o/hddj 114th I2O hard disk, whole disk1517...1518240 = /dev/i2o/hddx 128th I2O hard disk, whole disk15191520Partitions are handled in the same way as for IDE1521disks (see major number 3) except that the limit on1522partitions is 15.1523152488 char COMX synchronous serial card15250 = /dev/comx0 COMX channel 015261 = /dev/comx1 COMX channel 11527...1528152988 block Seventh IDE hard disk/CD-ROM interface15300 = /dev/hdm Master: whole disk (or CD-ROM)153164 = /dev/hdn Slave: whole disk (or CD-ROM)15321533Partitions are handled the same way as for the first1534interface (see major number 3).1535153689 char I2C bus interface15370 = /dev/i2c-0 First I2C adapter15381 = /dev/i2c-1 Second I2C adapter1539...1540154189 block Eighth IDE hard disk/CD-ROM interface15420 = /dev/hdo Master: whole disk (or CD-ROM)154364 = /dev/hdp Slave: whole disk (or CD-ROM)15441545Partitions are handled the same way as for the first1546interface (see major number 3).1547154890 char Memory Technology Device (RAM, ROM, Flash)15490 = /dev/mtd0 First MTD (rw)15501 = /dev/mtdr0 First MTD (ro)1551...155230 = /dev/mtd15 16th MTD (rw)155331 = /dev/mtdr15 16th MTD (ro)1554155590 block Ninth IDE hard disk/CD-ROM interface15560 = /dev/hdq Master: whole disk (or CD-ROM)155764 = /dev/hdr Slave: whole disk (or CD-ROM)15581559Partitions are handled the same way as for the first1560interface (see major number 3).1561156291 char CAN-Bus devices15630 = /dev/can0 First CAN-Bus controller15641 = /dev/can1 Second CAN-Bus controller1565...1566156791 block Tenth IDE hard disk/CD-ROM interface15680 = /dev/hds Master: whole disk (or CD-ROM)156964 = /dev/hdt Slave: whole disk (or CD-ROM)15701571Partitions are handled the same way as for the first1572interface (see major number 3).1573157492 char Reserved for ith Kommunikationstechnik MIC ISDN card1575157692 block PPDD encrypted disk driver15770 = /dev/ppdd0 First encrypted disk15781 = /dev/ppdd1 Second encrypted disk1579...15801581Partitions are handled in the same way as for IDE1582disks (see major number 3) except that the limit on1583partitions is 15.1584158593 char1586158793 block NAND Flash Translation Layer filesystem15880 = /dev/nftla First NFTL layer158916 = /dev/nftlb Second NFTL layer1590...1591240 = /dev/nftlp 16th NTFL layer1592159394 char1594159594 block IBM S/390 DASD block storage15960 = /dev/dasda First DASD device, major15971 = /dev/dasda1 First DASD device, block 115982 = /dev/dasda2 First DASD device, block 215993 = /dev/dasda3 First DASD device, block 316004 = /dev/dasdb Second DASD device, major16015 = /dev/dasdb1 Second DASD device, block 116026 = /dev/dasdb2 Second DASD device, block 216037 = /dev/dasdb3 Second DASD device, block 31604...1605160695 char IP filter16070 = /dev/ipl Filter control device/log file16081 = /dev/ipnat NAT control device/log file16092 = /dev/ipstate State information log file16103 = /dev/ipauth Authentication control device/log file1611...1612161396 char Parallel port ATAPI tape devices16140 = /dev/pt0 First parallel port ATAPI tape16151 = /dev/pt1 Second parallel port ATAPI tape1616...1617128 = /dev/npt0 First p.p. ATAPI tape, no rewind1618129 = /dev/npt1 Second p.p. ATAPI tape, no rewind1619...1620162196 block Inverse NAND Flash Translation Layer16220 = /dev/inftla First INFTL layer162316 = /dev/inftlb Second INFTL layer1624...1625240 = /dev/inftlp 16th INTFL layer1626162797 char Parallel port generic ATAPI interface16280 = /dev/pg0 First parallel port ATAPI device16291 = /dev/pg1 Second parallel port ATAPI device16302 = /dev/pg2 Third parallel port ATAPI device16313 = /dev/pg3 Fourth parallel port ATAPI device16321633These devices support the same API as the generic SCSI1634devices.1635163698 char Control and Measurement Device (comedi)16370 = /dev/comedi0 First comedi device16381 = /dev/comedi1 Second comedi device1639...164047 = /dev/comedi47 48th comedi device16411642Minors 48 to 255 are reserved for comedi subdevices with1643pathnames of the form "/dev/comediX_subdY", where "X" is the1644minor number of the associated comedi device and "Y" is the1645subdevice number. These subdevice minors are assigned1646dynamically, so there is no fixed mapping from subdevice1647pathnames to minor numbers.16481649See https://www.comedi.org/ for information about the Comedi1650project.1651165298 block User-mode virtual block device16530 = /dev/ubda First user-mode block device165416 = /dev/ubdb Second user-mode block device1655...16561657Partitions are handled in the same way as for IDE1658disks (see major number 3) except that the limit on1659partitions is 15.16601661This device is used by the user-mode virtual kernel port.1662166399 char Raw parallel ports16640 = /dev/parport0 First parallel port16651 = /dev/parport1 Second parallel port1666...1667166899 block JavaStation flash disk16690 = /dev/jsfd JavaStation flash disk16701671100 char Telephony for Linux16720 = /dev/phone0 First telephony device16731 = /dev/phone1 Second telephony device1674...16751676101 char Motorola DSP 56xxx board16770 = /dev/mdspstat Status information16781 = /dev/mdsp1 First DSP board I/O controls1679...168016 = /dev/mdsp16 16th DSP board I/O controls16811682101 block AMI HyperDisk RAID controller16830 = /dev/amiraid/ar0 First array whole disk168416 = /dev/amiraid/ar1 Second array whole disk1685...1686240 = /dev/amiraid/ar15 16th array whole disk16871688For each device, partitions are added as:16890 = /dev/amiraid/ar? Whole disk16901 = /dev/amiraid/ar?p1 First partition16912 = /dev/amiraid/ar?p2 Second partition1692...169315 = /dev/amiraid/ar?p15 15th partition16941695102 char16961697102 block Compressed block device16980 = /dev/cbd/a First compressed block device, whole device169916 = /dev/cbd/b Second compressed block device, whole device1700...1701240 = /dev/cbd/p 16th compressed block device, whole device17021703Partitions are handled in the same way as for IDE1704disks (see major number 3) except that the limit on1705partitions is 15.17061707103 char Arla network file system17080 = /dev/nnpfs0 First NNPFS device17091 = /dev/nnpfs1 Second NNPFS device17101711Arla is a free clone of the Andrew File System, AFS.1712The NNPFS device gives user mode filesystem1713implementations a kernel presence for caching and easy1714mounting. For more information about the project,1715write to <[email protected]> or see1716https://www.stacken.kth.se/project/arla/17171718103 block Audit device17190 = /dev/audit Audit device17201721104 char Flash BIOS support17221723104 block Compaq Next Generation Drive Array, first controller17240 = /dev/cciss/c0d0 First logical drive, whole disk172516 = /dev/cciss/c0d1 Second logical drive, whole disk1726...1727240 = /dev/cciss/c0d15 16th logical drive, whole disk17281729Partitions are handled the same way as for Mylex1730DAC960 (see major number 48) except that the limit on1731partitions is 15.17321733105 char Comtrol VS-1000 serial controller17340 = /dev/ttyV0 First VS-1000 port17351 = /dev/ttyV1 Second VS-1000 port1736...17371738105 block Compaq Next Generation Drive Array, second controller17390 = /dev/cciss/c1d0 First logical drive, whole disk174016 = /dev/cciss/c1d1 Second logical drive, whole disk1741...1742240 = /dev/cciss/c1d15 16th logical drive, whole disk17431744Partitions are handled the same way as for Mylex1745DAC960 (see major number 48) except that the limit on1746partitions is 15.17471748106 char Comtrol VS-1000 serial controller - alternate devices17490 = /dev/cuv0 First VS-1000 port17501 = /dev/cuv1 Second VS-1000 port1751...17521753106 block Compaq Next Generation Drive Array, third controller17540 = /dev/cciss/c2d0 First logical drive, whole disk175516 = /dev/cciss/c2d1 Second logical drive, whole disk1756...1757240 = /dev/cciss/c2d15 16th logical drive, whole disk17581759Partitions are handled the same way as for Mylex1760DAC960 (see major number 48) except that the limit on1761partitions is 15.17621763107 char 3Dfx Voodoo Graphics device17640 = /dev/3dfx Primary 3Dfx graphics device17651766107 block Compaq Next Generation Drive Array, fourth controller17670 = /dev/cciss/c3d0 First logical drive, whole disk176816 = /dev/cciss/c3d1 Second logical drive, whole disk1769...1770240 = /dev/cciss/c3d15 16th logical drive, whole disk17711772Partitions are handled the same way as for Mylex1773DAC960 (see major number 48) except that the limit on1774partitions is 15.17751776108 char Device independent PPP interface17770 = /dev/ppp Device independent PPP interface17781779108 block Compaq Next Generation Drive Array, fifth controller17800 = /dev/cciss/c4d0 First logical drive, whole disk178116 = /dev/cciss/c4d1 Second logical drive, whole disk1782...1783240 = /dev/cciss/c4d15 16th logical drive, whole disk17841785Partitions are handled the same way as for Mylex1786DAC960 (see major number 48) except that the limit on1787partitions is 15.17881789109 char Reserved for logical volume manager17901791109 block Compaq Next Generation Drive Array, sixth controller17920 = /dev/cciss/c5d0 First logical drive, whole disk179316 = /dev/cciss/c5d1 Second logical drive, whole disk1794...1795240 = /dev/cciss/c5d15 16th logical drive, whole disk17961797Partitions are handled the same way as for Mylex1798DAC960 (see major number 48) except that the limit on1799partitions is 15.18001801110 char miroMEDIA Surround board18020 = /dev/srnd0 First miroMEDIA Surround board18031 = /dev/srnd1 Second miroMEDIA Surround board1804...18051806110 block Compaq Next Generation Drive Array, seventh controller18070 = /dev/cciss/c6d0 First logical drive, whole disk180816 = /dev/cciss/c6d1 Second logical drive, whole disk1809...1810240 = /dev/cciss/c6d15 16th logical drive, whole disk18111812Partitions are handled the same way as for Mylex1813DAC960 (see major number 48) except that the limit on1814partitions is 15.18151816111 char18171818111 block Compaq Next Generation Drive Array, eighth controller18190 = /dev/cciss/c7d0 First logical drive, whole disk182016 = /dev/cciss/c7d1 Second logical drive, whole disk1821...1822240 = /dev/cciss/c7d15 16th logical drive, whole disk18231824Partitions are handled the same way as for Mylex1825DAC960 (see major number 48) except that the limit on1826partitions is 15.18271828112 char ISI serial card18290 = /dev/ttyM0 First ISI port18301 = /dev/ttyM1 Second ISI port1831...18321833There is currently a device-naming conflict between1834these and PAM multimodems (major 78).18351836112 block IBM iSeries virtual disk18370 = /dev/iseries/vda First virtual disk, whole disk18388 = /dev/iseries/vdb Second virtual disk, whole disk1839...1840200 = /dev/iseries/vdz 26th virtual disk, whole disk1841208 = /dev/iseries/vdaa 27th virtual disk, whole disk1842...1843248 = /dev/iseries/vdaf 32nd virtual disk, whole disk18441845Partitions are handled in the same way as for IDE1846disks (see major number 3) except that the limit on1847partitions is 7.18481849113 char ISI serial card - alternate devices18500 = /dev/cum0 Callout device for ttyM018511 = /dev/cum1 Callout device for ttyM11852...18531854113 block IBM iSeries virtual CD-ROM18550 = /dev/iseries/vcda First virtual CD-ROM18561 = /dev/iseries/vcdb Second virtual CD-ROM1857...18581859114 char Picture Elements ISE board18600 = /dev/ise0 First ISE board18611 = /dev/ise1 Second ISE board1862...1863128 = /dev/isex0 Control node for first ISE board1864129 = /dev/isex1 Control node for second ISE board1865...18661867The ISE board is an embedded computer, optimized for1868image processing. The /dev/iseN nodes are the general1869I/O access to the board, the /dev/isex0 nodes command1870nodes used to control the board.18711872114 block IDE BIOS powered software RAID interfaces such as the1873Promise Fastrak187418750 = /dev/ataraid/d018761 = /dev/ataraid/d0p118772 = /dev/ataraid/d0p21878...187916 = /dev/ataraid/d1188017 = /dev/ataraid/d1p1188118 = /dev/ataraid/d1p21882...1883255 = /dev/ataraid/d15p1518841885Partitions are handled in the same way as for IDE1886disks (see major number 3) except that the limit on1887partitions is 15.18881889115 char TI link cable devices (115 was formerly the console driver speaker)18900 = /dev/tipar0 Parallel cable on first parallel port1891...18927 = /dev/tipar7 Parallel cable on seventh parallel port189318948 = /dev/tiser0 Serial cable on first serial port1895...189615 = /dev/tiser7 Serial cable on seventh serial port1897189816 = /dev/tiusb0 First USB cable1899...190047 = /dev/tiusb31 32nd USB cable19011902115 block NetWare (NWFS) Devices (0-255)19031904The NWFS (NetWare) devices are used to present a1905collection of NetWare Mirror Groups or NetWare1906Partitions as a logical storage segment for1907use in mounting NetWare volumes. A maximum of1908256 NetWare volumes can be supported in a single1909machine.19101911http://cgfa.telepac.pt/ftp2/kernel.org/linux/kernel/people/jmerkey/nwfs/191219130 = /dev/nwfs/v0 First NetWare (NWFS) Logical Volume19141 = /dev/nwfs/v1 Second NetWare (NWFS) Logical Volume19152 = /dev/nwfs/v2 Third NetWare (NWFS) Logical Volume1916...1917255 = /dev/nwfs/v255 Last NetWare (NWFS) Logical Volume19181919116 char Advanced Linux Sound Driver (ALSA)19201921116 block MicroMemory battery backed RAM adapter (NVRAM)1922Supports 16 boards, 15 partitions each.1923Requested by neilb at cse.unsw.edu.au.192419250 = /dev/umem/d0 Whole of first board19261 = /dev/umem/d0p1 First partition of first board19272 = /dev/umem/d0p2 Second partition of first board192815 = /dev/umem/d0p15 15th partition of first board1929193016 = /dev/umem/d1 Whole of second board193117 = /dev/umem/d1p1 First partition of second board1932...1933255= /dev/umem/d15p15 15th partition of 16th board.19341935117 char [REMOVED] COSA/SRP synchronous serial card19360 = /dev/cosa0c0 1st board, 1st channel19371 = /dev/cosa0c1 1st board, 2nd channel1938...193916 = /dev/cosa1c0 2nd board, 1st channel194017 = /dev/cosa1c1 2nd board, 2nd channel1941...19421943117 block Enterprise Volume Management System (EVMS)19441945The EVMS driver uses a layered, plug-in model to provide1946unparalleled flexibility and extensibility in managing1947storage. This allows for easy expansion or customization1948of various levels of volume management. Requested by1949Mark Peloquin (peloquin at us.ibm.com).19501951Note: EVMS populates and manages all the devnodes in1952/dev/evms.19531954http://sf.net/projects/evms195519560 = /dev/evms/block_device EVMS block device19571 = /dev/evms/legacyname1 First EVMS legacy device19582 = /dev/evms/legacyname2 Second EVMS legacy device1959...1960Both ranges can grow (down or up) until they meet.1961...1962254 = /dev/evms/EVMSname2 Second EVMS native device1963255 = /dev/evms/EVMSname1 First EVMS native device19641965Note: legacyname(s) are derived from the normal legacy1966device names. For example, /dev/hda5 would become1967/dev/evms/hda5.19681969118 char IBM Cryptographic Accelerator19700 = /dev/ica Virtual interface to all IBM Crypto Accelerators19711 = /dev/ica0 IBMCA Device 019722 = /dev/ica1 IBMCA Device 11973...19741975119 char VMware virtual network control19760 = /dev/vnet0 1st virtual network19771 = /dev/vnet1 2nd virtual network1978...19791980120-127 char LOCAL/EXPERIMENTAL USE19811982120-127 block LOCAL/EXPERIMENTAL USE1983Allocated for local/experimental use. For devices not1984assigned official numbers, these ranges should be1985used in order to avoid conflicting with future assignments.19861987128-135 char Unix98 PTY masters19881989These devices should not have corresponding device1990nodes; instead they should be accessed through the1991/dev/ptmx cloning interface.19921993128 block SCSI disk devices (128-143)19940 = /dev/sddy 129th SCSI disk whole disk199516 = /dev/sddz 130th SCSI disk whole disk199632 = /dev/sdea 131th SCSI disk whole disk1997...1998240 = /dev/sden 144th SCSI disk whole disk19992000Partitions are handled in the same way as for IDE2001disks (see major number 3) except that the limit on2002partitions is 15.20032004129 block SCSI disk devices (144-159)20050 = /dev/sdeo 145th SCSI disk whole disk200616 = /dev/sdep 146th SCSI disk whole disk200732 = /dev/sdeq 147th SCSI disk whole disk2008...2009240 = /dev/sdfd 160th SCSI disk whole disk20102011Partitions are handled in the same way as for IDE2012disks (see major number 3) except that the limit on2013partitions is 15.20142015130 char (Misc devices)20162017130 block SCSI disk devices (160-175)20180 = /dev/sdfe 161st SCSI disk whole disk201916 = /dev/sdff 162nd SCSI disk whole disk202032 = /dev/sdfg 163rd SCSI disk whole disk2021...2022240 = /dev/sdft 176th SCSI disk whole disk20232024Partitions are handled in the same way as for IDE2025disks (see major number 3) except that the limit on2026partitions is 15.20272028131 block SCSI disk devices (176-191)20290 = /dev/sdfu 177th SCSI disk whole disk203016 = /dev/sdfv 178th SCSI disk whole disk203132 = /dev/sdfw 179th SCSI disk whole disk2032...2033240 = /dev/sdgj 192nd SCSI disk whole disk20342035Partitions are handled in the same way as for IDE2036disks (see major number 3) except that the limit on2037partitions is 15.20382039132 block SCSI disk devices (192-207)20400 = /dev/sdgk 193rd SCSI disk whole disk204116 = /dev/sdgl 194th SCSI disk whole disk204232 = /dev/sdgm 195th SCSI disk whole disk2043...2044240 = /dev/sdgz 208th SCSI disk whole disk20452046Partitions are handled in the same way as for IDE2047disks (see major number 3) except that the limit on2048partitions is 15.20492050133 block SCSI disk devices (208-223)20510 = /dev/sdha 209th SCSI disk whole disk205216 = /dev/sdhb 210th SCSI disk whole disk205332 = /dev/sdhc 211th SCSI disk whole disk2054...2055240 = /dev/sdhp 224th SCSI disk whole disk20562057Partitions are handled in the same way as for IDE2058disks (see major number 3) except that the limit on2059partitions is 15.20602061134 block SCSI disk devices (224-239)20620 = /dev/sdhq 225th SCSI disk whole disk206316 = /dev/sdhr 226th SCSI disk whole disk206432 = /dev/sdhs 227th SCSI disk whole disk2065...2066240 = /dev/sdif 240th SCSI disk whole disk20672068Partitions are handled in the same way as for IDE2069disks (see major number 3) except that the limit on2070partitions is 15.20712072135 block SCSI disk devices (240-255)20730 = /dev/sdig 241st SCSI disk whole disk207416 = /dev/sdih 242nd SCSI disk whole disk207532 = /dev/sdih 243rd SCSI disk whole disk2076...2077240 = /dev/sdiv 256th SCSI disk whole disk20782079Partitions are handled in the same way as for IDE2080disks (see major number 3) except that the limit on2081partitions is 15.20822083136-143 char Unix98 PTY slaves20840 = /dev/pts/0 First Unix98 pseudo-TTY20851 = /dev/pts/1 Second Unix98 pseudo-TTY2086...20872088These device nodes are automatically generated with2089the proper permissions and modes by mounting the2090devpts filesystem onto /dev/pts with the appropriate2091mount options (distribution dependent, however, on2092*most* distributions the appropriate options are2093"mode=0620,gid=<gid of the "tty" group>".)20942095136 block Mylex DAC960 PCI RAID controller; ninth controller20960 = /dev/rd/c8d0 First disk, whole disk20978 = /dev/rd/c8d1 Second disk, whole disk2098...2099248 = /dev/rd/c8d31 32nd disk, whole disk21002101Partitions are handled as for major 48.21022103137 block Mylex DAC960 PCI RAID controller; tenth controller21040 = /dev/rd/c9d0 First disk, whole disk21058 = /dev/rd/c9d1 Second disk, whole disk2106...2107248 = /dev/rd/c9d31 32nd disk, whole disk21082109Partitions are handled as for major 48.21102111138 block Mylex DAC960 PCI RAID controller; eleventh controller21120 = /dev/rd/c10d0 First disk, whole disk21138 = /dev/rd/c10d1 Second disk, whole disk2114...2115248 = /dev/rd/c10d31 32nd disk, whole disk21162117Partitions are handled as for major 48.21182119139 block Mylex DAC960 PCI RAID controller; twelfth controller21200 = /dev/rd/c11d0 First disk, whole disk21218 = /dev/rd/c11d1 Second disk, whole disk2122...2123248 = /dev/rd/c11d31 32nd disk, whole disk21242125Partitions are handled as for major 48.21262127140 block Mylex DAC960 PCI RAID controller; thirteenth controller21280 = /dev/rd/c12d0 First disk, whole disk21298 = /dev/rd/c12d1 Second disk, whole disk2130...2131248 = /dev/rd/c12d31 32nd disk, whole disk21322133Partitions are handled as for major 48.21342135141 block Mylex DAC960 PCI RAID controller; fourteenth controller21360 = /dev/rd/c13d0 First disk, whole disk21378 = /dev/rd/c13d1 Second disk, whole disk2138...2139248 = /dev/rd/c13d31 32nd disk, whole disk21402141Partitions are handled as for major 48.21422143142 block Mylex DAC960 PCI RAID controller; fifteenth controller21440 = /dev/rd/c14d0 First disk, whole disk21458 = /dev/rd/c14d1 Second disk, whole disk2146...2147248 = /dev/rd/c14d31 32nd disk, whole disk21482149Partitions are handled as for major 48.21502151143 block Mylex DAC960 PCI RAID controller; sixteenth controller21520 = /dev/rd/c15d0 First disk, whole disk21538 = /dev/rd/c15d1 Second disk, whole disk2154...2155248 = /dev/rd/c15d31 32nd disk, whole disk21562157Partitions are handled as for major 48.21582159144 char Encapsulated PPP21600 = /dev/pppox0 First PPP over Ethernet2161...216263 = /dev/pppox63 64th PPP over Ethernet21632164This is primarily used for ADSL.21652166The SST 5136-DN DeviceNet interface driver has been2167relocated to major 183 due to an unfortunate conflict.21682169144 block Expansion Area #1 for more non-device (e.g. NFS) mounts21700 = mounted device 2562171255 = mounted device 51121722173145 char SAM9407-based soundcard21740 = /dev/sam0_mixer21751 = /dev/sam0_sequencer21762 = /dev/sam0_midi0021773 = /dev/sam0_dsp21784 = /dev/sam0_audio21796 = /dev/sam0_sndstat218018 = /dev/sam0_midi01218134 = /dev/sam0_midi02218250 = /dev/sam0_midi03218364 = /dev/sam1_mixer2184...2185128 = /dev/sam2_mixer2186...2187192 = /dev/sam3_mixer2188...21892190Device functions match OSS, but offer a number of2191addons, which are sam9407 specific. OSS can be2192operated simultaneously, taking care of the codec.21932194145 block Expansion Area #2 for more non-device (e.g. NFS) mounts21950 = mounted device 5122196255 = mounted device 76721972198146 char SYSTRAM SCRAMNet mirrored-memory network21990 = /dev/scramnet0 First SCRAMNet device22001 = /dev/scramnet1 Second SCRAMNet device2201...22022203146 block Expansion Area #3 for more non-device (e.g. NFS) mounts22040 = mounted device 7682205255 = mounted device 102322062207147 char Aureal Semiconductor Vortex Audio device22080 = /dev/aureal0 First Aureal Vortex22091 = /dev/aureal1 Second Aureal Vortex2210...22112212147 block Distributed Replicated Block Device (DRBD)22130 = /dev/drbd0 First DRBD device22141 = /dev/drbd1 Second DRBD device2215...22162217148 char Technology Concepts serial card22180 = /dev/ttyT0 First TCL port22191 = /dev/ttyT1 Second TCL port2220...22212222149 char Technology Concepts serial card - alternate devices22230 = /dev/cut0 Callout device for ttyT022241 = /dev/cut0 Callout device for ttyT12225...22262227150 char Real-Time Linux FIFOs22280 = /dev/rtf0 First RTLinux FIFO22291 = /dev/rtf1 Second RTLinux FIFO2230...22312232151 char DPT I2O SmartRaid V controller22330 = /dev/dpti0 First DPT I2O adapter22341 = /dev/dpti1 Second DPT I2O adapter2235...22362237152 char EtherDrive Control Device22380 = /dev/etherd/ctl Connect/Disconnect an EtherDrive22391 = /dev/etherd/err Monitor errors22402 = /dev/etherd/raw Raw AoE packet monitor22412242152 block EtherDrive Block Devices22430 = /dev/etherd/0 EtherDrive 02244...2245255 = /dev/etherd/255 EtherDrive 25522462247153 char SPI Bus Interface (sometimes referred to as MicroWire)22480 = /dev/spi0 First SPI device on the bus22491 = /dev/spi1 Second SPI device on the bus2250...225115 = /dev/spi15 Sixteenth SPI device on the bus22522253153 block Enhanced Metadisk RAID (EMD) storage units22540 = /dev/emd/0 First unit22551 = /dev/emd/0p1 Partition 1 on First unit22562 = /dev/emd/0p2 Partition 2 on First unit2257...225815 = /dev/emd/0p15 Partition 15 on First unit2259226016 = /dev/emd/1 Second unit226132 = /dev/emd/2 Third unit2262...2263240 = /dev/emd/15 Sixteenth unit22642265Partitions are handled in the same way as for IDE2266disks (see major number 3) except that the limit on2267partitions is 15.22682269154 char Specialix RIO serial card22700 = /dev/ttySR0 First RIO port2271...2272255 = /dev/ttySR255 256th RIO port22732274155 char Specialix RIO serial card - alternate devices22750 = /dev/cusr0 Callout device for ttySR02276...2277255 = /dev/cusr255 Callout device for ttySR25522782279156 char Specialix RIO serial card22800 = /dev/ttySR256 257th RIO port2281...2282255 = /dev/ttySR511 512th RIO port22832284157 char Specialix RIO serial card - alternate devices22850 = /dev/cusr256 Callout device for ttySR2562286...2287255 = /dev/cusr511 Callout device for ttySR51122882289158 char Dialogic GammaLink fax driver22900 = /dev/gfax0 GammaLink channel 022911 = /dev/gfax1 GammaLink channel 12292...22932294159 char RESERVED22952296159 block RESERVED22972298160 char General Purpose Instrument Bus (GPIB)22990 = /dev/gpib0 First GPIB bus23001 = /dev/gpib1 Second GPIB bus2301...23022303160 block Carmel 8-port SATA Disks on First Controller23040 = /dev/carmel/0 SATA disk 0 whole disk23051 = /dev/carmel/0p1 SATA disk 0 partition 12306...230731 = /dev/carmel/0p31 SATA disk 0 partition 312308230932 = /dev/carmel/1 SATA disk 1 whole disk231064 = /dev/carmel/2 SATA disk 2 whole disk2311...2312224 = /dev/carmel/7 SATA disk 7 whole disk23132314Partitions are handled in the same way as for IDE2315disks (see major number 3) except that the limit on2316partitions is 31.23172318161 char IrCOMM devices (IrDA serial/parallel emulation)23190 = /dev/ircomm0 First IrCOMM device23201 = /dev/ircomm1 Second IrCOMM device2321...232216 = /dev/irlpt0 First IrLPT device232317 = /dev/irlpt1 Second IrLPT device2324...23252326161 block Carmel 8-port SATA Disks on Second Controller23270 = /dev/carmel/8 SATA disk 8 whole disk23281 = /dev/carmel/8p1 SATA disk 8 partition 12329...233031 = /dev/carmel/8p31 SATA disk 8 partition 312331233232 = /dev/carmel/9 SATA disk 9 whole disk233364 = /dev/carmel/10 SATA disk 10 whole disk2334...2335224 = /dev/carmel/15 SATA disk 15 whole disk23362337Partitions are handled in the same way as for IDE2338disks (see major number 3) except that the limit on2339partitions is 31.23402341162 char Used for (now removed) raw block device interface23422343163 char23442345164 char Chase Research AT/PCI-Fast serial card23460 = /dev/ttyCH0 AT/PCI-Fast board 0, port 02347...234815 = /dev/ttyCH15 AT/PCI-Fast board 0, port 15234916 = /dev/ttyCH16 AT/PCI-Fast board 1, port 02350...235131 = /dev/ttyCH31 AT/PCI-Fast board 1, port 15235232 = /dev/ttyCH32 AT/PCI-Fast board 2, port 02353...235447 = /dev/ttyCH47 AT/PCI-Fast board 2, port 15235548 = /dev/ttyCH48 AT/PCI-Fast board 3, port 02356...235763 = /dev/ttyCH63 AT/PCI-Fast board 3, port 1523582359165 char Chase Research AT/PCI-Fast serial card - alternate devices23600 = /dev/cuch0 Callout device for ttyCH02361...236263 = /dev/cuch63 Callout device for ttyCH6323632364166 char ACM USB modems23650 = /dev/ttyACM0 First ACM modem23661 = /dev/ttyACM1 Second ACM modem2367...23682369167 char ACM USB modems - alternate devices23700 = /dev/cuacm0 Callout device for ttyACM023711 = /dev/cuacm1 Callout device for ttyACM12372...23732374168 char Eracom CSA7000 PCI encryption adaptor23750 = /dev/ecsa0 First CSA700023761 = /dev/ecsa1 Second CSA70002377...23782379169 char Eracom CSA8000 PCI encryption adaptor23800 = /dev/ecsa8-0 First CSA800023811 = /dev/ecsa8-1 Second CSA80002382...23832384170 char AMI MegaRAC remote access controller23850 = /dev/megarac0 First MegaRAC card23861 = /dev/megarac1 Second MegaRAC card2387...23882389171 char Reserved for IEEE 1394 (Firewire)23902391172 char Moxa Intellio serial card23920 = /dev/ttyMX0 First Moxa port23931 = /dev/ttyMX1 Second Moxa port2394...2395127 = /dev/ttyMX127 128th Moxa port2396128 = /dev/moxactl Moxa control port23972398173 char Moxa Intellio serial card - alternate devices23990 = /dev/cumx0 Callout device for ttyMX024001 = /dev/cumx1 Callout device for ttyMX12401...2402127 = /dev/cumx127 Callout device for ttyMX12724032404174 char SmartIO serial card24050 = /dev/ttySI0 First SmartIO port24061 = /dev/ttySI1 Second SmartIO port2407...24082409175 char SmartIO serial card - alternate devices24100 = /dev/cusi0 Callout device for ttySI024111 = /dev/cusi1 Callout device for ttySI12412...24132414176 char nCipher nFast PCI crypto accelerator24150 = /dev/nfastpci0 First nFast PCI device24161 = /dev/nfastpci1 First nFast PCI device2417...24182419177 char TI PCILynx memory spaces24200 = /dev/pcilynx/aux0 AUX space of first PCILynx card2421...242215 = /dev/pcilynx/aux15 AUX space of 16th PCILynx card242316 = /dev/pcilynx/rom0 ROM space of first PCILynx card2424...242531 = /dev/pcilynx/rom15 ROM space of 16th PCILynx card242632 = /dev/pcilynx/ram0 RAM space of first PCILynx card2427...242847 = /dev/pcilynx/ram15 RAM space of 16th PCILynx card24292430178 char Giganet cLAN1xxx virtual interface adapter24310 = /dev/clanvi0 First cLAN adapter24321 = /dev/clanvi1 Second cLAN adapter2433...24342435179 block MMC block devices24360 = /dev/mmcblk0 First SD/MMC card24371 = /dev/mmcblk0p1 First partition on first MMC card24388 = /dev/mmcblk1 Second SD/MMC card2439...24402441The start of next SD/MMC card can be configured with2442CONFIG_MMC_BLOCK_MINORS, or overridden at boot/modprobe2443time using the mmcblk.perdev_minors option. That would2444bump the offset between each card to be the configured2445value instead of the default 8.24462447179 char CCube DVXChip-based PCI products24480 = /dev/dvxirq0 First DVX device24491 = /dev/dvxirq1 Second DVX device2450...24512452180 char USB devices24530 = /dev/usb/lp0 First USB printer2454...245515 = /dev/usb/lp15 16th USB printer245648 = /dev/usb/scanner0 First USB scanner2457...245863 = /dev/usb/scanner15 16th USB scanner245964 = /dev/usb/rio500 Diamond Rio 500246065 = /dev/usb/usblcd USBLCD Interface ([email protected])246166 = /dev/usb/cpad0 Synaptics cPad (mouse/LCD)246296 = /dev/usb/hiddev0 1st USB HID device2463...2464111 = /dev/usb/hiddev15 16th USB HID device2465112 = /dev/usb/auer0 1st auerswald ISDN device2466...2467127 = /dev/usb/auer15 16th auerswald ISDN device2468128 = /dev/usb/brlvgr0 First Braille Voyager device2469...2470131 = /dev/usb/brlvgr3 Fourth Braille Voyager device2471132 = /dev/usb/idmouse ID Mouse (fingerprint scanner) device2472133 = /dev/usb/sisusbvga1 First SiSUSB VGA device2473...2474140 = /dev/usb/sisusbvga8 Eighth SISUSB VGA device2475144 = /dev/usb/lcd USB LCD device2476160 = /dev/usb/legousbtower0 1st USB Legotower device2477...2478175 = /dev/usb/legousbtower15 16th USB Legotower device2479176 = /dev/usb/usbtmc1 First USB TMC device2480...2481191 = /dev/usb/usbtmc16 16th USB TMC device2482192 = /dev/usb/yurex1 First USB Yurex device2483...2484209 = /dev/usb/yurex16 16th USB Yurex device24852486180 block USB block devices24870 = /dev/uba First USB block device24888 = /dev/ubb Second USB block device248916 = /dev/ubc Third USB block device2490...24912492181 char Conrad Electronic parallel port radio clocks24930 = /dev/pcfclock0 First Conrad radio clock24941 = /dev/pcfclock1 Second Conrad radio clock2495...24962497182 char Picture Elements THR2 binarizer24980 = /dev/pethr0 First THR2 board24991 = /dev/pethr1 Second THR2 board2500...25012502183 char SST 5136-DN DeviceNet interface25030 = /dev/ss5136dn0 First DeviceNet interface25041 = /dev/ss5136dn1 Second DeviceNet interface2505...25062507This device used to be assigned to major number 144.2508It had to be moved due to an unfortunate conflict.25092510184 char Picture Elements' video simulator/sender25110 = /dev/pevss0 First sender board25121 = /dev/pevss1 Second sender board2513...25142515185 char InterMezzo high availability file system25160 = /dev/intermezzo0 First cache manager25171 = /dev/intermezzo1 Second cache manager2518...25192520See http://web.archive.org/web/20080115195241/2521http://inter-mezzo.org/index.html25222523186 char Object-based storage control device25240 = /dev/obd0 First obd control device25251 = /dev/obd1 Second obd control device2526...25272528See ftp://ftp.lustre.org/pub/obd for code and information.25292530187 char DESkey hardware encryption device25310 = /dev/deskey0 First DES key25321 = /dev/deskey1 Second DES key2533...25342535188 char USB serial converters25360 = /dev/ttyUSB0 First USB serial converter25371 = /dev/ttyUSB1 Second USB serial converter2538...25392540189 char USB serial converters - alternate devices25410 = /dev/cuusb0 Callout device for ttyUSB025421 = /dev/cuusb1 Callout device for ttyUSB12543...25442545190 char Kansas City tracker/tuner card25460 = /dev/kctt0 First KCT/T card25471 = /dev/kctt1 Second KCT/T card2548...25492550191 char Reserved for PCMCIA25512552192 char Kernel profiling interface25530 = /dev/profile Profiling control device25541 = /dev/profile0 Profiling device for CPU 025552 = /dev/profile1 Profiling device for CPU 12556...25572558193 char Kernel event-tracing interface25590 = /dev/trace Tracing control device25601 = /dev/trace0 Tracing device for CPU 025612 = /dev/trace1 Tracing device for CPU 12562...25632564194 char linVideoStreams (LINVS)25650 = /dev/mvideo/status0 Video compression status25661 = /dev/mvideo/stream0 Video stream25672 = /dev/mvideo/frame0 Single compressed frame25683 = /dev/mvideo/rawframe0 Raw uncompressed frame25694 = /dev/mvideo/codec0 Direct codec access25705 = /dev/mvideo/video4linux0 Video4Linux compatibility2571257216 = /dev/mvideo/status1 Second device2573...257432 = /dev/mvideo/status2 Third device2575...2576...2577240 = /dev/mvideo/status15 16th device2578...25792580195 char Nvidia graphics devices25810 = /dev/nvidia0 First Nvidia card25821 = /dev/nvidia1 Second Nvidia card2583...2584255 = /dev/nvidiactl Nvidia card control device25852586196 char Tormenta T1 card25870 = /dev/tor/0 Master control channel for all cards25881 = /dev/tor/1 First DS025892 = /dev/tor/2 Second DS02590...259148 = /dev/tor/48 48th DS0259249 = /dev/tor/49 First pseudo-channel259350 = /dev/tor/50 Second pseudo-channel2594...25952596197 char OpenTNF tracing facility25970 = /dev/tnf/t0 Trace 0 data extraction25981 = /dev/tnf/t1 Trace 1 data extraction2599...2600128 = /dev/tnf/status Tracing facility status2601130 = /dev/tnf/trace Tracing device26022603198 char Total Impact TPMP2 quad coprocessor PCI card26040 = /dev/tpmp2/0 First card26051 = /dev/tpmp2/1 Second card2606...26072608199 char Veritas volume manager (VxVM) volumes26090 = /dev/vx/rdsk/*/* First volume26101 = /dev/vx/rdsk/*/* Second volume2611...26122613199 block Veritas volume manager (VxVM) volumes26140 = /dev/vx/dsk/*/* First volume26151 = /dev/vx/dsk/*/* Second volume2616...26172618The namespace in these directories is maintained by2619the user space VxVM software.26202621200 char Veritas VxVM configuration interface26220 = /dev/vx/config Configuration access node26231 = /dev/vx/trace Volume i/o trace access node26242 = /dev/vx/iod Volume i/o daemon access node26253 = /dev/vx/info Volume information access node26264 = /dev/vx/task Volume tasks access node26275 = /dev/vx/taskmon Volume tasks monitor daemon26282629201 char Veritas VxVM dynamic multipathing driver26300 = /dev/vx/rdmp/* First multipath device26311 = /dev/vx/rdmp/* Second multipath device2632...2633201 block Veritas VxVM dynamic multipathing driver26340 = /dev/vx/dmp/* First multipath device26351 = /dev/vx/dmp/* Second multipath device2636...26372638The namespace in these directories is maintained by2639the user space VxVM software.26402641202 char CPU model-specific registers26420 = /dev/cpu/0/msr MSRs on CPU 026431 = /dev/cpu/1/msr MSRs on CPU 12644...26452646202 block Xen Virtual Block Device26470 = /dev/xvda First Xen VBD whole disk264816 = /dev/xvdb Second Xen VBD whole disk264932 = /dev/xvdc Third Xen VBD whole disk2650...2651240 = /dev/xvdp Sixteenth Xen VBD whole disk26522653Partitions are handled in the same way as for IDE2654disks (see major number 3) except that the limit on2655partitions is 15.26562657203 char CPU CPUID information26580 = /dev/cpu/0/cpuid CPUID on CPU 026591 = /dev/cpu/1/cpuid CPUID on CPU 12660...26612662204 char Low-density serial ports26630 = /dev/ttyLU0 LinkUp Systems L72xx UART - port 026641 = /dev/ttyLU1 LinkUp Systems L72xx UART - port 126652 = /dev/ttyLU2 LinkUp Systems L72xx UART - port 226663 = /dev/ttyLU3 LinkUp Systems L72xx UART - port 326674 = /dev/ttyFB0 Intel Footbridge (ARM)26685 = /dev/ttySA0 StrongARM builtin serial port 026696 = /dev/ttySA1 StrongARM builtin serial port 126707 = /dev/ttySA2 StrongARM builtin serial port 226718 = /dev/ttySC0 SCI serial port (SuperH) - port 026729 = /dev/ttySC1 SCI serial port (SuperH) - port 1267310 = /dev/ttySC2 SCI serial port (SuperH) - port 2267411 = /dev/ttySC3 SCI serial port (SuperH) - port 3267512 = /dev/ttyFW0 Firmware console - port 0267613 = /dev/ttyFW1 Firmware console - port 1267714 = /dev/ttyFW2 Firmware console - port 2267815 = /dev/ttyFW3 Firmware console - port 3267916 = /dev/ttyAM0 ARM "AMBA" serial port 02680...268131 = /dev/ttyAM15 ARM "AMBA" serial port 15268232 = /dev/ttyDB0 DataBooster serial port 02683...268439 = /dev/ttyDB7 DataBooster serial port 7268540 = /dev/ttySG0 SGI Altix console port268641 = /dev/ttySMX0 Motorola i.MX - port 0268742 = /dev/ttySMX1 Motorola i.MX - port 1268843 = /dev/ttySMX2 Motorola i.MX - port 2268944 = /dev/ttyMM0 Marvell MPSC - port 0 (obsolete unused)269045 = /dev/ttyMM1 Marvell MPSC - port 1 (obsolete unused)269146 = /dev/ttyCPM0 PPC CPM (SCC or SMC) - port 02692...269351 = /dev/ttyCPM5 PPC CPM (SCC or SMC) - port 5269482 = /dev/ttyVR0 NEC VR4100 series SIU269583 = /dev/ttyVR1 NEC VR4100 series DSIU2696148 = /dev/ttyPSC0 PPC PSC - port 02697...2698153 = /dev/ttyPSC5 PPC PSC - port 52699154 = /dev/ttyAT0 ATMEL serial port 02700...2701169 = /dev/ttyAT15 ATMEL serial port 152702170 = /dev/ttyNX0 Hilscher netX serial port 02703...2704185 = /dev/ttyNX15 Hilscher netX serial port 152705186 = /dev/ttyJ0 JTAG1 DCC protocol based serial port emulation27062707If maximum number of uartlite serial ports is more than 4, then the driver2708uses dynamic allocation instead of static allocation for major number.2709187 = /dev/ttyUL0 Xilinx uartlite - port 02710...2711190 = /dev/ttyUL3 Xilinx uartlite - port 32712191 = /dev/xvc0 Xen virtual console - port 02713192 = /dev/ttyPZ0 pmac_zilog - port 02714...2715195 = /dev/ttyPZ3 pmac_zilog - port 32716196 = /dev/ttyTX0 TX39/49 serial port 02717...2718204 = /dev/ttyTX7 TX39/49 serial port 72719205 = /dev/ttySC0 SC26xx serial port 02720206 = /dev/ttySC1 SC26xx serial port 12721207 = /dev/ttySC2 SC26xx serial port 22722208 = /dev/ttySC3 SC26xx serial port 32723209 = /dev/ttyMAX0 MAX3100 serial port 02724210 = /dev/ttyMAX1 MAX3100 serial port 12725211 = /dev/ttyMAX2 MAX3100 serial port 22726212 = /dev/ttyMAX3 MAX3100 serial port 327272728205 char Low-density serial ports (alternate device)27290 = /dev/culu0 Callout device for ttyLU027301 = /dev/culu1 Callout device for ttyLU127312 = /dev/culu2 Callout device for ttyLU227323 = /dev/culu3 Callout device for ttyLU327334 = /dev/cufb0 Callout device for ttyFB027345 = /dev/cusa0 Callout device for ttySA027356 = /dev/cusa1 Callout device for ttySA127367 = /dev/cusa2 Callout device for ttySA227378 = /dev/cusc0 Callout device for ttySC027389 = /dev/cusc1 Callout device for ttySC1273910 = /dev/cusc2 Callout device for ttySC2274011 = /dev/cusc3 Callout device for ttySC3274112 = /dev/cufw0 Callout device for ttyFW0274213 = /dev/cufw1 Callout device for ttyFW1274314 = /dev/cufw2 Callout device for ttyFW2274415 = /dev/cufw3 Callout device for ttyFW3274516 = /dev/cuam0 Callout device for ttyAM02746...274731 = /dev/cuam15 Callout device for ttyAM15274832 = /dev/cudb0 Callout device for ttyDB02749...275039 = /dev/cudb7 Callout device for ttyDB7275140 = /dev/cusg0 Callout device for ttySG0275241 = /dev/ttycusmx0 Callout device for ttySMX0275342 = /dev/ttycusmx1 Callout device for ttySMX1275443 = /dev/ttycusmx2 Callout device for ttySMX2275546 = /dev/cucpm0 Callout device for ttyCPM02756...275751 = /dev/cucpm5 Callout device for ttyCPM5275882 = /dev/cuvr0 Callout device for ttyVR0275983 = /dev/cuvr1 Callout device for ttyVR127602761206 char OnStream SC-x0 tape devices27620 = /dev/osst0 First OnStream SCSI tape, mode 027631 = /dev/osst1 Second OnStream SCSI tape, mode 02764...276532 = /dev/osst0l First OnStream SCSI tape, mode 1276633 = /dev/osst1l Second OnStream SCSI tape, mode 12767...276864 = /dev/osst0m First OnStream SCSI tape, mode 2276965 = /dev/osst1m Second OnStream SCSI tape, mode 22770...277196 = /dev/osst0a First OnStream SCSI tape, mode 3277297 = /dev/osst1a Second OnStream SCSI tape, mode 32773...2774128 = /dev/nosst0 No rewind version of /dev/osst02775129 = /dev/nosst1 No rewind version of /dev/osst12776...2777160 = /dev/nosst0l No rewind version of /dev/osst0l2778161 = /dev/nosst1l No rewind version of /dev/osst1l2779...2780192 = /dev/nosst0m No rewind version of /dev/osst0m2781193 = /dev/nosst1m No rewind version of /dev/osst1m2782...2783224 = /dev/nosst0a No rewind version of /dev/osst0a2784225 = /dev/nosst1a No rewind version of /dev/osst1a2785...27862787The OnStream SC-x0 SCSI tapes do not support the2788standard SCSI SASD command set and therefore need2789their own driver "osst". Note that the IDE, USB (and2790maybe ParPort) versions may be driven via ide-scsi or2791usb-storage SCSI emulation and this osst device and2792driver as well. The ADR-x0 drives are QIC-1572793compliant and don't need osst.27942795207 char Compaq ProLiant health feature indicate27960 = /dev/cpqhealth/cpqw Redirector interface27971 = /dev/cpqhealth/crom EISA CROM27982 = /dev/cpqhealth/cdt Data Table27993 = /dev/cpqhealth/cevt Event Log28004 = /dev/cpqhealth/casr Automatic Server Recovery28015 = /dev/cpqhealth/cecc ECC Memory28026 = /dev/cpqhealth/cmca Machine Check Architecture28037 = /dev/cpqhealth/ccsm Deprecated CDT28048 = /dev/cpqhealth/cnmi NMI Handling28059 = /dev/cpqhealth/css Sideshow Management280610 = /dev/cpqhealth/cram CMOS interface280711 = /dev/cpqhealth/cpci PCI IRQ interface28082809208 char User space serial ports28100 = /dev/ttyU0 First user space serial port28111 = /dev/ttyU1 Second user space serial port2812...28132814209 char User space serial ports (alternate devices)28150 = /dev/cuu0 Callout device for ttyU028161 = /dev/cuu1 Callout device for ttyU12817...28182819210 char SBE, Inc. sync/async serial card28200 = /dev/sbei/wxcfg0 Configuration device for board 028211 = /dev/sbei/dld0 Download device for board 028222 = /dev/sbei/wan00 WAN device, port 0, board 028233 = /dev/sbei/wan01 WAN device, port 1, board 028244 = /dev/sbei/wan02 WAN device, port 2, board 028255 = /dev/sbei/wan03 WAN device, port 3, board 028266 = /dev/sbei/wanc00 WAN clone device, port 0, board 028277 = /dev/sbei/wanc01 WAN clone device, port 1, board 028288 = /dev/sbei/wanc02 WAN clone device, port 2, board 028299 = /dev/sbei/wanc03 WAN clone device, port 3, board 0283010 = /dev/sbei/wxcfg1 Configuration device for board 1283111 = /dev/sbei/dld1 Download device for board 1283212 = /dev/sbei/wan10 WAN device, port 0, board 1283313 = /dev/sbei/wan11 WAN device, port 1, board 1283414 = /dev/sbei/wan12 WAN device, port 2, board 1283515 = /dev/sbei/wan13 WAN device, port 3, board 1283616 = /dev/sbei/wanc10 WAN clone device, port 0, board 1283717 = /dev/sbei/wanc11 WAN clone device, port 1, board 1283818 = /dev/sbei/wanc12 WAN clone device, port 2, board 1283919 = /dev/sbei/wanc13 WAN clone device, port 3, board 12840...28412842Yes, each board is really spaced 10 (decimal) apart.28432844211 char Addinum CPCI1500 digital I/O card28450 = /dev/addinum/cpci1500/0 First CPCI1500 card28461 = /dev/addinum/cpci1500/1 Second CPCI1500 card2847...28482849212 char LinuxTV.org DVB driver subsystem28500 = /dev/dvb/adapter0/video0 first video decoder of first card28511 = /dev/dvb/adapter0/audio0 first audio decoder of first card28522 = /dev/dvb/adapter0/sec0 (obsolete/unused)28533 = /dev/dvb/adapter0/frontend0 first frontend device of first card28544 = /dev/dvb/adapter0/demux0 first demux device of first card28555 = /dev/dvb/adapter0/dvr0 first digital video recoder device of first card28566 = /dev/dvb/adapter0/ca0 first common access port of first card28577 = /dev/dvb/adapter0/net0 first network device of first card28588 = /dev/dvb/adapter0/osd0 first on-screen-display device of first card28599 = /dev/dvb/adapter0/video1 second video decoder of first card2860...286164 = /dev/dvb/adapter1/video0 first video decoder of second card2862...2863128 = /dev/dvb/adapter2/video0 first video decoder of third card2864...2865196 = /dev/dvb/adapter3/video0 first video decoder of fourth card28662867216 char Bluetooth RFCOMM TTY devices28680 = /dev/rfcomm0 First Bluetooth RFCOMM TTY device28691 = /dev/rfcomm1 Second Bluetooth RFCOMM TTY device2870...28712872217 char Bluetooth RFCOMM TTY devices (alternate devices)28730 = /dev/curf0 Callout device for rfcomm028741 = /dev/curf1 Callout device for rfcomm12875...28762877218 char The Logical Company bus Unibus/Qbus adapters28780 = /dev/logicalco/bci/0 First bus adapter28791 = /dev/logicalco/bci/1 First bus adapter2880...28812882219 char The Logical Company DCI-1300 digital I/O card28830 = /dev/logicalco/dci1300/0 First DCI-1300 card28841 = /dev/logicalco/dci1300/1 Second DCI-1300 card2885...28862887220 char Myricom Myrinet "GM" board28880 = /dev/myricom/gm0 First Myrinet GM board28891 = /dev/myricom/gmp0 First board "root access"28902 = /dev/myricom/gm1 Second Myrinet GM board28913 = /dev/myricom/gmp1 Second board "root access"2892...28932894221 char VME bus28950 = /dev/bus/vme/m0 First master image28961 = /dev/bus/vme/m1 Second master image28972 = /dev/bus/vme/m2 Third master image28983 = /dev/bus/vme/m3 Fourth master image28994 = /dev/bus/vme/s0 First slave image29005 = /dev/bus/vme/s1 Second slave image29016 = /dev/bus/vme/s2 Third slave image29027 = /dev/bus/vme/s3 Fourth slave image29038 = /dev/bus/vme/ctl Control29042905It is expected that all VME bus drivers will use the2906same interface. For interface documentation see2907http://www.vmelinux.org/.29082909224 char A2232 serial card29100 = /dev/ttyY0 First A2232 port29111 = /dev/ttyY1 Second A2232 port2912...29132914225 char A2232 serial card (alternate devices)29150 = /dev/cuy0 Callout device for ttyY029161 = /dev/cuy1 Callout device for ttyY12917...29182919226 char Direct Rendering Infrastructure (DRI)29200 = /dev/dri/card0 First graphics card29211 = /dev/dri/card1 Second graphics card2922...29232924227 char IBM 3270 terminal Unix tty access29251 = /dev/3270/tty1 First 3270 terminal29262 = /dev/3270/tty2 Seconds 3270 terminal2927...29282929228 char IBM 3270 terminal block-mode access29300 = /dev/3270/tub Controlling interface29311 = /dev/3270/tub1 First 3270 terminal29322 = /dev/3270/tub2 Second 3270 terminal2933...29342935229 char IBM iSeries/pSeries virtual console29360 = /dev/hvc0 First console port29371 = /dev/hvc1 Second console port2938...29392940230 char IBM iSeries virtual tape29410 = /dev/iseries/vt0 First virtual tape, mode 029421 = /dev/iseries/vt1 Second virtual tape, mode 02943...294432 = /dev/iseries/vt0l First virtual tape, mode 1294533 = /dev/iseries/vt1l Second virtual tape, mode 12946...294764 = /dev/iseries/vt0m First virtual tape, mode 2294865 = /dev/iseries/vt1m Second virtual tape, mode 22949...295096 = /dev/iseries/vt0a First virtual tape, mode 3295197 = /dev/iseries/vt1a Second virtual tape, mode 32952...2953128 = /dev/iseries/nvt0 First virtual tape, mode 0, no rewind2954129 = /dev/iseries/nvt1 Second virtual tape, mode 0, no rewind2955...2956160 = /dev/iseries/nvt0l First virtual tape, mode 1, no rewind2957161 = /dev/iseries/nvt1l Second virtual tape, mode 1, no rewind2958...2959192 = /dev/iseries/nvt0m First virtual tape, mode 2, no rewind2960193 = /dev/iseries/nvt1m Second virtual tape, mode 2, no rewind2961...2962224 = /dev/iseries/nvt0a First virtual tape, mode 3, no rewind2963225 = /dev/iseries/nvt1a Second virtual tape, mode 3, no rewind2964...29652966"No rewind" refers to the omission of the default2967automatic rewind on device close. The MTREW or MTOFFL2968ioctl()'s can be used to rewind the tape regardless of2969the device used to access it.29702971231 char InfiniBand29720 = /dev/infiniband/umad029731 = /dev/infiniband/umad12974...297563 = /dev/infiniband/umad63 63rd InfiniBandMad device297664 = /dev/infiniband/issm0 First InfiniBand IsSM device297765 = /dev/infiniband/issm1 Second InfiniBand IsSM device2978...2979127 = /dev/infiniband/issm63 63rd InfiniBand IsSM device2980192 = /dev/infiniband/uverbs0 First InfiniBand verbs device2981193 = /dev/infiniband/uverbs1 Second InfiniBand verbs device2982...2983223 = /dev/infiniband/uverbs31 31st InfiniBand verbs device29842985232 char Biometric Devices29860 = /dev/biometric/sensor0/fingerprint first fingerprint sensor on first device29871 = /dev/biometric/sensor0/iris first iris sensor on first device29882 = /dev/biometric/sensor0/retina first retina sensor on first device29893 = /dev/biometric/sensor0/voiceprint first voiceprint sensor on first device29904 = /dev/biometric/sensor0/facial first facial sensor on first device29915 = /dev/biometric/sensor0/hand first hand sensor on first device2992...299310 = /dev/biometric/sensor1/fingerprint first fingerprint sensor on second device2994...299520 = /dev/biometric/sensor2/fingerprint first fingerprint sensor on third device2996...29972998233 char PathScale InfiniPath interconnect29990 = /dev/ipath Primary device for programs (any unit)30001 = /dev/ipath0 Access specifically to unit 030012 = /dev/ipath1 Access specifically to unit 13002...30034 = /dev/ipath3 Access specifically to unit 33004129 = /dev/ipath_sma Device used by Subnet Management Agent3005130 = /dev/ipath_diag Device used by diagnostics programs30063007234-254 char RESERVED FOR DYNAMIC ASSIGNMENT3008Character devices that request a dynamic allocation of major number will3009take numbers starting from 254 and downward.30103011240-254 block LOCAL/EXPERIMENTAL USE3012Allocated for local/experimental use. For devices not3013assigned official numbers, these ranges should be3014used in order to avoid conflicting with future assignments.30153016255 char RESERVED30173018255 block RESERVED30193020This major is reserved to assist the expansion to a3021larger number space. No device nodes with this major3022should ever be created on the filesystem.3023(This is probably not true anymore, but I'll leave it3024for now /Torben)30253026---LARGE MAJORS!!!!!---30273028256 char Equinox SST multi-port serial boards30290 = /dev/ttyEQ0 First serial port on first Equinox SST board3030127 = /dev/ttyEQ127 Last serial port on first Equinox SST board3031128 = /dev/ttyEQ128 First serial port on second Equinox SST board3032...30331027 = /dev/ttyEQ1027 Last serial port on eighth Equinox SST board30343035256 block Resident Flash Disk Flash Translation Layer30360 = /dev/rfda First RFD FTL layer303716 = /dev/rfdb Second RFD FTL layer3038...3039240 = /dev/rfdp 16th RFD FTL layer30403041257 char Phoenix Technologies Cryptographic Services Driver30420 = /dev/ptlsec Crypto Services Driver30433044257 block SSFDC Flash Translation Layer filesystem30450 = /dev/ssfdca First SSFDC layer30468 = /dev/ssfdcb Second SSFDC layer304716 = /dev/ssfdcc Third SSFDC layer304824 = /dev/ssfdcd 4th SSFDC layer304932 = /dev/ssfdce 5th SSFDC layer305040 = /dev/ssfdcf 6th SSFDC layer305148 = /dev/ssfdcg 7th SSFDC layer305256 = /dev/ssfdch 8th SSFDC layer30533054258 block ROM/Flash read-only translation layer30550 = /dev/blockrom0 First ROM card's translation layer interface30561 = /dev/blockrom1 Second ROM card's translation layer interface3057...30583059259 block Block Extended Major3060Used dynamically to hold additional partition minor3061numbers and allow large numbers of partitions per device30623063259 char FPGA configuration interfaces30640 = /dev/icap0 First Xilinx internal configuration30651 = /dev/icap1 Second Xilinx internal configuration30663067260 char OSD (Object-based-device) SCSI Device30680 = /dev/osd0 First OSD Device30691 = /dev/osd1 Second OSD Device3070...3071255 = /dev/osd255 256th OSD Device30723073261 char Compute Acceleration Devices30740 = /dev/accel/accel0 First acceleration device30751 = /dev/accel/accel1 Second acceleration device3076...30773078384-511 char RESERVED FOR DYNAMIC ASSIGNMENT3079Character devices that request a dynamic allocation of major3080number will take numbers starting from 511 and downward,3081once the 234-254 range is full.308230833084