summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-07-05 12:08:59 +0000
committerdfr <dfr@FreeBSD.org>1998-07-05 12:08:59 +0000
commit4853eea2010bf5d7fe2bd8d765a78ff0eae34b51 (patch)
treef25c9d9dcd4d7ecf2200ec148a673d913e4a8136 /sys
parentb16d4fb555f67f4011b3b671b2ac90dd7d7706e0 (diff)
downloadFreeBSD-src-4853eea2010bf5d7fe2bd8d765a78ff0eae34b51.zip
FreeBSD-src-4853eea2010bf5d7fe2bd8d765a78ff0eae34b51.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/alpha/ipl_funcs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/alpha/ipl_funcs.c b/sys/alpha/alpha/ipl_funcs.c
index 77f3258..e038006 100644
--- a/sys/alpha/alpha/ipl_funcs.c
+++ b/sys/alpha/alpha/ipl_funcs.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ipl_funcs.c,v 1.1 1998/06/10 10:52:49 dfr Exp $
+ * $Id: ipl_funcs.c,v 1.2 1998/06/11 11:51:26 dfr Exp $
*/
#include <sys/types.h>
@@ -32,6 +32,8 @@
#include <machine/cpu.h>
#include <net/netisr.h>
+unsigned int bio_imask; /* XXX */
+
unsigned int netisr;
void (*netisrs[32]) __P((void));
u_int64_t ipending;
OpenPOWER on IntegriCloud