>>>>> "Ondrej" == Ondrej Zary <[EMAIL PROTECTED]> writes:

Ondrej> Tested using 3 ISA cards in various combinations of PnP and non-PnP 
modes.

Ondrej>  #ifdef CONFIG_EISA
Ondrej>         ret = eisa_driver_register(&el3_eisa_driver);
Ondrej> +       if (!ret)
Ondrej> +               eisa_registeted = 1;
Ondrej>  #endif
                        ^^^^^^^^^^^^^^^

You probably should at least test-compile this driver with CONFIG_EISA
enabled...

Regards,

        M.
-- 
And if you don't know where you're going, any road will take you there...
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to