Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751752AbWJGFew (ORCPT ); Sat, 7 Oct 2006 01:34:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751761AbWJGFew (ORCPT ); Sat, 7 Oct 2006 01:34:52 -0400 Received: from colo.lackof.org ([198.49.126.79]:4039 "EHLO colo.lackof.org") by vger.kernel.org with ESMTP id S1751747AbWJGFev (ORCPT ); Sat, 7 Oct 2006 01:34:51 -0400 Date: Fri, 6 Oct 2006 23:34:48 -0600 From: Grant Grundler To: Jeff Garzik Cc: Matthew Wilcox , Val Henson , Greg Kroah-Hartman , netdev@vger.kernel.org, linux-pci@atrey.karlin.mff.cuni.cz, linux-kernel@vger.kernel.org, David Miller Subject: Re: [PATCH 2/2] [TULIP] Check the return value from pci_set_mwi() Message-ID: <20061007053448.GC3314@colo.lackof.org> References: <1160161519800-git-send-email-matthew@wil.cx> <11601615192857-git-send-email-matthew@wil.cx> <4526AB43.7030809@garzik.org> <20061006192842.GO2563@parisc-linux.org> <4526B5BD.4030809@garzik.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4526B5BD.4030809@garzik.org> X-Home-Page: http://www.parisc-linux.org/ User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 910 Lines: 22 On Fri, Oct 06, 2006 at 03:59:57PM -0400, Jeff Garzik wrote: > The unmodified tulip driver checks both MWI and cacheline-size because > one of the clones (PNIC or PNIC2) will let you set the MWI bit, but > hardwires cacheline size to zero. Maybe the generic pci_set_mwi() can verify cacheline size is non-zero? I don't think each driver should need to enforce this. > If the arches do not behave consistently, we need to keep the check in > the tulip driver, to avoid incorrectly programming the csr0 MWI bit. Why not fix the arches to be consistent? There's alot more drivers than arches...and we have control of the arch specific PCI support. thanks, grant - 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/