diff options
author | Dave Jones <davej@redhat.com> | 2007-10-01 10:20:09 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-01 16:52:23 +0200 |
commit | 8814842fbb6d8907cd23711cc4cbc3a6a191080f (patch) | |
tree | aa8a7cf712f9f7cb132e82cf19fa130287f3cae0 /Documentation | |
parent | fix console change race exposed by CFS (diff) | |
download | linux-8814842fbb6d8907cd23711cc4cbc3a6a191080f.tar.xz linux-8814842fbb6d8907cd23711cc4cbc3a6a191080f.zip |
Add /dev/oldmem to devices.txt documentation
Signed-off-by: Dave Jones <davej@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: <device@lanana.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devices.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devices.txt b/Documentation/devices.txt index 8de132a02ba9..6c46730c631a 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt @@ -94,6 +94,8 @@ Your cooperation is appreciated. 9 = /dev/urandom Faster, less secure random number gen. 10 = /dev/aio Asynchronous I/O notification interface 11 = /dev/kmsg Writes to this come out as printk's + 12 = /dev/oldmem Used by crashdump kernels to access + the memory of the kernel that crashed. 1 block RAM disk 0 = /dev/ram0 First RAM disk |