Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261917AbTEZRlw (ORCPT ); Mon, 26 May 2003 13:41:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261906AbTEZRlw (ORCPT ); Mon, 26 May 2003 13:41:52 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:13496 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S261917AbTEZRlj (ORCPT ); Mon, 26 May 2003 13:41:39 -0400 Message-ID: <3ED254DE.5020308@pobox.com> Date: Mon, 26 May 2003 13:54:38 -0400 From: Jeff Garzik Organization: none User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk X-Accept-Language: en MIME-Version: 1.0 To: Jens Axboe CC: Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: [BK PATCHES] add ata scsi driver References: <3ED1B261.8030708@pobox.com> <20030526172405.GJ845@suse.de> In-Reply-To: <20030526172405.GJ845@suse.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1025 Lines: 32 Jens Axboe wrote: > On Mon, May 26 2003, Linus Torvalds wrote: > >>>What does the block layer need, that it doesn't have now? >> >>Exactly. I'd _love_ for people to really think about this. > > > In discussion with Jeff, it seems most of what he wants is already > there. He just doesn't know it yet :-) hehe. Here's a salient point: native block drivers are typically used in one of two ways: creating a whole subsystem (ide, scsi), or servicing a single host (dac960). I am doing the first: creating a whole subsystem. The infrastructure involved in that, over and above what block already provides, is that part I dread coding. If I am to code that, I want to do so ONCE. And that means a bus-agnostic /dev/{disk,cdrom,tape}. Not /dev/{ad,acd,at,ag}. Jeff - 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/