From patchwork Fri May 17 13:08:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 17024 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-gh0-f199.google.com (mail-gh0-f199.google.com [209.85.160.199]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 7C116238F0 for ; Fri, 17 May 2013 13:09:34 +0000 (UTC) Received: by mail-gh0-f199.google.com with SMTP id g14sf4736036ghb.2 for ; Fri, 17 May 2013 06:08:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-beenthere:x-received:received-spf :x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :x-google-group-id:list-post:list-help:list-archive:list-unsubscribe; bh=JIKtRMkj1/889jWx/d0O1EienOW1BWJ3gVpP1DMgXbQ=; b=pKDSlCUh2mqa6F0zdA1Q+QxxWzOM7Na+5I4qd8yxhJs+ZtelpkZkFn3QPIj2Zq1sX9 o0iW5CGboqrkaxlFN7CEXmw66NC+TrW4y2Kh5Nji1O7bIg36EqnUp37p5NeZ44L2vZaK OVnNPpLiX/Owir3FG++MZdr8PQTk1oXSjYhW2km1CzmyYX2PAHwMsqEfC3q84IncwA4+ zwJUiIBsnqaKbu8oFqIwVE68V/SLnNve+S1N09cODQzh4a5TdVjciKWCBpLidHfPgjWp vmu9eDy5tVtN0MbeFRp0lROrOg3iKgD0Pqi84uvodOxz5ONnE7xJXnzlgfjCdDofiy50 nI1g== X-Received: by 10.236.190.134 with SMTP id e6mr23773394yhn.40.1368796132815; Fri, 17 May 2013 06:08:52 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.85.226 with SMTP id k2ls1652554qez.32.gmail; Fri, 17 May 2013 06:08:52 -0700 (PDT) X-Received: by 10.52.165.166 with SMTP id yz6mr13334729vdb.6.1368796132665; Fri, 17 May 2013 06:08:52 -0700 (PDT) Received: from mail-vc0-f171.google.com (mail-vc0-f171.google.com [209.85.220.171]) by mx.google.com with ESMTPS id sc6si5768769vdc.151.2013.05.17.06.08.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 17 May 2013 06:08:52 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.220.171 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.220.171; Received: by mail-vc0-f171.google.com with SMTP id m17so2187425vca.30 for ; Fri, 17 May 2013 06:08:52 -0700 (PDT) X-Received: by 10.58.90.5 with SMTP id bs5mr29350858veb.60.1368796132457; Fri, 17 May 2013 06:08:52 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.126.138 with SMTP id c10csp108852vcs; Fri, 17 May 2013 06:08:51 -0700 (PDT) X-Received: by 10.112.198.99 with SMTP id jb3mr1124129lbc.45.1368796130867; Fri, 17 May 2013 06:08:50 -0700 (PDT) Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) by mx.google.com with ESMTPS id h3si813913lae.41.2013.05.17.06.08.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 17 May 2013 06:08:50 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.217.179 is neither permitted nor denied by best guess record for domain of linus.walleij@linaro.org) client-ip=209.85.217.179; Received: by mail-lb0-f179.google.com with SMTP id r11so299379lbv.10 for ; Fri, 17 May 2013 06:08:50 -0700 (PDT) X-Received: by 10.112.205.231 with SMTP id lj7mr21685748lbc.27.1368796130055; Fri, 17 May 2013 06:08:50 -0700 (PDT) Received: from localhost.localdomain (c83-249-208-115.bredband.comhem.se. [83.249.208.115]) by mx.google.com with ESMTPSA id e3sm4840181lbf.17.2013.05.17.06.08.48 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 17 May 2013 06:08:49 -0700 (PDT) From: Linus Walleij To: linux-kernel@vger.kernel.org, Jens Axboe Cc: Linus Walleij , Paul Gortmaker Subject: [PATCH v2] block: remove refs to XD disks from documentation Date: Fri, 17 May 2013 15:08:41 +0200 Message-Id: <1368796121-4593-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.8.1.4 X-Gm-Message-State: ALoCoQlE3kNAzaB1omb4fqFwlZ85XOrXVn4bwnkZZCNl3/kjBSV3W3iXvqPs0wi/twfwSoyYKT5g X-Original-Sender: linus.walleij@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.171 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , 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 Cc: Jens Axboe Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Put a smallish notice on the block device entry in Documentation/devices.txt instead of just blanking it out, as suggested by Paul Gortmaker. --- Documentation/devices.txt | 8 ++------ Documentation/kernel-parameters.txt | 3 --- Documentation/m68k/kernel-options.txt | 2 -- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Documentation/devices.txt b/Documentation/devices.txt index 08f01e7..b901591 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt @@ -498,12 +498,8 @@ Your cooperation is appreciated. Each device type has 5 bits (32 minors). - 13 block 8-bit MFM/RLL/IDE controller - 0 = /dev/xda First XT disk whole disk - 64 = /dev/xdb Second XT disk whole disk - - Partitions are handled in the same way as IDE disks - (see major number 3). + 13 block Previously used for the XT disk (/dev/xdN) + Deleted in kernel v3.9. 14 char Open Sound System (OSS) 0 = /dev/mixer Mixer control diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index c3bfacb..5469dbf 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. plus one apbt timer for broadcast timer. 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] Unplug Xen emulated devices Format: [unplug0,][unplug1] diff --git a/Documentation/m68k/kernel-options.txt b/Documentation/m68k/kernel-options.txt index 97d45f2..eaf32a1 100644 --- a/Documentation/m68k/kernel-options.txt +++ b/Documentation/m68k/kernel-options.txt @@ -80,8 +80,6 @@ Valid names are: /dev/sdd: -> 0x0830 (forth SCSI disk) /dev/sde: -> 0x0840 (fifth SCSI 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 partition number. Internally, the value of the number is just