diff options
author | Torben Mathiasen <torben.mathiasen@hp.com> | 2006-12-06 23:40:20 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:45 -0500 |
commit | 30aaa5c67e72849ccf290b9a7cad58e43bbb47ac (patch) | |
tree | 4c33f3f2d9fd7bbe67c3fa0193e907566f227e57 /Documentation/devices.txt | |
parent | 012d3ca8d85bf3ae5278ba897dd1ca3999247107 (diff) |
[PATCH] New updated devices.txt - LANANA
[jengelh@linux01.gwdg.de: cleanups]
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Acked-by: Torben Mathiasen <torben.mathiasen@hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/devices.txt')
-rw-r--r-- | Documentation/devices.txt | 102 |
1 files changed, 64 insertions, 38 deletions
diff --git a/Documentation/devices.txt b/Documentation/devices.txt index 70690f1a14af..8de132a02ba9 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | Maintained by Torben Mathiasen <device@lanana.org> | 4 | Maintained by Torben Mathiasen <device@lanana.org> |
5 | 5 | ||
6 | Last revised: 15 May 2006 | 6 | Last revised: 29 November 2006 |
7 | 7 | ||
8 | This list is the Linux Device List, the official registry of allocated | 8 | This list is the Linux Device List, the official registry of allocated |
9 | device numbers and /dev directory nodes for the Linux operating | 9 | device numbers and /dev directory nodes for the Linux operating |
@@ -94,6 +94,7 @@ Your cooperation is appreciated. | |||
94 | 9 = /dev/urandom Faster, less secure random number gen. | 94 | 9 = /dev/urandom Faster, less secure random number gen. |
95 | 10 = /dev/aio Asynchronous I/O notification interface | 95 | 10 = /dev/aio Asynchronous I/O notification interface |
96 | 11 = /dev/kmsg Writes to this come out as printk's | 96 | 11 = /dev/kmsg Writes to this come out as printk's |
97 | |||
97 | 1 block RAM disk | 98 | 1 block RAM disk |
98 | 0 = /dev/ram0 First RAM disk | 99 | 0 = /dev/ram0 First RAM disk |
99 | 1 = /dev/ram1 Second RAM disk | 100 | 1 = /dev/ram1 Second RAM disk |
@@ -122,7 +123,7 @@ Your cooperation is appreciated. | |||
122 | devices are on major 128 and above and use the PTY | 123 | devices are on major 128 and above and use the PTY |
123 | master multiplex (/dev/ptmx) to acquire a PTY on | 124 | master multiplex (/dev/ptmx) to acquire a PTY on |
124 | demand. | 125 | demand. |
125 | 126 | ||
126 | 2 block Floppy disks | 127 | 2 block Floppy disks |
127 | 0 = /dev/fd0 Controller 0, drive 0, autodetect | 128 | 0 = /dev/fd0 Controller 0, drive 0, autodetect |
128 | 1 = /dev/fd1 Controller 0, drive 1, autodetect | 129 | 1 = /dev/fd1 Controller 0, drive 1, autodetect |
@@ -257,7 +258,7 @@ Your cooperation is appreciated. | |||
257 | 129 = /dev/vcsa1 tty1 text/attribute contents | 258 | 129 = /dev/vcsa1 tty1 text/attribute contents |
258 | ... | 259 | ... |
259 | 191 = /dev/vcsa63 tty63 text/attribute contents | 260 | 191 = /dev/vcsa63 tty63 text/attribute contents |
260 | 261 | ||
261 | NOTE: These devices permit both read and write access. | 262 | NOTE: These devices permit both read and write access. |
262 | 263 | ||
263 | 7 block Loopback devices | 264 | 7 block Loopback devices |
@@ -411,7 +412,7 @@ Your cooperation is appreciated. | |||
411 | 207 = /dev/video/em8300_sp EM8300 DVD decoder subpicture | 412 | 207 = /dev/video/em8300_sp EM8300 DVD decoder subpicture |
412 | 208 = /dev/compaq/cpqphpc Compaq PCI Hot Plug Controller | 413 | 208 = /dev/compaq/cpqphpc Compaq PCI Hot Plug Controller |
413 | 209 = /dev/compaq/cpqrid Compaq Remote Insight Driver | 414 | 209 = /dev/compaq/cpqrid Compaq Remote Insight Driver |
414 | 210 = /dev/impi/bt IMPI coprocessor block transfer | 415 | 210 = /dev/impi/bt IMPI coprocessor block transfer |
415 | 211 = /dev/impi/smic IMPI coprocessor stream interface | 416 | 211 = /dev/impi/smic IMPI coprocessor stream interface |
416 | 212 = /dev/watchdogs/0 First watchdog device | 417 | 212 = /dev/watchdogs/0 First watchdog device |
417 | 213 = /dev/watchdogs/1 Second watchdog device | 418 | 213 = /dev/watchdogs/1 Second watchdog device |
@@ -506,6 +507,7 @@ Your cooperation is appreciated. | |||
506 | 33 = /dev/patmgr1 Sequencer patch manager | 507 | 33 = /dev/patmgr1 Sequencer patch manager |
507 | 34 = /dev/midi02 Third MIDI port | 508 | 34 = /dev/midi02 Third MIDI port |
508 | 50 = /dev/midi03 Fourth MIDI port | 509 | 50 = /dev/midi03 Fourth MIDI port |
510 | |||
509 | 14 block BIOS harddrive callback support {2.6} | 511 | 14 block BIOS harddrive callback support {2.6} |
510 | 0 = /dev/dos_hda First BIOS harddrive whole disk | 512 | 0 = /dev/dos_hda First BIOS harddrive whole disk |
511 | 64 = /dev/dos_hdb Second BIOS harddrive whole disk | 513 | 64 = /dev/dos_hdb Second BIOS harddrive whole disk |
@@ -527,6 +529,7 @@ Your cooperation is appreciated. | |||
527 | 529 | ||
528 | 16 char Non-SCSI scanners | 530 | 16 char Non-SCSI scanners |
529 | 0 = /dev/gs4500 Genius 4500 handheld scanner | 531 | 0 = /dev/gs4500 Genius 4500 handheld scanner |
532 | |||
530 | 16 block GoldStar CD-ROM | 533 | 16 block GoldStar CD-ROM |
531 | 0 = /dev/gscd GoldStar CD-ROM | 534 | 0 = /dev/gscd GoldStar CD-ROM |
532 | 535 | ||
@@ -548,6 +551,7 @@ Your cooperation is appreciated. | |||
548 | 0 = /dev/ttyC0 First Cyclades port | 551 | 0 = /dev/ttyC0 First Cyclades port |
549 | ... | 552 | ... |
550 | 31 = /dev/ttyC31 32nd Cyclades port | 553 | 31 = /dev/ttyC31 32nd Cyclades port |
554 | |||
551 | 19 block "Double" compressed disk | 555 | 19 block "Double" compressed disk |
552 | 0 = /dev/double0 First compressed disk | 556 | 0 = /dev/double0 First compressed disk |
553 | ... | 557 | ... |
@@ -563,6 +567,7 @@ Your cooperation is appreciated. | |||
563 | 0 = /dev/cub0 Callout device for ttyC0 | 567 | 0 = /dev/cub0 Callout device for ttyC0 |
564 | ... | 568 | ... |
565 | 31 = /dev/cub31 Callout device for ttyC31 | 569 | 31 = /dev/cub31 Callout device for ttyC31 |
570 | |||
566 | 20 block Hitachi CD-ROM (under development) | 571 | 20 block Hitachi CD-ROM (under development) |
567 | 0 = /dev/hitcd Hitachi CD-ROM | 572 | 0 = /dev/hitcd Hitachi CD-ROM |
568 | 573 | ||
@@ -582,7 +587,7 @@ Your cooperation is appreciated. | |||
582 | 587 | ||
583 | This device is used on the ARM-based Acorn RiscPC. | 588 | This device is used on the ARM-based Acorn RiscPC. |
584 | Partitions are handled the same way as for IDE disks | 589 | Partitions are handled the same way as for IDE disks |
585 | (see major number 3). | 590 | (see major number 3). |
586 | 591 | ||
587 | 22 char Digiboard serial card | 592 | 22 char Digiboard serial card |
588 | 0 = /dev/ttyD0 First Digiboard port | 593 | 0 = /dev/ttyD0 First Digiboard port |
@@ -591,7 +596,7 @@ Your cooperation is appreciated. | |||
591 | 22 block Second IDE hard disk/CD-ROM interface | 596 | 22 block Second IDE hard disk/CD-ROM interface |
592 | 0 = /dev/hdc Master: whole disk (or CD-ROM) | 597 | 0 = /dev/hdc Master: whole disk (or CD-ROM) |
593 | 64 = /dev/hdd Slave: whole disk (or CD-ROM) | 598 | 64 = /dev/hdd Slave: whole disk (or CD-ROM) |
594 | 599 | ||
595 | Partitions are handled the same way as for the first | 600 | Partitions are handled the same way as for the first |
596 | interface (see major number 3). | 601 | interface (see major number 3). |
597 | 602 | ||
@@ -639,6 +644,7 @@ Your cooperation is appreciated. | |||
639 | 644 | ||
640 | 26 char Quanta WinVision frame grabber {2.6} | 645 | 26 char Quanta WinVision frame grabber {2.6} |
641 | 0 = /dev/wvisfgrab Quanta WinVision frame grabber | 646 | 0 = /dev/wvisfgrab Quanta WinVision frame grabber |
647 | |||
642 | 26 block Second Matsushita (Panasonic/SoundBlaster) CD-ROM | 648 | 26 block Second Matsushita (Panasonic/SoundBlaster) CD-ROM |
643 | 0 = /dev/sbpcd4 Panasonic CD-ROM controller 1 unit 0 | 649 | 0 = /dev/sbpcd4 Panasonic CD-ROM controller 1 unit 0 |
644 | 1 = /dev/sbpcd5 Panasonic CD-ROM controller 1 unit 1 | 650 | 1 = /dev/sbpcd5 Panasonic CD-ROM controller 1 unit 1 |
@@ -670,6 +676,7 @@ Your cooperation is appreciated. | |||
670 | 37 = /dev/nrawqft1 Unit 1, no rewind-on-close, no file marks | 676 | 37 = /dev/nrawqft1 Unit 1, no rewind-on-close, no file marks |
671 | 38 = /dev/nrawqft2 Unit 2, no rewind-on-close, no file marks | 677 | 38 = /dev/nrawqft2 Unit 2, no rewind-on-close, no file marks |
672 | 39 = /dev/nrawqft3 Unit 3, no rewind-on-close, no file marks | 678 | 39 = /dev/nrawqft3 Unit 3, no rewind-on-close, no file marks |
679 | |||
673 | 27 block Third Matsushita (Panasonic/SoundBlaster) CD-ROM | 680 | 27 block Third Matsushita (Panasonic/SoundBlaster) CD-ROM |
674 | 0 = /dev/sbpcd8 Panasonic CD-ROM controller 2 unit 0 | 681 | 0 = /dev/sbpcd8 Panasonic CD-ROM controller 2 unit 0 |
675 | 1 = /dev/sbpcd9 Panasonic CD-ROM controller 2 unit 1 | 682 | 1 = /dev/sbpcd9 Panasonic CD-ROM controller 2 unit 1 |
@@ -681,6 +688,7 @@ Your cooperation is appreciated. | |||
681 | 1 = /dev/staliomem1 Second Stallion card I/O memory | 688 | 1 = /dev/staliomem1 Second Stallion card I/O memory |
682 | 2 = /dev/staliomem2 Third Stallion card I/O memory | 689 | 2 = /dev/staliomem2 Third Stallion card I/O memory |
683 | 3 = /dev/staliomem3 Fourth Stallion card I/O memory | 690 | 3 = /dev/staliomem3 Fourth Stallion card I/O memory |
691 | |||
684 | 28 char Atari SLM ACSI laser printer (68k/Atari) | 692 | 28 char Atari SLM ACSI laser printer (68k/Atari) |
685 | 0 = /dev/slm0 First SLM laser printer | 693 | 0 = /dev/slm0 First SLM laser printer |
686 | 1 = /dev/slm1 Second SLM laser printer | 694 | 1 = /dev/slm1 Second SLM laser printer |
@@ -690,6 +698,7 @@ Your cooperation is appreciated. | |||
690 | 1 = /dev/sbpcd13 Panasonic CD-ROM controller 3 unit 1 | 698 | 1 = /dev/sbpcd13 Panasonic CD-ROM controller 3 unit 1 |
691 | 2 = /dev/sbpcd14 Panasonic CD-ROM controller 3 unit 2 | 699 | 2 = /dev/sbpcd14 Panasonic CD-ROM controller 3 unit 2 |
692 | 3 = /dev/sbpcd15 Panasonic CD-ROM controller 3 unit 3 | 700 | 3 = /dev/sbpcd15 Panasonic CD-ROM controller 3 unit 3 |
701 | |||
693 | 28 block ACSI disk (68k/Atari) | 702 | 28 block ACSI disk (68k/Atari) |
694 | 0 = /dev/ada First ACSI disk whole disk | 703 | 0 = /dev/ada First ACSI disk whole disk |
695 | 16 = /dev/adb Second ACSI disk whole disk | 704 | 16 = /dev/adb Second ACSI disk whole disk |
@@ -750,6 +759,7 @@ Your cooperation is appreciated. | |||
750 | 31 char MPU-401 MIDI | 759 | 31 char MPU-401 MIDI |
751 | 0 = /dev/mpu401data MPU-401 data port | 760 | 0 = /dev/mpu401data MPU-401 data port |
752 | 1 = /dev/mpu401stat MPU-401 status port | 761 | 1 = /dev/mpu401stat MPU-401 status port |
762 | |||
753 | 31 block ROM/flash memory card | 763 | 31 block ROM/flash memory card |
754 | 0 = /dev/rom0 First ROM card (rw) | 764 | 0 = /dev/rom0 First ROM card (rw) |
755 | ... | 765 | ... |
@@ -801,7 +811,7 @@ Your cooperation is appreciated. | |||
801 | 34 block Fourth IDE hard disk/CD-ROM interface | 811 | 34 block Fourth IDE hard disk/CD-ROM interface |
802 | 0 = /dev/hdg Master: whole disk (or CD-ROM) | 812 | 0 = /dev/hdg Master: whole disk (or CD-ROM) |
803 | 64 = /dev/hdh Slave: whole disk (or CD-ROM) | 813 | 64 = /dev/hdh Slave: whole disk (or CD-ROM) |
804 | 814 | ||
805 | Partitions are handled the same way as for the first | 815 | Partitions are handled the same way as for the first |
806 | interface (see major number 3). | 816 | interface (see major number 3). |
807 | 817 | ||
@@ -818,6 +828,7 @@ Your cooperation is appreciated. | |||
818 | 129 = /dev/smpte1 Second MIDI port, SMPTE timed | 828 | 129 = /dev/smpte1 Second MIDI port, SMPTE timed |
819 | 130 = /dev/smpte2 Third MIDI port, SMPTE timed | 829 | 130 = /dev/smpte2 Third MIDI port, SMPTE timed |
820 | 131 = /dev/smpte3 Fourth MIDI port, SMPTE timed | 830 | 131 = /dev/smpte3 Fourth MIDI port, SMPTE timed |
831 | |||
821 | 35 block Slow memory ramdisk | 832 | 35 block Slow memory ramdisk |
822 | 0 = /dev/slram Slow memory ramdisk | 833 | 0 = /dev/slram Slow memory ramdisk |
823 | 834 | ||
@@ -828,6 +839,7 @@ Your cooperation is appreciated. | |||
828 | 16 = /dev/tap0 First Ethertap device | 839 | 16 = /dev/tap0 First Ethertap device |
829 | ... | 840 | ... |
830 | 31 = /dev/tap15 16th Ethertap device | 841 | 31 = /dev/tap15 16th Ethertap device |
842 | |||
831 | 36 block MCA ESDI hard disk | 843 | 36 block MCA ESDI hard disk |
832 | 0 = /dev/eda First ESDI disk whole disk | 844 | 0 = /dev/eda First ESDI disk whole disk |
833 | 64 = /dev/edb Second ESDI disk whole disk | 845 | 64 = /dev/edb Second ESDI disk whole disk |
@@ -882,6 +894,7 @@ Your cooperation is appreciated. | |||
882 | 894 | ||
883 | 40 char Matrox Meteor frame grabber {2.6} | 895 | 40 char Matrox Meteor frame grabber {2.6} |
884 | 0 = /dev/mmetfgrab Matrox Meteor frame grabber | 896 | 0 = /dev/mmetfgrab Matrox Meteor frame grabber |
897 | |||
885 | 40 block Syquest EZ135 parallel port removable drive | 898 | 40 block Syquest EZ135 parallel port removable drive |
886 | 0 = /dev/eza Parallel EZ135 drive, whole disk | 899 | 0 = /dev/eza Parallel EZ135 drive, whole disk |
887 | 900 | ||
@@ -893,6 +906,7 @@ Your cooperation is appreciated. | |||
893 | 906 | ||
894 | 41 char Yet Another Micro Monitor | 907 | 41 char Yet Another Micro Monitor |
895 | 0 = /dev/yamm Yet Another Micro Monitor | 908 | 0 = /dev/yamm Yet Another Micro Monitor |
909 | |||
896 | 41 block MicroSolutions BackPack parallel port CD-ROM | 910 | 41 block MicroSolutions BackPack parallel port CD-ROM |
897 | 0 = /dev/bpcd BackPack CD-ROM | 911 | 0 = /dev/bpcd BackPack CD-ROM |
898 | 912 | ||
@@ -901,6 +915,7 @@ Your cooperation is appreciated. | |||
901 | the parallel port ATAPI CD-ROM driver at major number 46. | 915 | the parallel port ATAPI CD-ROM driver at major number 46. |
902 | 916 | ||
903 | 42 char Demo/sample use | 917 | 42 char Demo/sample use |
918 | |||
904 | 42 block Demo/sample use | 919 | 42 block Demo/sample use |
905 | 920 | ||
906 | This number is intended for use in sample code, as | 921 | This number is intended for use in sample code, as |
@@ -918,6 +933,7 @@ Your cooperation is appreciated. | |||
918 | 0 = /dev/ttyI0 First virtual modem | 933 | 0 = /dev/ttyI0 First virtual modem |
919 | ... | 934 | ... |
920 | 63 = /dev/ttyI63 64th virtual modem | 935 | 63 = /dev/ttyI63 64th virtual modem |
936 | |||
921 | 43 block Network block devices | 937 | 43 block Network block devices |
922 | 0 = /dev/nb0 First network block device | 938 | 0 = /dev/nb0 First network block device |
923 | 1 = /dev/nb1 Second network block device | 939 | 1 = /dev/nb1 Second network block device |
@@ -934,12 +950,13 @@ Your cooperation is appreciated. | |||
934 | 0 = /dev/cui0 Callout device for ttyI0 | 950 | 0 = /dev/cui0 Callout device for ttyI0 |
935 | ... | 951 | ... |
936 | 63 = /dev/cui63 Callout device for ttyI63 | 952 | 63 = /dev/cui63 Callout device for ttyI63 |
953 | |||
937 | 44 block Flash Translation Layer (FTL) filesystems | 954 | 44 block Flash Translation Layer (FTL) filesystems |
938 | 0 = /dev/ftla FTL on first Memory Technology Device | 955 | 0 = /dev/ftla FTL on first Memory Technology Device |
939 | 16 = /dev/ftlb FTL on second Memory Technology Device | 956 | 16 = /dev/ftlb FTL on second Memory Technology Device |
940 | 32 = /dev/ftlc FTL on third Memory Technology Device | 957 | 32 = /dev/ftlc FTL on third Memory Technology Device |
941 | ... | 958 | ... |
942 | 240 = /dev/ftlp FTL on 16th Memory Technology Device | 959 | 240 = /dev/ftlp FTL on 16th Memory Technology Device |
943 | 960 | ||
944 | Partitions are handled in the same way as for IDE | 961 | Partitions are handled in the same way as for IDE |
945 | disks (see major number 3) except that the partition | 962 | disks (see major number 3) except that the partition |
@@ -958,6 +975,7 @@ Your cooperation is appreciated. | |||
958 | 191 = /dev/ippp63 64th SyncPPP device | 975 | 191 = /dev/ippp63 64th SyncPPP device |
959 | 976 | ||
960 | 255 = /dev/isdninfo ISDN monitor interface | 977 | 255 = /dev/isdninfo ISDN monitor interface |
978 | |||
961 | 45 block Parallel port IDE disk devices | 979 | 45 block Parallel port IDE disk devices |
962 | 0 = /dev/pda First parallel port IDE disk | 980 | 0 = /dev/pda First parallel port IDE disk |
963 | 16 = /dev/pdb Second parallel port IDE disk | 981 | 16 = /dev/pdb Second parallel port IDE disk |
@@ -1044,6 +1062,7 @@ Your cooperation is appreciated. | |||
1044 | 1 = /dev/dcbri1 Second DataComm card | 1062 | 1 = /dev/dcbri1 Second DataComm card |
1045 | 2 = /dev/dcbri2 Third DataComm card | 1063 | 2 = /dev/dcbri2 Third DataComm card |
1046 | 3 = /dev/dcbri3 Fourth DataComm card | 1064 | 3 = /dev/dcbri3 Fourth DataComm card |
1065 | |||
1047 | 52 block Mylex DAC960 PCI RAID controller; fifth controller | 1066 | 52 block Mylex DAC960 PCI RAID controller; fifth controller |
1048 | 0 = /dev/rd/c4d0 First disk, whole disk | 1067 | 0 = /dev/rd/c4d0 First disk, whole disk |
1049 | 8 = /dev/rd/c4d1 Second disk, whole disk | 1068 | 8 = /dev/rd/c4d1 Second disk, whole disk |
@@ -1093,6 +1112,7 @@ Your cooperation is appreciated. | |||
1093 | 1112 | ||
1094 | 55 char DSP56001 digital signal processor | 1113 | 55 char DSP56001 digital signal processor |
1095 | 0 = /dev/dsp56k First DSP56001 | 1114 | 0 = /dev/dsp56k First DSP56001 |
1115 | |||
1096 | 55 block Mylex DAC960 PCI RAID controller; eighth controller | 1116 | 55 block Mylex DAC960 PCI RAID controller; eighth controller |
1097 | 0 = /dev/rd/c7d0 First disk, whole disk | 1117 | 0 = /dev/rd/c7d0 First disk, whole disk |
1098 | 8 = /dev/rd/c7d1 Second disk, whole disk | 1118 | 8 = /dev/rd/c7d1 Second disk, whole disk |
@@ -1130,6 +1150,7 @@ Your cooperation is appreciated. | |||
1130 | 0 = /dev/cup0 Callout device for ttyP0 | 1150 | 0 = /dev/cup0 Callout device for ttyP0 |
1131 | 1 = /dev/cup1 Callout device for ttyP1 | 1151 | 1 = /dev/cup1 Callout device for ttyP1 |
1132 | ... | 1152 | ... |
1153 | |||
1133 | 58 block Reserved for logical volume manager | 1154 | 58 block Reserved for logical volume manager |
1134 | 1155 | ||
1135 | 59 char sf firewall package | 1156 | 59 char sf firewall package |
@@ -1149,6 +1170,7 @@ Your cooperation is appreciated. | |||
1149 | NAMING CONFLICT -- PROPOSED REVISED NAME /dev/rpda0 etc | 1170 | NAMING CONFLICT -- PROPOSED REVISED NAME /dev/rpda0 etc |
1150 | 1171 | ||
1151 | 60-63 char LOCAL/EXPERIMENTAL USE | 1172 | 60-63 char LOCAL/EXPERIMENTAL USE |
1173 | |||
1152 | 60-63 block LOCAL/EXPERIMENTAL USE | 1174 | 60-63 block LOCAL/EXPERIMENTAL USE |
1153 | Allocated for local/experimental use. For devices not | 1175 | Allocated for local/experimental use. For devices not |
1154 | assigned official numbers, these ranges should be | 1176 | assigned official numbers, these ranges should be |
@@ -1434,7 +1456,6 @@ Your cooperation is appreciated. | |||
1434 | DAC960 (see major number 48) except that the limit on | 1456 | DAC960 (see major number 48) except that the limit on |
1435 | partitions is 15. | 1457 | partitions is 15. |
1436 | 1458 | ||
1437 | |||
1438 | 78 char PAM Software's multimodem boards | 1459 | 78 char PAM Software's multimodem boards |
1439 | 0 = /dev/ttyM0 First PAM modem | 1460 | 0 = /dev/ttyM0 First PAM modem |
1440 | 1 = /dev/ttyM1 Second PAM modem | 1461 | 1 = /dev/ttyM1 Second PAM modem |
@@ -1450,7 +1471,6 @@ Your cooperation is appreciated. | |||
1450 | DAC960 (see major number 48) except that the limit on | 1471 | DAC960 (see major number 48) except that the limit on |
1451 | partitions is 15. | 1472 | partitions is 15. |
1452 | 1473 | ||
1453 | |||
1454 | 79 char PAM Software's multimodem boards - alternate devices | 1474 | 79 char PAM Software's multimodem boards - alternate devices |
1455 | 0 = /dev/cum0 Callout device for ttyM0 | 1475 | 0 = /dev/cum0 Callout device for ttyM0 |
1456 | 1 = /dev/cum1 Callout device for ttyM1 | 1476 | 1 = /dev/cum1 Callout device for ttyM1 |
@@ -1466,7 +1486,6 @@ Your cooperation is appreciated. | |||
1466 | DAC960 (see major number 48) except that the limit on | 1486 | DAC960 (see major number 48) except that the limit on |
1467 | partitions is 15. | 1487 | partitions is 15. |
1468 | 1488 | ||
1469 | |||
1470 | 80 char Photometrics AT200 CCD camera | 1489 | 80 char Photometrics AT200 CCD camera |
1471 | 0 = /dev/at200 Photometrics AT200 CCD camera | 1490 | 0 = /dev/at200 Photometrics AT200 CCD camera |
1472 | 1491 | ||
@@ -1679,7 +1698,7 @@ Your cooperation is appreciated. | |||
1679 | 1 = /dev/dcxx1 Second capture card | 1698 | 1 = /dev/dcxx1 Second capture card |
1680 | ... | 1699 | ... |
1681 | 1700 | ||
1682 | 94 block IBM S/390 DASD block storage | 1701 | 94 block IBM S/390 DASD block storage |
1683 | 0 = /dev/dasda First DASD device, major | 1702 | 0 = /dev/dasda First DASD device, major |
1684 | 1 = /dev/dasda1 First DASD device, block 1 | 1703 | 1 = /dev/dasda1 First DASD device, block 1 |
1685 | 2 = /dev/dasda2 First DASD device, block 2 | 1704 | 2 = /dev/dasda2 First DASD device, block 2 |
@@ -1695,7 +1714,7 @@ Your cooperation is appreciated. | |||
1695 | 1 = /dev/ipnat NAT control device/log file | 1714 | 1 = /dev/ipnat NAT control device/log file |
1696 | 2 = /dev/ipstate State information log file | 1715 | 2 = /dev/ipstate State information log file |
1697 | 3 = /dev/ipauth Authentication control device/log file | 1716 | 3 = /dev/ipauth Authentication control device/log file |
1698 | ... | 1717 | ... |
1699 | 1718 | ||
1700 | 96 char Parallel port ATAPI tape devices | 1719 | 96 char Parallel port ATAPI tape devices |
1701 | 0 = /dev/pt0 First parallel port ATAPI tape | 1720 | 0 = /dev/pt0 First parallel port ATAPI tape |
@@ -1705,7 +1724,7 @@ Your cooperation is appreciated. | |||
1705 | 129 = /dev/npt1 Second p.p. ATAPI tape, no rewind | 1724 | 129 = /dev/npt1 Second p.p. ATAPI tape, no rewind |
1706 | ... | 1725 | ... |
1707 | 1726 | ||
1708 | 96 block Inverse NAND Flash Translation Layer | 1727 | 96 block Inverse NAND Flash Translation Layer |
1709 | 0 = /dev/inftla First INFTL layer | 1728 | 0 = /dev/inftla First INFTL layer |
1710 | 16 = /dev/inftlb Second INFTL layer | 1729 | 16 = /dev/inftlb Second INFTL layer |
1711 | ... | 1730 | ... |
@@ -1937,7 +1956,6 @@ Your cooperation is appreciated. | |||
1937 | ... | 1956 | ... |
1938 | 1957 | ||
1939 | 113 block IBM iSeries virtual CD-ROM | 1958 | 113 block IBM iSeries virtual CD-ROM |
1940 | |||
1941 | 0 = /dev/iseries/vcda First virtual CD-ROM | 1959 | 0 = /dev/iseries/vcda First virtual CD-ROM |
1942 | 1 = /dev/iseries/vcdb Second virtual CD-ROM | 1960 | 1 = /dev/iseries/vcdb Second virtual CD-ROM |
1943 | ... | 1961 | ... |
@@ -2059,11 +2077,12 @@ Your cooperation is appreciated. | |||
2059 | ... | 2077 | ... |
2060 | 2078 | ||
2061 | 119 char VMware virtual network control | 2079 | 119 char VMware virtual network control |
2062 | 0 = /dev/vnet0 1st virtual network | 2080 | 0 = /dev/vmnet0 1st virtual network |
2063 | 1 = /dev/vnet1 2nd virtual network | 2081 | 1 = /dev/vmnet1 2nd virtual network |
2064 | ... | 2082 | ... |
2065 | 2083 | ||
2066 | 120-127 char LOCAL/EXPERIMENTAL USE | 2084 | 120-127 char LOCAL/EXPERIMENTAL USE |
2085 | |||
2067 | 120-127 block LOCAL/EXPERIMENTAL USE | 2086 | 120-127 block LOCAL/EXPERIMENTAL USE |
2068 | Allocated for local/experimental use. For devices not | 2087 | Allocated for local/experimental use. For devices not |
2069 | assigned official numbers, these ranges should be | 2088 | assigned official numbers, these ranges should be |
@@ -2075,7 +2094,6 @@ Your cooperation is appreciated. | |||
2075 | nodes; instead they should be accessed through the | 2094 | nodes; instead they should be accessed through the |
2076 | /dev/ptmx cloning interface. | 2095 | /dev/ptmx cloning interface. |
2077 | 2096 | ||
2078 | |||
2079 | 128 block SCSI disk devices (128-143) | 2097 | 128 block SCSI disk devices (128-143) |
2080 | 0 = /dev/sddy 129th SCSI disk whole disk | 2098 | 0 = /dev/sddy 129th SCSI disk whole disk |
2081 | 16 = /dev/sddz 130th SCSI disk whole disk | 2099 | 16 = /dev/sddz 130th SCSI disk whole disk |
@@ -2087,7 +2105,6 @@ Your cooperation is appreciated. | |||
2087 | disks (see major number 3) except that the limit on | 2105 | disks (see major number 3) except that the limit on |
2088 | partitions is 15. | 2106 | partitions is 15. |
2089 | 2107 | ||
2090 | |||
2091 | 129 block SCSI disk devices (144-159) | 2108 | 129 block SCSI disk devices (144-159) |
2092 | 0 = /dev/sdeo 145th SCSI disk whole disk | 2109 | 0 = /dev/sdeo 145th SCSI disk whole disk |
2093 | 16 = /dev/sdep 146th SCSI disk whole disk | 2110 | 16 = /dev/sdep 146th SCSI disk whole disk |
@@ -2123,7 +2140,6 @@ Your cooperation is appreciated. | |||
2123 | disks (see major number 3) except that the limit on | 2140 | disks (see major number 3) except that the limit on |
2124 | partitions is 15. | 2141 | partitions is 15. |
2125 | 2142 | ||
2126 | |||
2127 | 132 block SCSI disk devices (192-207) | 2143 | 132 block SCSI disk devices (192-207) |
2128 | 0 = /dev/sdgk 193rd SCSI disk whole disk | 2144 | 0 = /dev/sdgk 193rd SCSI disk whole disk |
2129 | 16 = /dev/sdgl 194th SCSI disk whole disk | 2145 | 16 = /dev/sdgl 194th SCSI disk whole disk |
@@ -2135,7 +2151,6 @@ Your cooperation is appreciated. | |||
2135 | disks (see major number 3) except that the limit on | 2151 | disks (see major number 3) except that the limit on |
2136 | partitions is 15. | 2152 | partitions is 15. |
2137 | 2153 | ||
2138 | |||
2139 | 133 block SCSI disk devices (208-223) | 2154 | 133 block SCSI disk devices (208-223) |
2140 | 0 = /dev/sdha 209th SCSI disk whole disk | 2155 | 0 = /dev/sdha 209th SCSI disk whole disk |
2141 | 16 = /dev/sdhb 210th SCSI disk whole disk | 2156 | 16 = /dev/sdhb 210th SCSI disk whole disk |
@@ -2147,7 +2162,6 @@ Your cooperation is appreciated. | |||
2147 | disks (see major number 3) except that the limit on | 2162 | disks (see major number 3) except that the limit on |
2148 | partitions is 15. | 2163 | partitions is 15. |
2149 | 2164 | ||
2150 | |||
2151 | 134 block SCSI disk devices (224-239) | 2165 | 134 block SCSI disk devices (224-239) |
2152 | 0 = /dev/sdhq 225th SCSI disk whole disk | 2166 | 0 = /dev/sdhq 225th SCSI disk whole disk |
2153 | 16 = /dev/sdhr 226th SCSI disk whole disk | 2167 | 16 = /dev/sdhr 226th SCSI disk whole disk |
@@ -2159,7 +2173,6 @@ Your cooperation is appreciated. | |||
2159 | disks (see major number 3) except that the limit on | 2173 | disks (see major number 3) except that the limit on |
2160 | partitions is 15. | 2174 | partitions is 15. |
2161 | 2175 | ||
2162 | |||
2163 | 135 block SCSI disk devices (240-255) | 2176 | 135 block SCSI disk devices (240-255) |
2164 | 0 = /dev/sdig 241st SCSI disk whole disk | 2177 | 0 = /dev/sdig 241st SCSI disk whole disk |
2165 | 16 = /dev/sdih 242nd SCSI disk whole disk | 2178 | 16 = /dev/sdih 242nd SCSI disk whole disk |
@@ -2171,7 +2184,6 @@ Your cooperation is appreciated. | |||
2171 | disks (see major number 3) except that the limit on | 2184 | disks (see major number 3) except that the limit on |
2172 | partitions is 15. | 2185 | partitions is 15. |
2173 | 2186 | ||
2174 | |||
2175 | 136-143 char Unix98 PTY slaves | 2187 | 136-143 char Unix98 PTY slaves |
2176 | 0 = /dev/pts/0 First Unix98 pseudo-TTY | 2188 | 0 = /dev/pts/0 First Unix98 pseudo-TTY |
2177 | 1 = /dev/pts/1 Second Unix98 pesudo-TTY | 2189 | 1 = /dev/pts/1 Second Unix98 pesudo-TTY |
@@ -2384,6 +2396,7 @@ Your cooperation is appreciated. | |||
2384 | ... | 2396 | ... |
2385 | 2397 | ||
2386 | 159 char RESERVED | 2398 | 159 char RESERVED |
2399 | |||
2387 | 159 block RESERVED | 2400 | 159 block RESERVED |
2388 | 2401 | ||
2389 | 160 char General Purpose Instrument Bus (GPIB) | 2402 | 160 char General Purpose Instrument Bus (GPIB) |
@@ -2427,7 +2440,7 @@ Your cooperation is appreciated. | |||
2427 | 2440 | ||
2428 | Partitions are handled in the same way as for IDE | 2441 | Partitions are handled in the same way as for IDE |
2429 | disks (see major number 3) except that the limit on | 2442 | disks (see major number 3) except that the limit on |
2430 | partitions is 31. | 2443 | partitions is 31. |
2431 | 2444 | ||
2432 | 162 char Raw block device interface | 2445 | 162 char Raw block device interface |
2433 | 0 = /dev/rawctl Raw I/O control device | 2446 | 0 = /dev/rawctl Raw I/O control device |
@@ -2483,7 +2496,6 @@ Your cooperation is appreciated. | |||
2483 | 2496 | ||
2484 | 171 char Reserved for IEEE 1394 (Firewire) | 2497 | 171 char Reserved for IEEE 1394 (Firewire) |
2485 | 2498 | ||
2486 | |||
2487 | 172 char Moxa Intellio serial card | 2499 | 172 char Moxa Intellio serial card |
2488 | 0 = /dev/ttyMX0 First Moxa port | 2500 | 0 = /dev/ttyMX0 First Moxa port |
2489 | 1 = /dev/ttyMX1 Second Moxa port | 2501 | 1 = /dev/ttyMX1 Second Moxa port |
@@ -2543,9 +2555,6 @@ Your cooperation is appreciated. | |||
2543 | 64 = /dev/usb/rio500 Diamond Rio 500 | 2555 | 64 = /dev/usb/rio500 Diamond Rio 500 |
2544 | 65 = /dev/usb/usblcd USBLCD Interface (info@usblcd.de) | 2556 | 65 = /dev/usb/usblcd USBLCD Interface (info@usblcd.de) |
2545 | 66 = /dev/usb/cpad0 Synaptics cPad (mouse/LCD) | 2557 | 66 = /dev/usb/cpad0 Synaptics cPad (mouse/LCD) |
2546 | 67 = /dev/usb/adutux0 1st Ontrak ADU device | ||
2547 | ... | ||
2548 | 76 = /dev/usb/adutux10 10th Ontrak ADU device | ||
2549 | 96 = /dev/usb/hiddev0 1st USB HID device | 2558 | 96 = /dev/usb/hiddev0 1st USB HID device |
2550 | ... | 2559 | ... |
2551 | 111 = /dev/usb/hiddev15 16th USB HID device | 2560 | 111 = /dev/usb/hiddev15 16th USB HID device |
@@ -2558,7 +2567,7 @@ Your cooperation is appreciated. | |||
2558 | 132 = /dev/usb/idmouse ID Mouse (fingerprint scanner) device | 2567 | 132 = /dev/usb/idmouse ID Mouse (fingerprint scanner) device |
2559 | 133 = /dev/usb/sisusbvga1 First SiSUSB VGA device | 2568 | 133 = /dev/usb/sisusbvga1 First SiSUSB VGA device |
2560 | ... | 2569 | ... |
2561 | 140 = /dev/usb/sisusbvga8 Eigth SISUSB VGA device | 2570 | 140 = /dev/usb/sisusbvga8 Eighth SISUSB VGA device |
2562 | 144 = /dev/usb/lcd USB LCD device | 2571 | 144 = /dev/usb/lcd USB LCD device |
2563 | 160 = /dev/usb/legousbtower0 1st USB Legotower device | 2572 | 160 = /dev/usb/legousbtower0 1st USB Legotower device |
2564 | ... | 2573 | ... |
@@ -2571,7 +2580,7 @@ Your cooperation is appreciated. | |||
2571 | 0 = /dev/uba First USB block device | 2580 | 0 = /dev/uba First USB block device |
2572 | 8 = /dev/ubb Second USB block device | 2581 | 8 = /dev/ubb Second USB block device |
2573 | 16 = /dev/ubc Third USB block device | 2582 | 16 = /dev/ubc Third USB block device |
2574 | ... | 2583 | ... |
2575 | 2584 | ||
2576 | 181 char Conrad Electronic parallel port radio clocks | 2585 | 181 char Conrad Electronic parallel port radio clocks |
2577 | 0 = /dev/pcfclock0 First Conrad radio clock | 2586 | 0 = /dev/pcfclock0 First Conrad radio clock |
@@ -2657,7 +2666,7 @@ Your cooperation is appreciated. | |||
2657 | 32 = /dev/mvideo/status2 Third device | 2666 | 32 = /dev/mvideo/status2 Third device |
2658 | ... | 2667 | ... |
2659 | ... | 2668 | ... |
2660 | 240 = /dev/mvideo/status15 16th device | 2669 | 240 = /dev/mvideo/status15 16th device |
2661 | ... | 2670 | ... |
2662 | 2671 | ||
2663 | 195 char Nvidia graphics devices | 2672 | 195 char Nvidia graphics devices |
@@ -2795,6 +2804,10 @@ Your cooperation is appreciated. | |||
2795 | ... | 2804 | ... |
2796 | 185 = /dev/ttyNX15 Hilscher netX serial port 15 | 2805 | 185 = /dev/ttyNX15 Hilscher netX serial port 15 |
2797 | 186 = /dev/ttyJ0 JTAG1 DCC protocol based serial port emulation | 2806 | 186 = /dev/ttyJ0 JTAG1 DCC protocol based serial port emulation |
2807 | 187 = /dev/ttyUL0 Xilinx uartlite - port 0 | ||
2808 | ... | ||
2809 | 190 = /dev/ttyUL3 Xilinx uartlite - port 3 | ||
2810 | 191 = /dev/xvc0 Xen virtual console - port 0 | ||
2798 | 2811 | ||
2799 | 205 char Low-density serial ports (alternate device) | 2812 | 205 char Low-density serial ports (alternate device) |
2800 | 0 = /dev/culu0 Callout device for ttyLU0 | 2813 | 0 = /dev/culu0 Callout device for ttyLU0 |
@@ -2832,7 +2845,6 @@ Your cooperation is appreciated. | |||
2832 | 82 = /dev/cuvr0 Callout device for ttyVR0 | 2845 | 82 = /dev/cuvr0 Callout device for ttyVR0 |
2833 | 83 = /dev/cuvr1 Callout device for ttyVR1 | 2846 | 83 = /dev/cuvr1 Callout device for ttyVR1 |
2834 | 2847 | ||
2835 | |||
2836 | 206 char OnStream SC-x0 tape devices | 2848 | 206 char OnStream SC-x0 tape devices |
2837 | 0 = /dev/osst0 First OnStream SCSI tape, mode 0 | 2849 | 0 = /dev/osst0 First OnStream SCSI tape, mode 0 |
2838 | 1 = /dev/osst1 Second OnStream SCSI tape, mode 0 | 2850 | 1 = /dev/osst1 Second OnStream SCSI tape, mode 0 |
@@ -2922,7 +2934,6 @@ Your cooperation is appreciated. | |||
2922 | ... | 2934 | ... |
2923 | 2935 | ||
2924 | 212 char LinuxTV.org DVB driver subsystem | 2936 | 212 char LinuxTV.org DVB driver subsystem |
2925 | |||
2926 | 0 = /dev/dvb/adapter0/video0 first video decoder of first card | 2937 | 0 = /dev/dvb/adapter0/video0 first video decoder of first card |
2927 | 1 = /dev/dvb/adapter0/audio0 first audio decoder of first card | 2938 | 1 = /dev/dvb/adapter0/audio0 first audio decoder of first card |
2928 | 2 = /dev/dvb/adapter0/sec0 (obsolete/unused) | 2939 | 2 = /dev/dvb/adapter0/sec0 (obsolete/unused) |
@@ -3008,9 +3019,9 @@ Your cooperation is appreciated. | |||
3008 | 2 = /dev/3270/tub2 Second 3270 terminal | 3019 | 2 = /dev/3270/tub2 Second 3270 terminal |
3009 | ... | 3020 | ... |
3010 | 3021 | ||
3011 | 229 char IBM iSeries virtual console | 3022 | 229 char IBM iSeries/pSeries virtual console |
3012 | 0 = /dev/iseries/vtty0 First console port | 3023 | 0 = /dev/hvc0 First console port |
3013 | 1 = /dev/iseries/vtty1 Second console port | 3024 | 1 = /dev/hvc1 Second console port |
3014 | ... | 3025 | ... |
3015 | 3026 | ||
3016 | 230 char IBM iSeries virtual tape | 3027 | 230 char IBM iSeries virtual tape |
@@ -3083,12 +3094,14 @@ Your cooperation is appreciated. | |||
3083 | 234-239 UNASSIGNED | 3094 | 234-239 UNASSIGNED |
3084 | 3095 | ||
3085 | 240-254 char LOCAL/EXPERIMENTAL USE | 3096 | 240-254 char LOCAL/EXPERIMENTAL USE |
3097 | |||
3086 | 240-254 block LOCAL/EXPERIMENTAL USE | 3098 | 240-254 block LOCAL/EXPERIMENTAL USE |
3087 | Allocated for local/experimental use. For devices not | 3099 | Allocated for local/experimental use. For devices not |
3088 | assigned official numbers, these ranges should be | 3100 | assigned official numbers, these ranges should be |
3089 | used in order to avoid conflicting with future assignments. | 3101 | used in order to avoid conflicting with future assignments. |
3090 | 3102 | ||
3091 | 255 char RESERVED | 3103 | 255 char RESERVED |
3104 | |||
3092 | 255 block RESERVED | 3105 | 255 block RESERVED |
3093 | 3106 | ||
3094 | This major is reserved to assist the expansion to a | 3107 | This major is reserved to assist the expansion to a |
@@ -3115,7 +3128,20 @@ Your cooperation is appreciated. | |||
3115 | 257 char Phoenix Technologies Cryptographic Services Driver | 3128 | 257 char Phoenix Technologies Cryptographic Services Driver |
3116 | 0 = /dev/ptlsec Crypto Services Driver | 3129 | 0 = /dev/ptlsec Crypto Services Driver |
3117 | 3130 | ||
3118 | 3131 | 257 block SSFDC Flash Translation Layer filesystem | |
3132 | 0 = /dev/ssfdca First SSFDC layer | ||
3133 | 8 = /dev/ssfdcb Second SSFDC layer | ||
3134 | 16 = /dev/ssfdcc Third SSFDC layer | ||
3135 | 24 = /dev/ssfdcd 4th SSFDC layer | ||
3136 | 32 = /dev/ssfdce 5th SSFDC layer | ||
3137 | 40 = /dev/ssfdcf 6th SSFDC layer | ||
3138 | 48 = /dev/ssfdcg 7th SSFDC layer | ||
3139 | 56 = /dev/ssfdch 8th SSFDC layer | ||
3140 | |||
3141 | 258 block ROM/Flash read-only translation layer | ||
3142 | 0 = /dev/blockrom0 First ROM card's translation layer interface | ||
3143 | 1 = /dev/blockrom1 Second ROM card's translation layer interface | ||
3144 | ... | ||
3119 | 3145 | ||
3120 | **** ADDITIONAL /dev DIRECTORY ENTRIES | 3146 | **** ADDITIONAL /dev DIRECTORY ENTRIES |
3121 | 3147 | ||