diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-05-17 09:08:41 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-05-17 09:17:12 -0400 |
commit | 1fbeeba35e1a25f1a7598e0f5d1433c18084e96a (patch) | |
tree | 450c2831b5cfc16e4c0c07f8db24396f43be5cc4 /Documentation | |
parent | c60855cdb976c632b3bf8922eeab8a0e78edfc04 (diff) |
block: remove refs to XD disks from documentation
Commit d1a6f4f19728d6e90480e53601a90fc9f6a348ad
"block: delete super ancient PC-XT driver for 1980's hardware"
deleted the XD disk driver, but there are still a few
references to it in the documentation directory. Delete
the remnants and thus also free up the major block device
13 for reuse.
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devices.txt | 8 | ||||
-rw-r--r-- | Documentation/kernel-parameters.txt | 3 | ||||
-rw-r--r-- | Documentation/m68k/kernel-options.txt | 2 |
3 files changed, 2 insertions, 11 deletions
diff --git a/Documentation/devices.txt b/Documentation/devices.txt index 08f01e79c41a..b9015912bca6 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt | |||
@@ -498,12 +498,8 @@ Your cooperation is appreciated. | |||
498 | 498 | ||
499 | Each device type has 5 bits (32 minors). | 499 | Each device type has 5 bits (32 minors). |
500 | 500 | ||
501 | 13 block 8-bit MFM/RLL/IDE controller | 501 | 13 block Previously used for the XT disk (/dev/xdN) |
502 | 0 = /dev/xda First XT disk whole disk | 502 | Deleted in kernel v3.9. |
503 | 64 = /dev/xdb Second XT disk whole disk | ||
504 | |||
505 | Partitions are handled in the same way as IDE disks | ||
506 | (see major number 3). | ||
507 | 503 | ||
508 | 14 char Open Sound System (OSS) | 504 | 14 char Open Sound System (OSS) |
509 | 0 = /dev/mixer Mixer control | 505 | 0 = /dev/mixer Mixer control |
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index c3bfacb92910..5469dbf95584 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -3330,9 +3330,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
3330 | plus one apbt timer for broadcast timer. | 3330 | plus one apbt timer for broadcast timer. |
3331 | x86_mrst_timer=apbt_only | lapic_and_apbt | 3331 | x86_mrst_timer=apbt_only | lapic_and_apbt |
3332 | 3332 | ||
3333 | xd= [HW,XT] Original XT pre-IDE (RLL encoded) disks. | ||
3334 | xd_geo= See header of drivers/block/xd.c. | ||
3335 | |||
3336 | xen_emul_unplug= [HW,X86,XEN] | 3333 | xen_emul_unplug= [HW,X86,XEN] |
3337 | Unplug Xen emulated devices | 3334 | Unplug Xen emulated devices |
3338 | Format: [unplug0,][unplug1] | 3335 | Format: [unplug0,][unplug1] |
diff --git a/Documentation/m68k/kernel-options.txt b/Documentation/m68k/kernel-options.txt index 97d45f276fe6..eaf32a1fd0b1 100644 --- a/Documentation/m68k/kernel-options.txt +++ b/Documentation/m68k/kernel-options.txt | |||
@@ -80,8 +80,6 @@ Valid names are: | |||
80 | /dev/sdd: -> 0x0830 (forth SCSI disk) | 80 | /dev/sdd: -> 0x0830 (forth SCSI disk) |
81 | /dev/sde: -> 0x0840 (fifth SCSI disk) | 81 | /dev/sde: -> 0x0840 (fifth SCSI disk) |
82 | /dev/fd : -> 0x0200 (floppy disk) | 82 | /dev/fd : -> 0x0200 (floppy disk) |
83 | /dev/xda: -> 0x0c00 (first XT disk, unused in Linux/m68k) | ||
84 | /dev/xdb: -> 0x0c40 (second XT disk, unused in Linux/m68k) | ||
85 | 83 | ||
86 | The name must be followed by a decimal number, that stands for the | 84 | The name must be followed by a decimal number, that stands for the |
87 | partition number. Internally, the value of the number is just | 85 | partition number. Internally, the value of the number is just |