Go to file
deraadt 3417c8a45b 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.
1993-05-11 04:04:57 +00:00
bin added support for lines of arbitrary length 1993-05-08 10:49:52 +00:00
etc cleaned up, added support for various devices. hacked, from patch 135 1993-05-07 06:26:41 +00:00
games build datfiles at make time, not at install time 1993-04-30 05:24:57 +00:00
gnu Use global value of CFLAGS for optimization. 1993-05-04 14:05:32 +00:00
include ftp put doesn't cleanly truncate and overwrite a file. 1993-05-06 13:28:41 +00:00
lib update with new files from Chris Torek 1993-05-07 07:40:27 +00:00
libexec add bugfiler 1993-05-03 19:49:55 +00:00
sbin fixe for uninitialized variables, from 386bsd patchkit patch #111 1993-05-07 05:16:15 +00:00
share added some missing MLINKS 1993-05-08 05:27:01 +00:00
sys ring buffer now uses rbchar's (shorts) instead of chars. 1993-05-10 23:15:37 +00:00
usr.bin fixed HS initialization bug; swapping HS (x') before a hold (h') 1993-05-08 10:08:44 +00:00
usr.sbin 1. id_irq is a u_short 1993-05-11 04:04:57 +00:00
Makefile put all of the gnu stuff in one place 1993-04-29 12:42:00 +00:00