Re: PCI configuration changes

From: Peter Samuelson (peter@cadcamlab.org)
Date: Thu Nov 16 2000 - 11:25:29 EST


[Jeff Garzik <jgarzik@mandrakesoft.com>]
> For drivers that are 100% MCA, they do not need to test MCA_bus,
> because that test can be done in Config.in.

I think Andrzej was concerned with a driver assuming that just because
CONFIG_MCA is defined, there *is* an MCA bus on the machine. This is
of course an invalid assumption. I will try to make sure that the
driver init in each case has something like

        if (!MCA_bus)
                return -ENODEV;

Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Nov 23 2000 - 21:00:10 EST