Messages in this thread |  | | Date | Fri, 30 May 2003 00:27:25 +0100 (IST) | From | Dave Airlie <> | Subject | IRQ_NONE definition in NCR5380 driver... |
| |
Currently the NCR5380.h defines IRQ_NONE to be 255, is there any special reason for this? why not use UINT32_MAX-1?..
The VAX actually has got more than 255 interrupt handlers which we've mapped to IRQs, and it happens the external SCSI interface is at 255, so this makes it a bit sick...
I've redefined it in our tree to 65535 but I see no reason not to go to the above... any objections?
Dave.
-- David Airlie, Software Engineer http://www.skynet.ie/~airlied / airlied@skynet.ie pam_smb / Linux DecStation / Linux VAX / ILUG person
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |