From patchwork Sun Jan 10 13:21:31 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 43548 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 522C1B7C48 for ; Sat, 23 Jan 2010 10:30:53 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756369Ab0AVX37 (ORCPT ); Fri, 22 Jan 2010 18:29:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756197Ab0AVX36 (ORCPT ); Fri, 22 Jan 2010 18:29:58 -0500 Received: from fmmailgate02.web.de ([217.72.192.227]:51452 "EHLO fmmailgate02.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754248Ab0AVX34 (ORCPT ); Fri, 22 Jan 2010 18:29:56 -0500 Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate02.web.de (Postfix) with ESMTP id 0A15E14C5E972; Sat, 23 Jan 2010 00:29:56 +0100 (CET) Received: from [92.75.141.69] (helo=[192.168.1.10]) by smtp05.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #314) id 1NYSwt-0006PP-00; Sat, 23 Jan 2010 00:29:55 +0100 Message-Id: <445e1bf881b6f8b6a5886d6eee70f6435a5619d6.1264201408.git.jan.kiszka@web.de> In-Reply-To: References: From: Jan Kiszka To: David Miller , Karsten Keil Cc: linux-kernel@vger.kernel.org, i4ldeveloper@listserv.isdn4linux.de, isdn4linux@listserv.isdn4linux.de, netdev@vger.kernel.org, Alan Cox Date: Sun, 10 Jan 2010 14:21:31 +0100 Subject: [PATCH 31/31] CAPI: Officially claim char major 191 X-Sender: jan.kiszka@web.de X-Provags-ID: V01U2FsdGVkX19qd7t30joIucvytpLp877UKpepSLhBhtPZERJN 6O+5MC69scx46gd5X7JXNbwuYFR3R33rLdHMLo2yfqvvw/C3SQ ERWrOkLOU= Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org I found no trace of this mysterious "pcl181" device, neither in-tree nor out there in the wild. At the same time, the in-tree CAPI middleware is using major 191 for many years now and obviously without any conflict. Let's officially claim this major number. CC: Alan Cox Signed-off-by: Jan Kiszka Acked-by: Alan Cox --- Documentation/devices.txt | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/devices.txt b/Documentation/devices.txt index 53d64d3..4dfc2a0 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt @@ -403,7 +403,7 @@ Your cooperation is appreciated. 188 = /dev/smbusbios SMBus BIOS 189 = /dev/ussp_ctl User space serial port control 190 = /dev/crash Mission Critical Linux crash dump facility - 191 = /dev/pcl181 + 191 = /dev/capi/[0-9]* CAPI 2.0 middleware, NCCI TTYs 192 = /dev/nas_xbus NAS xbus LCD/buttons access 193 = /dev/d7s SPARC 7-segment display 194 = /dev/zkshim Zero-Knowledge network shim control @@ -2618,7 +2618,10 @@ Your cooperation is appreciated. 1 = /dev/kctt1 Second KCT/T card ... -191 char Reserved for PCMCIA +191 char CAPI 2.0 middleware, NCCI TTYs + 0 = /dev/capi/0 TTY for NCCI ID 0 + 1 = /dev/capi/1 TTY for NCCI ID 1 + ... 192 char Kernel profiling interface 0 = /dev/profile Profiling control device