CVS commit: src/sys/external/bsd/drm

2018-09-13 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Sep 14 01:43:45 UTC 2018 Modified Files: src/sys/external/bsd/drm/conf: files.drm Removed Files: src/sys/external/bsd/drm/dist: libdrm.pc.in libdrm_intel.pc.in src/sys/external/bsd/drm/dist/bsd-core: nouveau_drv.c

CVS commit: src/sys/external/bsd/drm/dist/libdrm

2015-12-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 15 12:33:03 UTC 2015 Modified Files: src/sys/external/bsd/drm/dist/libdrm: xf86drm.c Log Message: PR/50560: David Binderman: fix memory leaks. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/externa

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2015-04-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Apr 20 15:38:13 UTC 2015 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h Log Message: Remove old drm's container_of. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/external/bsd/drm/di

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2015-01-10 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Jan 10 23:34:49 UTC 2015 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_bufs.c Log Message: initialize "addr" before passing its address to uvm_mmap_dev(). from Onno van der Linden in PR 49536. To generate a diff o

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2014-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 10 16:32:21 UTC 2014 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_drv.c Log Message: fix the module class. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/external/bsd/drm/dist/bsd-

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2014-10-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 4 15:51:23 UTC 2014 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_atomic.h Log Message: Canonicalize boolean result from test_and_set_bit. Not actually semantically significant for any callers, but Linux

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2014-09-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Sep 5 09:40:44 UTC 2014 Modified Files: src/sys/external/bsd/drm/dist/shared-core: i915_drv.h i915_suspend.c Log Message: Rename enum pipe to enum pipe so it won't conflcit with struct pipe. To generate a diff of this commit:

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2014-07-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 27 03:49:25 UTC 2014 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_scatter.c Log Message: Fix misplaced parenthesis, from Henning Petersen in PR 44804. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/external/bsd/drm/dist

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 21:15:18 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_memory.c drm_vm.c via_dmablit.c src/sys/external/bsd/drm/dist/shared-core: mga_state.c radeon_cs.c radeon_st

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 21:15:00 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/shared-core: mach64_drv.h mach64_state.c Log Message: define a new macro that does not declare variables used in output. To generate a diff of this com

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 21:14:05 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/shared-core: savage_bci.c Log Message: annotate some unused variables the authors want to keep To generate a diff of this commit: cvs rdiff -u -r1.5 -r

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2013-09-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Sep 14 12:39:28 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/shared-core: mach64_dma.c Log Message: Mark mach64_set_dma_eol as unused. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/sys/extern

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2013-06-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jun 6 07:55:46 UTC 2013 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_memory.c Log Message: fix build for 'no options MTRR' To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \ src/sys/external

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2012-12-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 11 07:31:40 UTC 2012 Modified Files: src/sys/external/bsd/drm/dist/shared-core: i915_suspend.c Log Message: Fix wrong reference to dev_priv->saveSWF1. It was clearly wrong. To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2012-09-29 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sat Sep 29 14:19:43 UTC 2012 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_sysctl.c Log Message: fix the DRM string sysctls to use copyout() instead of strcat() to deliver the data to the user buffer. To generate a di

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2012-06-17 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Sun Jun 17 15:15:34 UTC 2012 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_bufs.c Log Message: when freeing the DRM_SHM kernel memory that can be mapped by a user process, remove any user mappings before freeing the mem

CVS commit: src/sys/external/bsd/drm/dist

