Re: aperf/mperf

2010-11-20 Thread Andriy Gapon
on 19/11/2010 21:08 Nate Lawson said the following: On 11/19/2010 6:39 AM, Andriy Gapon wrote: I am thinking about providing two APIs for this. 1. KPI void cpu_get_a_m_perf(u_int cpu, uint64_t *aperf, uint64_t *mperf); 2. Userland sysctl dev.cpu.N.aperf_mperf that returns two UQUAD

removing tq_name [Was: taskqueue_create() name parameter lieftime]

2010-11-20 Thread Andriy Gapon
on 19/11/2010 18:58 John Baldwin said the following: On Friday, November 19, 2010 11:20:04 am Andriy Gapon wrote: BTW, tq_name doesn't seem to be used anywhere at all. Perhaps just drop it? But still could be useful in a debugger, though. If it's not used anywhere I would just drop it.

Re: ideas for _PSD/_CSD/_TSD

2010-11-20 Thread Andriy Gapon
on 19/11/2010 00:02 Nate Lawson said the following: On 11/18/2010 11:09 AM, Andriy Gapon wrote: I am trying to solicit some architectural/design ideas for implementing logic that would honor ACPI _PSD/_CSD/_TSD descriptions of processor dependency domains. Well, I am primarily interested in

Re: [Call for Tests] PAT issue on Apple hardware

2010-11-20 Thread RM
On Fri, 19 Nov 2010 19:54:21 +0100, Jung-uk Kim j...@freebsd.org wrote: On Tuesday 16 November 2010 03:30 pm, Jung-uk Kim wrote: On Monday 15 November 2010 08:36 pm, Jung-uk Kim wrote: Often times I hear complaints like my Mac hangs after upgrading to 8.1 or snapshot CD hangs on my brand new

zfs/vm panic: vm_object_page_collect_flush failed

2010-11-20 Thread Bruce Cran
Hi, I've been building KDE on a new -CURRENT system with ZFS and hit a panic - vm_object_page_collect_flush failed (more info is at http://www.cran.org.uk/~brucec/freebsd/zfs_vm_panic.txt). #9 0x802a6190 in panic (fmt=Variable fmt is not available. ) at

Re: zfs/vm panic: vm_object_page_collect_flush failed

2010-11-20 Thread Kostik Belousov
On Sat, Nov 20, 2010 at 02:48:15PM +, Bruce Cran wrote: Hi, I've been building KDE on a new -CURRENT system with ZFS and hit a panic - vm_object_page_collect_flush failed (more info is at http://www.cran.org.uk/~brucec/freebsd/zfs_vm_panic.txt). #9 0x802a6190 in panic

drm.ko does not build on powerpc

2010-11-20 Thread Super Biscuit
I'm using SNAPSHOT-9 (Current) powerpc from people.freebsd.org/~whitehorn. The build in /usr/src/sys/.../drm/drm stops with specialreg.h Using find -f /|grep specialreg.h only shows the file in x86, amd64, and pc98. I already have agp.ko built. Does this require cross compiling or is a prebuilt

Re: freebsd-current Digest, Vol 370, Issue 9

2010-11-20 Thread Artur Bednarek
W dniu 2010-11-19 22:23, freebsd-current-requ...@freebsd.org pisze: Send freebsd-current mailing list submissions to freebsd-current@freebsd.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.freebsd.org/mailman/listinfo/freebsd-current or, via email,

Re: drm.ko does not build on powerpc

2010-11-20 Thread Andreas Tobler
On 20.11.10 19:00, Super Biscuit wrote: I'm using SNAPSHOT-9 (Current) powerpc from people.freebsd.org/~whitehorn. Can you update the src to something after 16.11? Nathan did commit a (build) fix around the 16.11. Gruss, Andreas ___