Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 24 Oct 2002 22:06:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 24 Oct 2002 22:06:13 -0400 Received: from ns.cinet.co.jp ([210.166.75.130]:18193 "EHLO multi.cinet.co.jp") by vger.kernel.org with ESMTP id ; Thu, 24 Oct 2002 22:06:12 -0400 Message-ID: From: Osamu Tomita To: "'Alan Cox '" Cc: "'Takashi Iwai '" , "'LKML '" Subject: RE: [PATCHSET 22/25] add support for PC-9800 architecture (sound alsa) Date: Fri, 25 Oct 2002 11:12:16 +0900 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-2022-jp" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1079 Lines: 34 Thank you very much. -----Original Message----- From: Alan Cox To: Takashi Iwai Cc: Osamu Tomita; LKML Sent: 2002/10/24 1:29 Subject: Re: [PATCHSET 22/25] add support for PC-9800 architecture (sound alsa) > 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); I will try to use this way, at appropriate point. Regards Osamu Tomita - 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/