>>>>> "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 linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/