Date: Sun, 5 Jul 1998 05:09:01 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha ipl_funcs.c Message-ID: <199807051209.FAA05408@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 1998/07/05 05:09:01 PDT Modified files: sys/alpha/alpha ipl_funcs.c Log: Define bio_imask to allow the ncr driver to compile. The idea of passing mask address around when registering interrupts is wrong IMHO. We should use a priority level like IPL_BIO and the lower levels can then translate it into a mask if they want. Revision Changes Path 1.3 +3 -1 src/sys/alpha/alpha/ipl_funcs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807051209.FAA05408>