2002-10-25 02:06:14

by Osamu Tomita

[permalink] [raw]
Subject: RE: [PATCHSET 22/25] add support for PC-9800 architecture (sound alsa)

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