Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 1 Oct 2002 14:20:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 1 Oct 2002 14:20:40 -0400 Received: from air-2.osdl.org ([65.172.181.6]:16273 "EHLO cherise.pdx.osdl.net") by vger.kernel.org with ESMTP id ; Tue, 1 Oct 2002 14:20:39 -0400 Date: Tue, 1 Oct 2002 11:28:07 -0700 (PDT) From: Patrick Mochel X-X-Sender: mochel@cherise.pdx.osdl.net To: Matthew Dobson cc: Greg KH , linux-kernel , Martin Bligh Subject: Re: [rfc][patch] driverfs multi-node(board) patch [2/2] In-Reply-To: <3D99E722.8020704@us.ibm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 821 Lines: 35 Matt, I have some comments about the structure of the code, but those will come in another email.. > [root@elm3b79 devices]# tree -d root/sys/ > root/sys/ > |-- node0 > | `-- sys > | |-- cpu0 > | |-- cpu1 > | |-- cpu2 > | |-- cpu3 > | `-- memblk0 > |-- node1 > | `-- sys > | |-- cpu4 > | |-- cpu5 > | |-- cpu6 > | |-- cpu7 > | `-- memblk1 > |-- pic0 > `-- rtc0 Shouldn't nodes (or, erm, boards) be added as children of the root? Aren't all types of devices present on the various boards (PCI, etc)? -pat - 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/