Date: Tue, 4 Nov 2003 11:04:55 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_compat.c Message-ID: <200311041904.hA4J4tBO054993@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311041904.hA4J4tBO054993>