Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 25 Jun 2002 14:44:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 25 Jun 2002 14:44:11 -0400 Received: from air-2.osdl.org ([65.172.181.6]:9628 "EHLO geena.pdx.osdl.net") by vger.kernel.org with ESMTP id ; Tue, 25 Jun 2002 14:44:10 -0400 Date: Tue, 25 Jun 2002 11:38:53 -0700 (PDT) From: Patrick Mochel X-X-Sender: To: James Bottomley cc: "Grover, Andrew" , "'David Brownell'" , "'Nick Bellinger'" , , Subject: Re: driverfs is not for everything! (was: [PATCH] /proc/scsi/map ) In-Reply-To: <200206241809.g5OI9Ds02886@localhost.localdomain> 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: 780 Lines: 18 > I think the qualification for appearing in driverfs is actually possessing a > driver. Therefore, we accept FC and iSCSI. Things which appear as > FileSystems are debatable, but not anything which has a real device driver. The qualification for appearing in the device tree is the physical presence of the device, regardless of the presence of a driver to control it. (This typically depends on the presence of the bus driver so it can discover the device.) Presence in the device tree implies presence in driverfs. -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/