From owner-freebsd-multimedia@FreeBSD.ORG Mon May 24 07:04:29 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 418FF1065676 for ; Mon, 24 May 2010 07:04:29 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 84FA38FC23 for ; Mon, 24 May 2010 07:04:28 +0000 (UTC) Received: (qmail invoked by alias); 24 May 2010 07:04:26 -0000 Received: from 85-127-250-198.dynamic.xdsl-line.inode.at (EHLO walrus.pepperland) [85.127.250.198] by mail.gmx.net (mp064) with SMTP; 24 May 2010 09:04:26 +0200 X-Authenticated: #16703784 X-Provags-ID: V01U2FsdGVkX18ZnCdCoeQZIAby9NCx34gAOCdQwTbbSzah6vgThs ifkOequzznw5EF From: Stefan Ehmann To: freebsd-multimedia@freebsd.org Date: Mon, 24 May 2010 09:04:25 +0200 User-Agent: KMail/1.13.3 (FreeBSD/8.0-RELEASE; KDE/4.4.3; i386; ; ) References: <20100520215645.0f506ba7.torfinn.ingolfsen@broadpark.no> <20100522145858.fe653d29.torfinn.ingolfsen@broadpark.no> <20100522143931.23418.qmail@ncolin.muc.de> In-Reply-To: <20100522143931.23418.qmail@ncolin.muc.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201005240904.25707.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 Cc: ag@ncolin.muc.de Subject: Re: usleep's pvrxxx port and FreeBSD 8.0-stable X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2010 07:04:29 -0000 On Saturday 22 May 2010 16:39:31 ag@ncolin.muc.de wrote: > I've fixed compilation on both 8.* and amd64 a while ago; > I've filed a PR for this now: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=146830 > > Perhaps you could double-check whether this works for you as well > (kernel modules are better compiled with WERROR ;-)): > > Just replace /usr/ports/multimedia/pvrxxx with the contents of > > http://www.muc.de/~ag/pvrxxx-20080409-port.tgz Looks nicer than my rather hackish approach. Unfortunately, it panics here (8.0/i386), so I'll have to stick with my solution for now. Fatal trap 12: page fault while in kernel mode ... #0 doadump () at pcpu.h:246 #1 0xc05cb317 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:416 #2 0xc05cb609 in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:579 #3 0xc083d21c in trap_fatal (frame=0xe86577dc, eva=8) at /usr/src/sys/i386/i386/trap.c:933 #4 0xc083d480 in trap_pfault (frame=0xe86577dc, usermode=0, eva=8) at /usr/src/sys/i386/i386/trap.c:846 #5 0xc083de39 in trap (frame=0xe86577dc) at /usr/src/sys/i386/i386/trap.c:528 #6 0xc082102b in calltrap () at /usr/src/sys/i386/i386/exception.s:165 #7 0xc73475ea in cxm_tuner_status () from /boot/modules/cxm.ko Previous frame inner to this frame (corrupt stack?)