Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S272046AbTHHWmL (ORCPT ); Fri, 8 Aug 2003 18:42:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272059AbTHHWmL (ORCPT ); Fri, 8 Aug 2003 18:42:11 -0400 Received: from codepoet.org ([166.70.99.138]:13267 "EHLO winder.codepoet.org") by vger.kernel.org with ESMTP id S272046AbTHHWmJ (ORCPT ); Fri, 8 Aug 2003 18:42:09 -0400 Date: Fri, 8 Aug 2003 16:42:10 -0600 From: Erik Andersen To: Georg Schwarz Cc: linux-kernel@vger.kernel.org, andre@linux-ide.org Subject: Re: 2.4.21/2.4.22-rc1: IDE error message on startup Message-ID: <20030808224210.GA26877@codepoet.org> Reply-To: andersen@codepoet.org Mail-Followup-To: Erik Andersen , Georg Schwarz , linux-kernel@vger.kernel.org, andre@linux-ide.org References: <1fze7ly.1v3ap5q173m695M@geos.net.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1fze7ly.1v3ap5q173m695M@geos.net.eu.org> User-Agent: Mutt/1.3.28i X-Operating-System: Linux 2.4.19-rmk7, Rebel-NetWinder(Intel StrongARM 110 rev 3), 185.95 BogoMips X-No-Junk-Mail: I do not want to get *any* junk mail. Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1461 Lines: 36 On Fri Aug 08, 2003 at 10:05:08PM +0200, Georg Schwarz wrote: > Dear Linux kernel maintainers, > > the following problem (aka bug?) appeared in 2.4.21 and still exists in > 2.4.22-rc1 (kernels prior to 2.4.21 work fine): > > SETUP: > various mostly older PCs (486, Pentium I) and various smaller IDE drives > (can would be happy to more details if needed) > > PROBLEM: > With Linux 2.4.21 or 2.4.22-rc1 (not with prior versions using the same > .config however) on startup I get the following error messages for any > connected IDE disk (but not ATAPI CR-ROM): > > hda: attached ide-disk driver. > hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error } > hda: task_no_data_intr: error=0x04 { DriveStatusError } A change was made to ide-disk.c where it _always_ attempts to do a READ_NATIVE_MAX call regardless of whether the drive supports the host protected area feature set in the init_idedisk_capacity() function. I submitted a patch to address this, which is currently being reworked a bit in the 2.6 kernel tree and will then be backported again to 2.4. -Erik -- Erik B. Andersen http://codepoet-consulting.com/ --This message was written using 73% post-consumer electrons-- - 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/