Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 23 Oct 2002 12:06:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 23 Oct 2002 12:06:38 -0400 Received: from pc1-cwma1-5-cust42.swa.cable.ntl.com ([80.5.120.42]:59839 "EHLO irongate.swansea.linux.org.uk") by vger.kernel.org with ESMTP id ; Wed, 23 Oct 2002 12:06:37 -0400 Subject: Re: [PATCHSET 22/25] add support for PC-9800 architecture (sound alsa) From: Alan Cox To: Takashi Iwai Cc: Osamu Tomita , LKML In-Reply-To: References: <20021019015653.A1642@precia.cinet.co.jp> <3DB6C1BD.41DC80AC@cinet.co.jp> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 23 Oct 2002 17:29:22 +0100 Message-Id: <1035390562.4319.69.camel@irongate.swansea.linux.org.uk> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 778 Lines: 21 On Wed, 2002-10-23 at 16:46, Takashi Iwai wrote: > the question is, whether cs4232 module works on PC9800, or not. > i guess the control-port is not used on this card. in such a case, > you can deactivate the control-port via module option (or even add > ifdef for the specific kernel config). In the longer run it may well be much cleaner to make pc98 a variable just like eisa, mca are. On a non pc98 box it might happen to be a constant 0 and optimised but that is a detail. Its much easier to follow if(!pc98) outb(a,b); - 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/