freebsd-dev/sys
Thomas Moestl e8e2c56650 Revamp the busdma implementation a bit:
- change the IOMMU support code so that it supports overcommittting the
  available DVMA memory, while still allocating as lazily as possible.
  This is achieved by limiting the preallocation, and deferring the
  allocation to map load time when it fails. In the latter case, the
  DVMA memory reserved for unloaded maps can be stolen to free up enough
  memory for loading a map.
- allow NULL settings in the method tables, and search the parent tags
  until an appropriate implementation is found. This allows to remove some
  kluges in the old implementation.
2002-03-24 02:50:53 +00:00
..
alpha ASM versions of __FBSDID. 2002-03-23 02:01:27 +00:00
amd64 Fixed some style bugs in the removal of __P(()). The main ones were 2002-03-23 16:01:49 +00:00
arm Remove __P. 2002-03-20 18:22:19 +00:00
boot Add option -n to i386 boot2 to disallow boot interruption by keypress. 2002-03-23 19:40:27 +00:00
cam Maxtor Personal Storage 3000XT (Firewire) hangs upon 2002-03-24 00:17:39 +00:00
coda
compat
conf Forgot viapm in the NOTES. Fixed. 2002-03-23 18:39:54 +00:00
contrib
crypto
ddb Fixed some style bugs in the removal of __P(()). Continuation lines 2002-03-23 11:53:03 +00:00
dev In some cases, RX descriptors that are signalled to have been completed 2002-03-23 19:43:15 +00:00
fs Fixed some style bugs in the removal of __P(()). Continuation lines 2002-03-23 12:38:05 +00:00
geom
gnu Moved $FreeBSD$ to the correct place. 2002-03-23 13:48:10 +00:00
i4b
i386 Forgot viapm in the NOTES. Fixed. 2002-03-23 18:39:54 +00:00
ia64 ASM versions of __FBSDID. 2002-03-23 02:01:27 +00:00
isa Restore the original copyright 2002-03-23 15:36:13 +00:00
isofs/cd9660
kern Use td_ucred in several trivial syscalls and remove Giant locking as 2002-03-22 22:32:04 +00:00
libkern Remove 'register' keyword. 2002-03-21 18:49:23 +00:00
modules Major rework of the iicbus/smbus framework: 2002-03-23 15:49:15 +00:00
net Work around zlib bug where using a deflate window size of 8 will 2002-03-23 13:05:53 +00:00
netatalk
netatm
netgraph
netinet Merge from TrustedBSD MAC branch: 2002-03-22 19:57:41 +00:00
netinet6
netipx
netkey
netnatm
netncp
netns
netsmb
nfs
nfsclient
nfsserver
pc98
pccard Better power code and better power diagnostics 2002-03-20 19:02:08 +00:00
pci smbus_alloc_bus is not part of the smbus interface anymore 2002-03-23 18:27:16 +00:00
posix4
powerpc ASM versions of __FBSDID. 2002-03-23 02:01:27 +00:00
rpc
security/lomac
sparc64 Revamp the busdma implementation a bit: 2002-03-24 02:50:53 +00:00
svr4
sys Breath deep and take __P out of the system include files. 2002-03-23 17:24:55 +00:00
tools
ufs
vm
Makefile