IRQ_NONE definition in NCR5380 driver...

From: Dave Airlie (airlied@linux.ie)
Date: Thu May 29 2003 - 18:33:01 EST



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@xxxxxxxxx
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/