K 10 svn:author V 5 peter K 8 svn:date V 27 2000-05-28T13:30:44.000000Z K 7 svn:log V 314 Redo the isa compat driver shim so that each driver is self contained and does not require that evil list of drivers in isa_compat.h. It uses the same strategy that pci drivers use, namely a COMPAT_ISA_DRIVER() macro that creates the glue on the fly. Theoretically old-style isa drivers should be preloadable now. END