NetBSD/sys
thorpej 53394a1d41 Change the ISA DMA API to take an isa_chipset_tag_t rather than
a struct device * corresponding to the ISA bus device.  The ISA DMA
controller driver functions have been renamed and now take a struct
isa_dma_state *, and are called indirectly by machine-dependent code
which provides the DMA state.

These changes allow e.g. `ofisa' (the OpenFirmware configuration
mechanism for the ISA bus, used by e.g. Sharks) to use the MI ISA
DMA controller code.
1998-06-09 00:06:54 +00:00
..
adosfs Use the newly-defined opt_quota.h. 1998-06-08 04:27:50 +00:00
arch Change the ISA DMA API to take an isa_chipset_tag_t rather than 1998-06-09 00:06:54 +00:00
compat Fix off by 1 error 1998-05-25 17:13:43 +00:00
conf Add defopt for QUOTA. While here, do some grouping of associated options. 1998-06-08 04:00:35 +00:00
ddb Whitespace. 1998-05-03 18:49:54 +00:00
dev Adjust for changes to the ISA DMA API. 1998-06-09 00:05:44 +00:00
gdbscripts
ipkdb Update for changes to config. 1998-01-13 02:26:06 +00:00
isofs/cd9660 Fix some arithmetics lossage on typeless pointers. 1998-05-08 18:31:13 +00:00
kern Nuke a couple of non-local prototypes which are already declared in either 1998-06-08 15:52:07 +00:00
lib Didn't find sha1.h compiling sys/arch/sparc/stand/boot. 1998-05-29 16:50:14 +00:00
lkm Resolve conflicts from the import of IPFilter 3.2.7. 1998-05-29 20:32:01 +00:00
miscfs Convert fsync vnode operator implementations and usage from the old `waitfor' 1998-06-05 19:53:00 +00:00
msdosfs Use the newly-defined opt_quota.h. 1998-06-08 04:27:50 +00:00
net Sync the symbol used for multiple inclusion protection with the canonical 1998-05-29 13:37:39 +00:00
netatalk
netccitt Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
netinet Add a comment explaining why we do _not_ ACK data that might accompany 1998-06-02 18:33:02 +00:00
netiso Nuke TUBA per my note to tech-net; there's no reason to keep it around. 1998-05-11 19:57:23 +00:00
netnatm typeo in comment (PR#3836: Curt Sampson) 1997-07-19 22:51:13 +00:00
netns Spelling error. 1998-05-09 14:24:31 +00:00
nfs Convert fsync vnode operator implementations and usage from the old `waitfor' 1998-06-05 19:53:00 +00:00
stand
sys Define RB_POWERDOWN in such a way that the system will always, at the very 1998-06-06 20:24:18 +00:00
ufs Wrong include file order; caused compile error on vax. 1998-06-08 17:59:08 +00:00
uvm Use the sparc's GCC lossage fix for the arm32 port as well. Problem appears 1998-06-02 20:51:24 +00:00
vm Per XSH98, const'ify the `addr' arguments to mlock() and munlock(). 1998-05-30 22:21:03 +00:00
Makefile Add an <inttypes.h> implementation; we'll also make it accessible as 1998-04-29 13:28:06 +00:00