cvs commit: src/sys/i386/isa isa_compat.c
John Baldwin
jhb at FreeBSD.org
Tue Nov 4 11:04:56 PST 2003
jhb 2003/11/04 11:04:55 PST
FreeBSD src repository
Modified files:
sys/i386/isa isa_compat.c
Log:
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
Revision Changes Path
1.30 +10 -3 src/sys/i386/isa/isa_compat.c
More information about the cvs-src
mailing list