2012-06-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jun 11 16:51:04 UTC 2012 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pciids.h src/sys/external/bsd/drm/dist/shared-core: drm_pciids.txt i915_drv.h i915_reg.h Log Message: Make i915drm work

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2012-01-29 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Sun Jan 29 11:49:02 UTC 2012 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_bufs.c Log Message: remove incomplete conversion to kmem_alloc -- inconsistent use leads at least to diagnostic panics To generate a diff

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-08-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 28 20:37:06 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: savage_drv.c sis_drv.c tdfx_drv.c Log Message: return 'error' not 0, fixes non-module build To generate a diff of this commit: cv

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-08-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 28 20:32:35 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: mach64_drv.c Log Message: return 'error' not 0, fixes non-module build To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/ex

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-08-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 28 20:22:42 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: i915_drv.c Log Message: return 'error' not 0, fixes non-module build To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/ext

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-08-02 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Aug 3 06:42:59 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_drv.c Log Message: add a little bit of DRM_NO_AGP to help build on ofppc To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-07-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jul 25 14:21:52 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pciids.h Log Message: Add additional Radeon devices from FreeBSD via Dragon Fly BSD. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-07-01 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jul 1 18:36:15 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h Log Message: #include instead of . To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/external/bsd/drm/dist/bsd-core

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-06-09 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jun 9 14:47:16 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h Log Message: dma_addr_t may not be a 64bit type, so add an explicit cast here instead of silent truncation To generate a diff of this com

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-05-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 30 13:52:26 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: radeon_state.c Log Message: Fix format strings to match arguments To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ src/sys/e

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-05-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 30 13:50:36 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c Log Message: Remove invalid const, the content is later passed to free. To generate a diff of this commit: cvs rdiff -u -r1.12 -r

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-05-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 25 15:15:55 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: mga_drv.h Log Message: more wrong formats. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm/dist/share

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-05-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 25 14:11:37 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: mga_drv.h Log Message: fix printf formats. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm/dist/share

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-05-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue May 24 18:22:02 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: mga_drv.h Log Message: Use some format specifiers that actually exist To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/ext

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-03-30 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Mar 30 19:59:04 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c Log Message: Fix build of "radeondrm" kernel module. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \ src/sys/e

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-03-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Wed Mar 30 17:21:05 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c Log Message: Add missing agp.h include file. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \ src/sys/extern

CVS commit: src/sys/external/bsd/drm

2011-03-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 27 08:45:12 UTC 2011 Modified Files: src/sys/external/bsd/drm/conf: files.drm src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c Log Message: Make code compile when the kernel has no support for AGP. For now t

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-03-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Mar 5 21:43:39 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_irq.c Log Message: Make interrupt establishment failure be noted like most other PCI drivers do. To generate a diff of this commit: cvs r

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-02-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 27 01:02:40 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_drv.c Log Message: use pa_intrpin instead of pa_intrline for irq#, since drivers treat irq=0 as "no irq" and this matches pa_intrpin encodi

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-02-24 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 24 08:02:55 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: i915_drm.h i915_drv.h i915_irq.c Log Message: change "int pipe" into "unsigned int pipe". To generate a diff of this commit: cvs rd

CVS commit: src/sys/external/bsd/drm/dist

2011-02-23 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 24 07:59:44 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h drm_irq.c src/sys/external/bsd/drm/dist/shared-core: i915_drv.h i915_irq.c mach64_drv.h mach64_irq.c mga_drv.h mga_irq.c r

CVS commit: src/sys/external/bsd/drm

2011-02-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Feb 18 14:26:10 UTC 2011 Modified Files: src/sys/external/bsd/drm/conf: files.drm src/sys/external/bsd/drm/dist/bsd-core: drmP.h drm_linux_list.h drm_memory.c via_drv.c src/sys/external/bsd/drm/dis

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-02-17 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Feb 18 02:52:42 UTC 2011 Removed Files: src/sys/external/bsd/drm/dist/shared-core: via_drv.c Log Message: get rid of this stale copy of via_drv.c, the one we want is in bsd-core To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-02-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Feb 17 23:21:54 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pciids.h Log Message: Add the RS880 device IDs to radeondrm(4). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/exter

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-02-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Feb 15 14:24:23 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_memory.c drm_vm.c Log Message: map the framebuffer and agp with BUS_SPACE_MAP_PREFETCHABLE To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-02-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Feb 12 14:49:55 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_memory.c Log Message: wsdisplay isn't module friendly so don't add genfb support to the kmod for now To generate a diff of this commit: c

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-02-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Feb 11 01:13:03 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_memory.c Log Message: Make DRM work with genfb again. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/dr

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2011-01-21 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 21 21:57:17 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/shared-core: i915_drv.h Log Message: unifdef -U__linux__ -U__FreeBSD__. No functional change intended. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2011-01-06 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Thu Jan 6 11:07:49 UTC 2011 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pciids.h Log Message: recognize Radeon HD 4200. This lets radeondrm(4) attach. "go ahead" macallan@ To generate a diff of this commit: cvs

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2010-11-09 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Nov 10 05:22:56 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_sysctl.c Log Message: use a sysctllog structure, and sysctl_teardown(), to destroy the drm data. this should actually now fix PR#40029. To ge

