Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 9 Dec 2000 08:39:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 9 Dec 2000 08:38:57 -0500 Received: from gadolinium.btinternet.com ([194.73.73.111]:61913 "EHLO gadolinium.btinternet.com") by vger.kernel.org with ESMTP id ; Sat, 9 Dec 2000 08:38:55 -0500 Date: Sat, 9 Dec 2000 13:08:21 +0000 (GMT) From: davej@suse.de To: Alan Cox cc: Ivan Kokshaysky , Russell King , Linux Kernel Mailing List Subject: Re: pdev_enable_device no longer used ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 9 Dec 2000, Alan Cox wrote: > > Or is there borked hardware out there that require drivers to say > > "This cacheline size must be xxx bytes, anything else will break" ? > If there is surely the driver can override it again before enabling the > master bit or talking to the device ? The pdev_enable_device() stuff is marked __init, so done once at boottime. So yes, a driver could then fix up during initialisation if necessary. I was curious whether there are any known cases, or can the stuff in the existing drivers be nuked if/when x86 calls pdev_enable_device(). Davej. -- | Dave Jones http://www.suse.de/~davej | SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/