diff options
author | Dave Jones <davej@redhat.com> | 2007-10-01 01:20:09 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-01 07:52:23 -0700 |
commit | 8814842fbb6d8907cd23711cc4cbc3a6a191080f (patch) | |
tree | aa8a7cf712f9f7cb132e82cf19fa130287f3cae0 /Documentation/devices.txt | |
parent | a64314e62d89562b6fc77593648bec3acc35bf61 (diff) | |
download | linux-3.10-8814842fbb6d8907cd23711cc4cbc3a6a191080f.tar.gz linux-3.10-8814842fbb6d8907cd23711cc4cbc3a6a191080f.tar.bz2 linux-3.10-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/devices.txt')
-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 8de132a02ba..6c46730c631 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 |