CVS commit: src/sys/external/bsd/drm/dist

2010-11-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Nov 6 22:06:10 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_drv.c src/sys/external/bsd/drm/dist/shared-core: radeon_cp.c radeon_state.c Log Message: call the sysctl destroy functions upon failure

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2010-08-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 21 11:54:37 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/shared-core: via_drv.c Log Message: Get viadrm working again To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm/dist/

CVS commit: src/sys/external/bsd/drm/conf

2010-07-20 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jul 21 03:14:32 UTC 2010 Modified Files: src/sys/external/bsd/drm/conf: files.drm Log Message: also make radeondrm depend upon firmload, not just r128drm. should fix kern/43646 from kre. To generate a diff of this commit: cvs

CVS commit: src/sys/external/bsd/drm/conf

2010-07-06 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jul 6 16:33:31 UTC 2010 Modified Files: src/sys/external/bsd/drm/conf: files.drm Log Message: radeondrm depends upon firmload now; noted by rjs. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2010-07-05 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jul 6 04:15:45 UTC 2010 Removed Files: src/sys/external/bsd/drm/dist/shared-core: r600_microcode.h radeon_microcode.h radeonhd_microcode.h Log Message: kill these old built-in firmware headers; we use the ones instal

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2010-06-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 26 23:05:13 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/shared-core: r600_cp.c Added Files: src/sys/external/bsd/drm/dist/shared-core: radeonhd_microcode.h Log Message: add minimal support for radeon 5xxx.

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2010-06-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 26 23:00:19 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pciids.h Log Message: add the latest generation of radeon cards. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/external/

CVS commit: src/sys/external/bsd/drm/dist/shared-core

2010-06-26 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jun 26 22:59:31 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/shared-core: radeon_drv.h Log Message: add CHIP_CEDAR, CHIP_REDWOOD, CHIP_JUNIPER, CHIP_CYPRESS and CHIP_HEMLOCK. To generate a diff of this commit: cvs rdi

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2010-05-24 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 24 08:51:53 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h Log Message: use round_page() for PAGE_ALIGN(). from Onno van der Linden in PR#38700, though apparently i didn't commit it way back when i

CVS commit: src/sys/external/bsd/drm/conf

2010-05-23 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 24 01:57:06 UTC 2010 Modified Files: src/sys/external/bsd/drm/conf: files.drm Log Message: add r600_blit.c and radeon_cs.c. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm/conf/files.drm

CVS commit: src/sys/external/bsd/drm/dist

2010-05-23 Thread matthew green
Module Name:src Committed By: mrg Date: Mon May 24 01:39:07 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h src/sys/external/bsd/drm/dist/shared-core: r600_cp.c radeon_cp.c radeon_drm.h radeon_drv.h radeon_state.c Added Files:

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2010-05-19 Thread matthew green
Module Name:src Committed By: mrg Date: Wed May 19 22:14:20 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drmP.h drm_sysctl.c Log Message: only use bus_space*() on drm_local_map_t's that have been mapped into some bus space somewhere. otherwise, just us

CVS commit: src/sys/external/bsd/drm/dist/bsd-core

2010-03-19 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Mar 20 02:53:35 UTC 2010 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_pci.c Log Message: don't pass "maxaddr" as a boundary in bus_dmamap_create() like rev 1.8 did for _alloc(). To generate a diff of this commit: