Commit 1fbeeba3 authored by Linus Walleij's avatar Linus Walleij Committed by Jens Axboe

block: remove refs to XD disks from documentation

Commit d1a6f4f1
"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: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent c60855cd
...@@ -498,12 +498,8 @@ Your cooperation is appreciated. ...@@ -498,12 +498,8 @@ Your cooperation is appreciated.
Each device type has 5 bits (32 minors). Each device type has 5 bits (32 minors).
13 block 8-bit MFM/RLL/IDE controller 13 block Previously used for the XT disk (/dev/xdN)
0 = /dev/xda First XT disk whole disk Deleted in kernel v3.9.
64 = /dev/xdb Second XT disk whole disk
Partitions are handled in the same way as IDE disks
(see major number 3).
14 char Open Sound System (OSS) 14 char Open Sound System (OSS)
0 = /dev/mixer Mixer control 0 = /dev/mixer Mixer control
......
...@@ -3330,9 +3330,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted. ...@@ -3330,9 +3330,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
plus one apbt timer for broadcast timer. plus one apbt timer for broadcast timer.
x86_mrst_timer=apbt_only | lapic_and_apbt x86_mrst_timer=apbt_only | lapic_and_apbt
xd= [HW,XT] Original XT pre-IDE (RLL encoded) disks.
xd_geo= See header of drivers/block/xd.c.
xen_emul_unplug= [HW,X86,XEN] xen_emul_unplug= [HW,X86,XEN]
Unplug Xen emulated devices Unplug Xen emulated devices
Format: [unplug0,][unplug1] Format: [unplug0,][unplug1]
......
...@@ -80,8 +80,6 @@ Valid names are: ...@@ -80,8 +80,6 @@ Valid names are:
/dev/sdd: -> 0x0830 (forth SCSI disk) /dev/sdd: -> 0x0830 (forth SCSI disk)
/dev/sde: -> 0x0840 (fifth SCSI disk) /dev/sde: -> 0x0840 (fifth SCSI disk)
/dev/fd : -> 0x0200 (floppy disk) /dev/fd : -> 0x0200 (floppy disk)
/dev/xda: -> 0x0c00 (first XT disk, unused in Linux/m68k)
/dev/xdb: -> 0x0c40 (second XT disk, unused in Linux/m68k)
The name must be followed by a decimal number, that stands for the The name must be followed by a decimal number, that stands for the
partition number. Internally, the value of the number is just partition number. Internally, the value of the number is just
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment