Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761914AbYFMNzl (ORCPT ); Fri, 13 Jun 2008 09:55:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756437AbYFMNzN (ORCPT ); Fri, 13 Jun 2008 09:55:13 -0400 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:21609 "EHLO g5t0006.atlanta.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756402AbYFMNzM convert rfc822-to-8bit (ORCPT ); Fri, 13 Jun 2008 09:55:12 -0400 From: "Altobelli, David" To: Michael Tokarev , "H. Peter Anvin" CC: "linux-kernel@vger.kernel.org" Date: Fri, 13 Jun 2008 13:54:13 +0000 Subject: RE: [PATCH] HP iLO driver Thread-Topic: [PATCH] HP iLO driver Thread-Index: AcjNL7wpxrXqCDowR+iejotQW+oPkAAK5LpA Message-ID: References: <20080612182308.GA1091@ldl.fc.hp.com> <48516CF2.106@zytor.com> <48518F99.7060003@zytor.com> <48523012.1000007@msgid.tls.msk.ru> In-Reply-To: <48523012.1000007@msgid.tls.msk.ru> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1083 Lines: 26 Michael Tokarev wrote: > H. Peter Anvin wrote: >> Altobelli, David wrote: >>>> Wouldn't /dev/hpilo/ccbN be a more appropriate namespace? >>> >>> Yes, that would be more clear. The code is currently defined to a >>> maximum of 1 hardware device, but this could change, and the dev >>> path should probably reflect that. >>> >>> How do you feel about /dev/hpiloX/ccbN, where X is 0, 1, ... >>> Num_Devices-1? >> >> I'd rather see /dev/hpilo/dXcY, the point being to try to declutter >> the /dev root. > > For a case when there will be only one, or, in very rare theoretical > case, two devices, why bother in the first place? A subdirectory > containing only one node is more ugly.. ;) My notation might have confused you, but there will be several ccb nodes. The N will range from 0,...MAX_CCB-1, and MAX_CCB is currently defined as 8. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/