Add IRQ 9 as a valid IRQ

This commit is contained in:
brezak 1995-03-13 14:29:11 +00:00
parent 13a588d992
commit 1c9582b63e
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sbreg.h,v 1.9 1995/03/08 18:27:42 brezak Exp $ */
/* $NetBSD: sbreg.h,v 1.10 1995/03/13 14:29:11 brezak Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@ -33,7 +33,7 @@
* SUCH DAMAGE.
*
* From: Header: sbreg.h,v 1.3 93/07/18 14:07:28 mccanne Exp (LBL)
* $Id: sbreg.h,v 1.9 1995/03/08 18:27:42 brezak Exp $
* $Id: sbreg.h,v 1.10 1995/03/13 14:29:11 brezak Exp $
*/
/*
@ -178,8 +178,8 @@
/*
* Macros to detect valid hardware configuration data.
*/
#define SBP_IRQ_VALID(irq) ((irq) == 2 || (irq) == 5 || (irq) == 7 || (irq) == 10)
#define SB_IRQ_VALID(irq) ((irq) == 2 || (irq) == 3 || (irq) == 5 || (irq) == 7)
#define SBP_IRQ_VALID(irq) ((irq) == 2 || (irq) == 5 || (irq) == 7 || (irq) == 9 || (irq) == 10)
#define SB_IRQ_VALID(irq) ((irq) == 2 || (irq) == 3 || (irq) == 5 || (irq) == 7 || (irq) == 9)
#define SBP_DRQ_VALID(chan) ((chan) == 0 || (chan) == 1 || (chan) == 3)
#define SB_DRQ_VALID(chan) ((chan) == 1)

View File

@ -1,4 +1,4 @@
/* $NetBSD: sbreg.h,v 1.9 1995/03/08 18:27:42 brezak Exp $ */
/* $NetBSD: sbreg.h,v 1.10 1995/03/13 14:29:11 brezak Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@ -33,7 +33,7 @@
* SUCH DAMAGE.
*
* From: Header: sbreg.h,v 1.3 93/07/18 14:07:28 mccanne Exp (LBL)
* $Id: sbreg.h,v 1.9 1995/03/08 18:27:42 brezak Exp $
* $Id: sbreg.h,v 1.10 1995/03/13 14:29:11 brezak Exp $
*/
/*
@ -178,8 +178,8 @@
/*
* Macros to detect valid hardware configuration data.
*/
#define SBP_IRQ_VALID(irq) ((irq) == 2 || (irq) == 5 || (irq) == 7 || (irq) == 10)
#define SB_IRQ_VALID(irq) ((irq) == 2 || (irq) == 3 || (irq) == 5 || (irq) == 7)
#define SBP_IRQ_VALID(irq) ((irq) == 2 || (irq) == 5 || (irq) == 7 || (irq) == 9 || (irq) == 10)
#define SB_IRQ_VALID(irq) ((irq) == 2 || (irq) == 3 || (irq) == 5 || (irq) == 7 || (irq) == 9)
#define SBP_DRQ_VALID(chan) ((chan) == 0 || (chan) == 1 || (chan) == 3)
#define SB_DRQ_VALID(chan) ((chan) == 1)