From owner-freebsd-multimedia@FreeBSD.ORG Thu Aug 23 09:04:37 2007 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 68F1716A420 for ; Thu, 23 Aug 2007 09:04:37 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 3E97213C48E for ; Thu, 23 Aug 2007 09:04:37 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so506127wag for ; Thu, 23 Aug 2007 02:04:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wt7AoK4i1y6/xvQ8hp59VpT4vbEensvmK3gF7BZufbJmNVimhHb4jYXCOWxKCvF2S9xXiVQ841vZpTNwZYC71qdvnuTGzdpK0HJije7/TpLOW7F9sezc9fQLO68QpgYyXYzvZlDOMKUaLlVelvPTvkc2Xhc8rhaHzYg8/MWffLs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pPePbPkpV2w7Y70Jq5z5CPNfWCOe/iJP1NMv3W4Rawg062dPgA8yA2rHR0Dz6UK2idE31ON68g4oVmvvMr0bHBsynBiD6g6Yd1gRwR8kTeCfZEQkN3F4h0jYctqExw4xmuOs3dQYsrnfJN2lMVvzIcNXgx+BIb03kdruExru33w= Received: by 10.114.78.1 with SMTP id a1mr1835702wab.1187859876049; Thu, 23 Aug 2007 02:04:36 -0700 (PDT) Received: by 10.114.192.19 with HTTP; Thu, 23 Aug 2007 02:04:36 -0700 (PDT) Message-ID: Date: Thu, 23 Aug 2007 11:04:36 +0200 From: usleepless@gmail.com To: "=?ISO-8859-1?Q?Arne_W=F6rner?=" In-Reply-To: <732543.44505.qm@web30310.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <732543.44505.qm@web30310.mail.mud.yahoo.com> Cc: freebsd-multimedia@freebsd.org Subject: Re: ports/pvr250 / Hauppauge PVR250 on ECS K7VMM+ 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: Thu, 23 Aug 2007 09:04:37 -0000 On 8/21/07, Arne W=F6rner wrote: > --- Arne W=F6rner wrote: > > > is it sharing an irq? ( not that i am aware that this would be a > problem... > > ) > > > > > Yup... irq 10 with uhci1 (which has no devices attached, I would guess.= .. > at > > least /dev/usb2 is unused according to "usbdevs -v")... > > > I mean: /dev/usb1... > > > > otherwise: try http://usleepless.110mb.com/pvrxxx_port.tgz > > > > > I will try that... > > > Is that for 7-CUR? > > It doesnt compile on 6.2R: > cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdin= c > -I- > -I../../.. -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=3D8000 > -fno-common -mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno= -mmx > -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h > -Winline -Wcast-qual -fformat-extensions -std=3Dc99 -c > /opt/ports/multimedia/pvrxxx-arne/work/modules/cxm/cxm/../../../dev/cxm/c= xm.c > In file included from ./fbsd-compat.h:141, > from ./v4l2_ioctl_hook.h:6, > from > /opt/ports/multimedia/pvrxxx-arne/work/modules/cxm/cxm/../../../dev/cxm/c= xm.c:90: > @/sys/firmware.h:52: error: syntax error before "linker_file_t" > *** Error code 1 firmware.h has been changed. either install STABLE or try to include "sys/linker.h" before "firmware.h" is included. pvrxxx is doing DMA stuff a little bit different from pvr250. it is not giant locked and uses a kernel-thread to process the DMA. regards, usleep