diff options
| author | deraadt <deraadt@NetBSD.org> | 1993-05-11 04:04:57 +0000 |
|---|---|---|
| committer | deraadt <deraadt@NetBSD.org> | 1993-05-11 04:04:57 +0000 |
| commit | 3417c8a45ba59d3308e6185c97c32b1328d67f6f (patch) | |
| tree | 227df1ea83ef30e7b55ae36210a697a833559625 /sys/dev | |
| parent | 64f341ec2a9d4c2da6b218f28256ce34b98b32b5 (diff) | |
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 XXprobe() failed.
Diffstat (limited to 'sys/dev')
0 files changed, 0 insertions, 0 deletions
