> > > -#ifdef __ISAPNP__
> > > +#if defined(__ISAPNP__) && !defined(CONFIG_X86_PC9800)
:
> > Perhaps a dumb question, but I wonder if the above ifdef can be
> > simplified by turning off ISAPNP on PC9800?
>
> As long as the machine has ISA expansion slots, ISAPNP is possible. It
> is a property of the card, not the system.
Some C-bus (this is the name of the bus of the PC-9800 expansion slots)
cards seems PnP-capable while PC-9800 series have no ISA slots as I remember.
I don't know if Linux ISAPNP suport work well with them.
--yoshfuji
-
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/