NetBSD/sys
thorpej 94ca9f6aa0 New interrupt handling code. Highlights:
- Interrupt service routines now take a pointer to
	  the device's softc, rather than a unit number.
	- Interrupt handling code in locore.s condensed.  Only
	  remaining "special" handlers are lev0 (spurious),
	  lev1 (HIL; don't ask), lev6 (clock), and lev7 (NMI).
	  Only remaining hard-coded device driver reference in
	  locore is HIL.  (clock doesn't count...)
	- "dcafastservice" eliminated.  DCA driver has new mechanism
	  to guarantee prompt interrupt service at any ipl (not
	  just level 5).
	- Interrupt code pulled out of autoconf.c and machdep.c and
	  placed in new file, isr.c
1996-02-14 02:56:38 +00:00
..
adosfs compiler warning police 1996-02-13 17:05:47 +00:00
arch New interrupt handling code. Highlights: 1996-02-14 02:56:38 +00:00
compat syscalls.master changed 1996-02-10 17:14:07 +00:00
conf add ns_cksum.c; netns will not link without it. 1996-02-13 17:09:46 +00:00
ddb eliminate setjmp.h 1996-02-13 17:39:01 +00:00
dev Avoid deref'ing a bad pointer in ccdopen(). This could happen if 1996-02-11 18:04:01 +00:00
isofs/cd9660 Another typo. 1996-02-10 00:33:53 +00:00
kern uipc_proto.c: No need for the forward decls anymore; everything is prototyped. 1996-02-13 21:10:43 +00:00
lib Add declaration of strncasecmp. 1996-02-13 23:48:26 +00:00
miscfs GC *_nullop(). Minor nits. 1996-02-13 13:12:48 +00:00
msdosfs Deal correctly with boundary between 12 bit and 16 bit cluster numbers 1996-02-11 22:48:14 +00:00
net Net prototypes 1996-02-13 21:59:53 +00:00
netccitt netccitt prototypes 1996-02-13 22:04:21 +00:00
netinet netinet prototypes 1996-02-13 23:40:59 +00:00
netiso netiso prototypes and fixes to get -DTUBA to compile. 1996-02-13 22:07:57 +00:00
netns netns prototypes 1996-02-13 22:13:43 +00:00
nfs Do the RPC to bootparamd a little later (just before the mountd call) 1996-02-13 17:53:32 +00:00
scsi PR#2048. Prototype st_erase(). 1996-02-09 14:51:34 +00:00
stand
sys - conf.h: add missing prototype for iszerodev() 1996-02-13 21:08:50 +00:00
ufs di_size is a quad and needs %qu not %lu 1996-02-12 22:08:47 +00:00
vm fix a printf warning and add pmap_page_index declaration 1996-02-12 21:51:52 +00:00
Makefile