Re: [PATCHSET 22/25] add support for PC-9800 architecture (sound

Alan Cox (alan@lxorguk.ukuu.org.uk)
23 Oct 2002 17:29:22 +0100


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/