NetBSD/sys
scottr 4b712a8c3f Due to the latching effect of the 6522 (VIA) chip, we need to unflag
interrupts only after the condition that caused the interrupt has been
cleared.  This is a particular problem with the 5380 SCSI controller,
since the Mac glue logic may raise (e.g.) the SCSI DRQ interrupt a number
of times during the course of a normal transfer.  By waiting to unflag it,
we effectively ignore all but the first.
1996-05-20 04:32:33 +00:00
..
adosfs Set file size of a softlink to the length of the symbolic link path, 1996-04-28 06:18:12 +00:00
arch Due to the latching effect of the 6522 (VIA) chip, we need to unflag 1996-05-20 04:32:33 +00:00
compat Regen. 1996-05-20 02:00:53 +00:00
conf Add line discipline code, initialization, and config support for MosquitoNet's 1996-05-19 17:17:50 +00:00
ddb change more __kprintf__ format attributes to use __kprintf_attribute__, 1996-04-04 05:13:50 +00:00
dev Fix braino in initialization of confargs pointer in le_pmax_attach(). 1996-05-20 03:43:15 +00:00
isofs/cd9660 Correct evaluation of assoc introduced on ansification 1996-03-16 20:25:40 +00:00
kern Remove unused locals "struct ecoff_filehdr *efp = &execp->f;". 1996-05-19 20:36:06 +00:00
lib Fix gcc -Wall warnings about printf arguments. 1996-05-14 10:28:18 +00:00
miscfs Allow the DIAGNOSTIC to compile with old versions of gcc. 1996-05-17 20:53:11 +00:00
msdosfs Shut up whining compiler so this will build on a SPARC again (-Wall). 1996-03-20 00:45:40 +00:00
net Catch up to removal of if_unit and addition of if_xname and sc_unit, 1996-05-19 22:09:36 +00:00
netccitt Include <machine/cpu.h> to get setsoftnet(). 1996-05-09 22:29:25 +00:00
netinet When sending an ARP request, use the interface address for the route, rather 1996-05-11 12:59:55 +00:00
netiso Include <machine/cpu.h> to get setsoftnet(). 1996-05-09 22:29:25 +00:00
netns Include <machine/cpu.h> to get setsoftnet(). 1996-05-09 22:29:25 +00:00
nfs Change VOP_UPDATE() semantics: 1996-05-11 18:26:27 +00:00
scsi Added prototypes for inline functions atoi() and strchr(). 1996-05-18 22:58:01 +00:00
stand
sys Add line discipline code, initialization, and config support for MosquitoNet's 1996-05-19 17:17:50 +00:00
ufs Change VOP_UPDATE() semantics: 1996-05-11 18:26:27 +00:00
vm The unexpected remove of active kstack does happen on vax also, 1996-05-19 10:00:38 +00:00
Makefile The `lib' sub-directory no longer has a Makefile. 1995-09-15 21:05:21 +00:00