Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 20 Jun 2002 12:37:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 20 Jun 2002 12:37:31 -0400 Received: from mion.elka.pw.edu.pl ([194.29.160.35]:60372 "EHLO mion.elka.pw.edu.pl") by vger.kernel.org with ESMTP id ; Thu, 20 Jun 2002 12:37:30 -0400 Date: Thu, 20 Jun 2002 18:37:13 +0200 (MET DST) From: Bartlomiej Zolnierkiewicz To: Martin Dalecki cc: Jens Axboe , Bartlomiej Zolnierkiewicz , Paul Bristow , Gadi Oxman , Subject: Re: [PATCH 2.5.22] simple ide-tape.c and ide-floppy.c cleanup In-Reply-To: <3D119EC4.8040604@evision-ventures.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-2 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1563 Lines: 52 On Thu, 20 Jun 2002, Martin Dalecki wrote: > U?ytkownik Jens Axboe napisa?: > > On Thu, Jun 20 2002, Martin Dalecki wrote: > > > >>U?ytkownik Jens Axboe napisa?: > >> > >>>On Wed, Jun 19 2002, Bartlomiej Zolnierkiewicz wrote: > >>> > >>>Looks pretty good in general, just one minor detail: > >>> > >>> > >>> > >>>>+ > >>>>+/* > >>>>+ * ATAPI packet commands. > >>>>+ */ > >>>>+#define ATAPI_FORMAT_UNIT_CMD 0x04 > >>>>+#define ATAPI_INQUIRY_CMD 0x12 > >>> > >>> > >>>[snip] > >>> > >>>We already have the "full" list in cdrom.h (GPCMD_*), so lets just use > >>>that. After all, ATAPI_MODE_SELECT10_CMD _is_ the same as the SCSI > >>>variant (and I think the _CMD post fixing is silly, anyone familiar with > >>>this is going to know what ATAPI_WRITE10 means just fine) > >>> > >>>Same for request_sense, that is already generalized in cdrom.h as well. > >> > >>I wonder what FreeBSD is using here? I see no need for invention at > >>this place. > > > > > > The invention would be adding the ATAPI_* commands, Linux has used the > > GPCMD_ convention for quite some time now. > > Agreed. The ATAPI prefix would be confusing, since those are in reality SCSI > commands anyway... I think we should use scsi.h and get rid of GPCMD_* convention also. Jens, do you want "corrected" patch? -- Bartlomiej Zolnierkiewicz - 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/