git: bce.4: Mention the tranmission queue arbitration

2013-08-04 Thread Sepherosa Ziehau

commit 1c3cbc7efe963c13490b17bccc7009908c882d3e
Author: Sepherosa Ziehau se...@dragonflybsd.org
Date:   Sun Aug 4 20:28:42 2013 +0800

bce.4: Mention the tranmission queue arbitration

Summary of changes:
 share/man/man4/bce.4 | 6 ++
 1 file changed, 6 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1c3cbc7efe963c13490b17bccc7009908c882d3e


-- 
DragonFly BSD source repository


git: drm2: Synchronize with FreeBSD

2013-08-04 Thread Francois Tigeot

commit ef56dbd78d07b43efd1eb721293028b1bd63cf2a
Author: François Tigeot ftig...@wolfpond.org
Date:   Sun Aug 4 14:14:46 2013 +0200

drm2: Synchronize with FreeBSD

as of r253709 (2013-07-27): The pmap_qenter() and pmap_qremove() perform
TLB invalidation on its own, no need to call pmap_invalidate_range() one
more time.

Summary of changes:
 sys/dev/drm2/drmP.h  |   3 +-
 sys/dev/drm2/drm_dp_iic_helper.c |   4 +-
 sys/dev/drm2/drm_edid.c  |   6 +-
 sys/dev/drm2/drm_global.c| 109 +++
 sys/dev/drm2/{drm_hashtab.h = drm_global.h} |  54 ++---
 sys/dev/drm2/drm_mm.c|  39 +-
 sys/dev/drm2/drm_mm.h|   4 +-
 sys/dev/drm2/drmn/Makefile   |   1 +
 sys/dev/drm2/i915/i915_gem.c |  25 +-
 sys/dev/drm2/i915/intel_fb.c |   5 +-
 sys/dev/drm2/i915/intel_iic.c|  16 ++--
 sys/dev/drm2/i915/intel_modes.c  |   6 +-
 sys/dev/drm2/i915/intel_ringbuffer.c |  12 +--
 sys/dev/drm2/i915/intel_sdvo.c   |  14 ++--
 sys/dev/misc/syscons/scvgarndr.c |   7 +-
 15 files changed, 227 insertions(+), 78 deletions(-)
 create mode 100644 sys/dev/drm2/drm_global.c
 copy sys/dev/drm2/{drm_hashtab.h = drm_global.h} (50%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ef56dbd78d07b43efd1eb721293028b1bd63cf2a


-- 
DragonFly BSD source repository


git: acpi/pstate: AMD CPUs' Family = 10h use same P-State controls

2013-08-04 Thread Sepherosa Ziehau

commit e876e4b53887e2e17068543e748cec62a3d42fc1
Author: Sepherosa Ziehau se...@dragonflybsd.org
Date:   Sun Aug 4 21:52:26 2013 +0800

acpi/pstate: AMD CPUs' Family = 10h use same P-State controls

While I'm here, clean up the code little bit by using CPUID_TO_FAMILY
and cpu_exthigh.

Summary of changes:
 sys/platform/pc32/acpica/acpi_pstate_machdep.c | 20 ++--
 sys/platform/pc64/acpica/acpi_pstate_machdep.c | 20 ++--
 2 files changed, 12 insertions(+), 28 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e876e4b53887e2e17068543e748cec62a3d42fc1


-- 
DragonFly BSD source repository


git: drm/i915: Do not check only primary displays

2013-08-04 Thread Francois Tigeot

commit 60ee83d67c80c76392698fd2357756294368a167
Author: François Tigeot ftig...@wolfpond.org
Date:   Sun Aug 4 16:58:23 2013 +0200

drm/i915: Do not check only primary displays

* On IBM-PC compatible systems, only one graphic adapter can be
  VGA-compatible at the same time

* This adapter is marked with the PCIS_DISPLAY_VGA capability in
  the PCI device list

* With KMS, we do not care about VGA compatibility anymore; let's
  just use whatever hardware is present

* Tested-with: A radeon X550 as primary display adapter

Summary of changes:
 sys/dev/drm2/drm_drv.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/60ee83d67c80c76392698fd2357756294368a167


-- 
DragonFly BSD source repository


git: kernel/raid: Match xpt_alloc_ccb() and xpt_free_ccb() for rescan callbacks.

2013-08-04 Thread Sascha Wildner

commit 7cd81952726bb401096fa24bce32398234d8692e
Author: Sascha Wildner s...@online.de
Date:   Sun Aug 4 22:24:17 2013 +0200

kernel/raid: Match xpt_alloc_ccb() and xpt_free_ccb() for rescan callbacks.

Summary of changes:
 sys/dev/raid/aac/aac_cam.c | 2 +-
 sys/dev/raid/mly/mly.c | 2 +-
 sys/dev/raid/mps/mps_sas.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7cd81952726bb401096fa24bce32398234d8692e


-- 
DragonFly BSD source repository