Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270767AbTHJXhU (ORCPT ); Sun, 10 Aug 2003 19:37:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270772AbTHJXhU (ORCPT ); Sun, 10 Aug 2003 19:37:20 -0400 Received: from mion.elka.pw.edu.pl ([194.29.160.35]:44245 "EHLO mion.elka.pw.edu.pl") by vger.kernel.org with ESMTP id S270767AbTHJXhU (ORCPT ); Sun, 10 Aug 2003 19:37:20 -0400 From: Bartlomiej Zolnierkiewicz To: Andre Hedrick Subject: Re: [PATCH] kill HDIO_GETGEO_BIG_RAW ioctl Date: Mon, 11 Aug 2003 01:37:21 +0200 User-Agent: KMail/1.5 References: <200308110124.48723.bzolnier@elka.pw.edu.pl> In-Reply-To: <200308110124.48723.bzolnier@elka.pw.edu.pl> Cc: linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308110137.21462.bzolnier@elka.pw.edu.pl> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 979 Lines: 23 On Monday 11 of August 2003 01:24, you wrote: > On Sunday 10 of August 2003 22:29, you wrote: > > Besure to force all devices to LBA only because wrapping the cylinder > > count tends to make a mess. This should be fixed by a "[PATCH] disk geometry/capacity cleanups". drive->cyl won't be recalculated et all and cyls number from a disk itself will be used for set_geometry(). > Ahhh... you mean not doing set_geometry() for LBA disks (we currently don't > do it only for LBA-48 disks) because for large disks the cylinder count > wraps and its not a nice thing, right? It still may be a good thing, cause we never fall-back to CHS addressing, even for taskfile ioctl requests (or fix taskfile and allow fall-back?). --bartlomiej - 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/