diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-12-01 04:02:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-12-01 04:02:08 +0000 |
commit | fd095d09f2d475dc2e8599b1b8bae1cd65e91685 (patch) | |
tree | 217f87a997699505e0dd752931409b9f10fffe65 /Documentation/devices.txt | |
parent | c02e0599c4233f97071928f8118841954bacdadf (diff) |
Merge with 2.1.56 as first part of merging back my code.
Diffstat (limited to 'Documentation/devices.txt')
-rw-r--r-- | Documentation/devices.txt | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/Documentation/devices.txt b/Documentation/devices.txt index c9697e262..4c390293b 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt @@ -1,7 +1,7 @@ LINUX ALLOCATED DEVICES Maintained by H. Peter Anvin <hpa@zytor.com> - Last revised: September 5, 1997 + Last revised: September 11, 1997 This list is the successor to Rick Miller's Linux Device List, which he stopped maintaining when he got busy with other things in 1993. It @@ -9,12 +9,13 @@ is a registry of allocated major device numbers, as well as the recommended /dev directory nodes for these devices. The latest version of this list is included with the Linux kernel -sources in LaTeX and ASCII form. In case of discrepancy, the LaTeX -version is authoritative. +sources in LaTeX and ASCII form. It is also available separately from +ftp://ftp.kernel.org/pub/linux/docs/device-list/. In case of +discrepancy, the LaTeX version is authoritative. This document is included by reference into the Linux Filesystem -Standard (FSSTND). The FSSTND is available via FTP from -tsx-11.mit.edu in the directory /pub/linux/docs/linux-standards/fsstnd. +Standard (FSSTND). The FSSTND is available from +ftp://tsx-11.mit.edu/pub/linux/docs/linux-standards/fsstnd/. To have a major number allocated, or a minor number in situations where that applies (e.g. busmice), please contact me with the @@ -748,6 +749,16 @@ reply. 0 = /dev/cui0 Callout device corresponding to ttyI0 ... 63 = /dev/cui63 Callout device corresponding to ttyI63 + block Flash Translatio Layer (FTL) filesystems + 0 = /dev/ftla FTL on first Memory Technology Device + 16 = /dev/ftlb FTL on second Memory Technology Device + 32 = /dev/ftlc FTL on third Memory Technology Device + ... + 240 = /dev/ftlp FTL on 16th Memory Technology Device + + Partitions are handled in the same way as for IDE + disks (see major number 3) expect that the partition + limit is 15 rather than 63 per disk (same as SCSI.) 45 char isdn4linux ISDN BRI driver 0 = /dev/isdn0 First virtual B channel raw data @@ -1042,7 +1053,14 @@ reply. 1 = /dev/i2c1 Second I2C adapter ... - 90-119 UNALLOCATED + 90 char Memory Technology Device (RAM, ROM, Flash) + 0 = /dev/mtd0 First MTD (rw) + 1 = /dev/mtdr0 First MTD (ro) + ... + 30 = /dev/mtd15 16th MTD (rw) + 31 = /dev/mtdr15 16th MTD (ro) + + 91-119 UNALLOCATED 120-127 LOCAL/EXPERIMENTAL USE |