K 10 svn:author V 3 jhb K 8 svn:date V 27 2003-11-04T19:04:54.000000Z K 7 svn:log V 306 Use a wrapper around the driver interrupt handler. The wrapper accepts the isa_device pointer as its argument and uses that to call the driver's interrupt handler passing the unit number as its argument. This should fix COMPAT_OLDISA devices with a unit number of 0. Reviewed by: peter Reported by: bde END