NetBSD/sys
jonathan 523e8bccbc Fix hardware interrupt-mask setup in the 5k/240 (3max)+ interrupt handler.
(A similar fix needs to be applied to the 3min and xine handlers.
This fixes a long-standing problem when booting with a card that
wants to interrupt (e.g., a network interface) would have interrupts
enabled before a handler was set up.

Add interrupt-counting code to model-independent interrupt handler,
and 3max (5k/200) and 3max+ (5k/240) md handlers, for vmstat -i.
Similar changes for 3min and xine are obvious but not done.

Add  code for 5k/240 to read, and latch, the current value of the
IOASIC bus-cycle counter at each timer interrupt.  The latched
counter is needed to accurately interpolate the bus-cycle counter value
as a high-resolution clock.
1995-04-28 21:48:11 +00:00
..
adosfs set blocksize in adosfs_getattr(). fixes pr#968 1995-04-17 12:22:08 +00:00
arch Fix hardware interrupt-mask setup in the 5k/240 (3max)+ interrupt handler. 1995-04-28 21:48:11 +00:00
compat Try to make the reboot system call compile under sun3 with RB_STRING 1995-04-27 12:05:37 +00:00
conf rename files files for new config/config.old naming 1995-04-28 08:19:12 +00:00
ddb Leave db_recover as it was on entry to avoid endless "exception in ddb"... 1994-12-02 06:07:37 +00:00
dev <break> --> ddb if defined(comconsole). 1995-04-28 00:34:08 +00:00
isofs/cd9660 copy*str() should use size_t. 1995-03-09 12:05:21 +00:00
kern Make this compile again; from Ted Lemon 1995-04-25 21:10:01 +00:00
lib cast pointers to longs, print appropriately 1995-04-22 14:10:10 +00:00
miscfs clean up some return-type warnings 1995-04-15 01:57:35 +00:00
msdosfs Require the denode to be locked before calling msdosfs_hashins(), rather than 1995-04-07 17:37:08 +00:00
net copy routines should take size_t lengths for prototype consistency. 1995-04-22 13:26:20 +00:00
netccitt Remove some explicit references to loif. 1995-04-11 04:30:47 +00:00
netinet spacing cleaup. also, minor type mixup fixups. 1995-04-17 05:32:52 +00:00
netiso cast pointers to longs, not ints 1995-04-22 13:29:33 +00:00
netns nsipstart() should return void. 1995-04-11 04:25:21 +00:00
nfs Fixed RPC code to deal with RPC messages larger than one mbuf. 1995-04-24 21:54:56 +00:00
scsi config.new description of SCSI mi files. 1995-04-17 07:15:40 +00:00
stand New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
sys makesyscalls.sh was changed. 1995-04-22 19:44:38 +00:00
ufs Make use of the `fs_clean' field. If it was set when the file system was 1995-04-12 21:21:00 +00:00
vm Correct checks for NULLs in pagertab. 1995-04-15 05:11:35 +00:00
Makefile take three 1994-06-29 06:19:16 +00:00