Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 4 Jan 2002 15:52:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 4 Jan 2002 15:52:35 -0500 Received: from dsl254-112-233.nyc1.dsl.speakeasy.net ([216.254.112.233]:146 "EHLO snark.thyrsus.com") by vger.kernel.org with ESMTP id ; Fri, 4 Jan 2002 15:52:16 -0500 Date: Fri, 4 Jan 2002 15:36:46 -0500 From: "Eric S. Raymond" To: "Maciej W. Rozycki" Cc: David Weinehall , Vojtech Pavlik , Alan Cox , David Woodhouse , Dave Jones , Lionel Bouton , Linux Kernel List Subject: Re: ISA slot detection on PCI systems? Message-ID: <20020104153646.D20097@thyrsus.com> Reply-To: esr@thyrsus.com Mail-Followup-To: "Eric S. Raymond" , "Maciej W. Rozycki" , David Weinehall , Vojtech Pavlik , Alan Cox , David Woodhouse , Dave Jones , Lionel Bouton , Linux Kernel List In-Reply-To: <20020104211931.D5235@khan.acc.umu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from macro@ds2.pg.gda.pl on Fri, Jan 04, 2002 at 09:30:47PM +0100 Organization: Eric Conspiracy Secret Labs X-Eric-Conspiracy: There is no conspiracy Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Maciej W. Rozycki : > > If you find an MCA-bus, you can suppress most (but not all) ISA-cards > > too (some of the cards support MCA without having any extra MCA-related > > code in the drivers, such as the eexpress-driver, but I can help with > > such a list if necessary.) > > Shouldn't the drivers depend on "CONFIG_ISA or CONFIG_MCA" then? Just > like CONFIG_DEFXX depends on "CONFIG_PCI or CONFIG_EISA"? Yes, that's almost the right solution (CONFIG_ISACARDS or CONFIG_MCA). I'll add require MCA != ISA_CARDS to the rulebase. Not that there are a lot of MCA machines out there but every little bit helps. -- Eric S. Raymond An armed society is a polite society. Manners are good when one may have to back up his acts with his life. -- Robert A. Heinlein, "Beyond This Horizon", 1942 - 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/