NetBSD/sys
mrg 4410329b87 add a pair of new bus_dma(9) functions:
int _bus_dmatag_subregion(bus_dma_tag_t tag,
				  bus_addr_t min_addr,
				  bus_addr_t max_addr,
				  bus_dma_tag_t *newtag,
				  int flags)
	void _bus_dmatag_destroy(bus_dma_tag_t tag)

that allow a (normally broken/limited) device to restrict the bus address
range it can talk to.  this is used by bce(4) to limit DMA addresses to
1GB range, the maximum the chip can address.

all this is from Yorick Hardy <yhardy@uj.ac.za> with input from several
people on tech-kern.

XXX: bus_dma(9) needs an update still.
2007-02-21 20:41:23 +00:00
..
altq Remove duplicate #includes, patch contributed in private mail 2007-01-24 13:08:11 +00:00
arch add a pair of new bus_dma(9) functions: 2007-02-21 20:41:23 +00:00
coda Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
compat Complete the ANSI conversion by completing the conversion of hpux_sys_rtprio(). 2007-02-19 18:43:17 +00:00
conf A quick hack to get things building again: put back the SA system calls 2007-02-10 11:55:23 +00:00
contrib/dev/ath
crypto Added missing const-qualifiers. 2007-01-22 01:38:33 +00:00
ddb Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
dev add a pair of new bus_dma(9) functions: 2007-02-21 20:41:23 +00:00
dist KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous 2007-02-17 22:34:07 +00:00
fs Properly fix rev 1.44: limit error values from the file server to 2007-02-20 19:45:37 +00:00
gdbscripts
ipkdb Remove more duplicate headers. 2007-01-29 01:52:43 +00:00
kern When sending signals, only boost the priority of the receiving LWP if 2007-02-20 17:47:03 +00:00
lib Repair copyright that has been broken since -94. 2007-01-14 13:26:18 +00:00
lkm Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
miscfs Add genfs_node_destroy(). Fixes a lock "leak" seen when running LOCKDEBUG 2007-02-20 16:19:42 +00:00
net Use __arraycount(). 2007-02-21 02:24:14 +00:00
net80211
netatalk Convert atalksw to structure initializers. 2007-02-18 23:06:11 +00:00
netbt Supprot Bluetooth HCI UART (H4) driver and daemon. 2007-02-20 16:53:20 +00:00
netinet KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous 2007-02-17 22:34:07 +00:00
netinet6 Initialize protocol switch with structure initializers. 2007-02-19 07:28:58 +00:00
netipsec Always free the sav, not only in the mature case 2007-02-18 18:58:17 +00:00
netisdn Adapt to const-ification of the *dst arg of if_output() functions. 2007-02-20 07:43:28 +00:00
netiso Make TSEL() return char* instead of void* 2007-02-18 00:56:53 +00:00
netkey KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous 2007-02-17 22:34:07 +00:00
netnatm
netsmb Change the process/lwp flags seen by userland via sysctl back to the 2007-02-17 22:31:36 +00:00
nfs after freeing cookies, set the pointer to NULL to prevent dangling reuse 2007-02-20 16:27:21 +00:00
opencrypto Add an opencrypto provider for the AES xcrypt instructions found on VIA 2007-02-17 00:28:23 +00:00
secmodel Change the process/lwp flags seen by userland via sysctl back to the 2007-02-17 22:31:36 +00:00
stand
sys add comment for PF_BLUETOOTH 2007-02-20 19:07:11 +00:00
ufs tyop in comment, fix it 2007-02-20 18:03:03 +00:00
uvm uvm_kick_scheduler(): do nothing until the swap subsystem is initialized. 2007-02-19 01:35:19 +00:00
Makefile