Re: HEADS UP - minor API change in -current's old ISA drivers.

2000-05-28 Thread Warner Losh
In message <[EMAIL PROTECTED]> Peter Wemm writes: : I've made old-style ISA drivers self identifying and got rid of the dreaded : isa_compat.h table. As a consequence, the 'struct isa_driver' stuff has : changed slightly to store the additional data that was in the compat tables : and a new line

HEADS UP - minor API change in -current's old ISA drivers.

2000-05-28 Thread Peter Wemm
I've made old-style ISA drivers self identifying and got rid of the dreaded isa_compat.h table. As a consequence, the 'struct isa_driver' stuff has changed slightly to store the additional data that was in the compat tables and a new line is required (COMPAT_ISA_DRIVER()) so the driver registers