NetBSD/sys/arch
deraadt 4c40e74463 1. id_irq is a u_short
2. "irq ?" sets it to (u_short)-1
3. "irq #" sets it to (1<<#)
4. not specifying an interrupt sets it to 0.

Until someone else comes up with a better scheme, that's the way it is.
If you have a driver that turns the interrupt off, set it to ZERO.

If, after calling XXprobe(), id_irq is still (u_short)-1, that is the same
as if  probe() failed.
1993-05-11 04:06:23 +00:00
..
i386 1. id_irq is a u_short 1993-05-11 04:06:23 +00:00
sparc/compile compile needs to be kept in the distribution 1993-04-19 23:30:06 +00:00
vax/compile compile needs to be kept in the distribution 1993-04-19 23:30:06 +00:00