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(+)

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

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

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

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 +-