NetBSD/sys
bjs 8151294949 - for DRM_NETBSD_HANDLE2ADDR/ADDR2HANDLE, do what uvm does to recover
the virtual address from a uoffset, e.g. uoffset + vm_map_min(kernel_map).

- Eliminate the bus_space_read/write-based DRM_READ/WRITE macros.  The
  memory we're reading/writing from is not always allocated with bus_space,
  and so this will not do.  Instead, since all of our bus_space maps are
  linear, volatile pointer dereferences will do just fine.

- Unify members of struct drm_dma_handle amongst freebsd and netbsd:
  the 'addr' member was superfluous; also, set dmah->tag from
  dev->pa.pa_dmat and use that.

- we don't need BUS_DMA_ALLOCNOW, as bus_dmamap_load is called immediately
  following bus_dmamap_create(), so there's no need to avoid deferring
  allocation to load time.

- Add check for nsegs != 1 in drm_pci_alloc().

- We don't need the DRM_PCI_DMAADDR macro right now--it was only
  used once.
2008-07-25 06:54:33 +00:00
..
altq Use more timespecs internally. From Alexander Shishkin and me. 2008-07-15 16:18:08 +00:00
arch Having read Frank Kardel's web page again, I think the XXX comment 2008-07-22 14:43:45 +00:00
coda
compat Regen for rt_sigpending. 2008-07-24 12:11:14 +00:00
conf vfs_subr2 has lost its will to live. vfs_subr was originally split 2008-07-16 20:06:19 +00:00
contrib/dev/ath
crypto
ddb Take care not to dereference NULL datapointer from fd table 2008-07-14 10:15:11 +00:00
dev * Add the BSS node during the auth phase so negotiation can occur 2008-07-24 13:04:00 +00:00
dist 2020447 IPFilter's NAT can undo name server random port selection 2008-07-24 09:37:57 +00:00
external/bsd/drm/dist - for DRM_NETBSD_HANDLE2ADDR/ADDR2HANDLE, do what uvm does to recover 2008-07-25 06:54:33 +00:00
fs No use walking empty hashtables when purging. 2008-07-22 21:39:08 +00:00
gdbscripts
ipkdb
kern Declare lwp_exit_switchaway() __dead. Add infinite loop at the end of 2008-07-25 00:48:59 +00:00
lib Add KASSERTMSG(e, msg) for umass.c. XXX directly calls panic. 2008-07-02 15:25:08 +00:00
lkm - device/softc split 2008-07-09 13:15:40 +00:00
miscfs Remove proc_representative_lwp(), use a simple LIST_FIRST() instead. 2008-07-02 19:49:58 +00:00
modules Fix build of the i915drm and radeondrm modules after the #include changes 2008-07-08 10:11:02 +00:00
net Fix this another way: add the missing case statement. 2008-07-23 06:34:31 +00:00
net80211
netatalk
netbt do not hold bt_lock while detaching bthub, as devices may need to aquire 2008-06-26 14:17:27 +00:00
netinet Add IANA allocation and header for RFC 5006 (RA RDNSS) IPv6 Router 2008-07-11 07:35:05 +00:00
netinet6 remove undeclared caddr_t. makes i386 ALL kernel build again. 2008-06-27 09:16:21 +00:00
netipsec Ignore freed rtcache entries. 2008-07-01 20:18:45 +00:00
netisdn Make sure callouts are initialized before any access (including stopping 2008-07-20 01:05:27 +00:00
netiso
netkey Ignore freed rtcache entries. 2008-07-01 20:18:45 +00:00
netnatm
netsmb Make it compile. 2008-06-24 11:20:37 +00:00
nfs When doing pointer arithmetic to compute limit cast bootp to pointer 2008-07-20 02:06:37 +00:00
opencrypto
rump Make the previously library-internal "builddirs" an external interface: 2008-07-22 20:02:16 +00:00
secmodel
stand
sys Declare lwp_exit_switchaway() __dead. Add infinite loop at the end of 2008-07-25 00:48:59 +00:00
ufs expunge_ufs*(): Use the buffer cache to update the inodes on the snapshot like 2008-07-15 08:20:56 +00:00
uvm Default PMAP_KMPAGE to 0 unless it's been previously defined by 2008-07-16 14:33:09 +00:00
Makefile