From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 23 12:29:58 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4C6B16A402 for ; Mon, 23 Apr 2007 12:29:58 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id 5ACD813C465 for ; Mon, 23 Apr 2007 12:29:58 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so1202157ugh for ; Mon, 23 Apr 2007 05:29:57 -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=baEt0cHpwEsZr0YA653AiohegvaLd1bXOYmeQXJJIzcGmAcnRknf9/ljJRrWYFg9hsLBvqIRXi6EkharOGMioNLYazsx0tI6hWPNfP84ugEPwleyT0tQUZjbx0VFzsd/8PYbi3UrXU6n0DUtzT9SbYvRUeyL0u7Hs2ZdnQ71L2s= 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=tetS54loYzEpPu099ftLGDSAFnwyQrHOgFjqhGvXFZmesZh2PMtT6/7HfRk2OKvKGquWqtapI7isGep8Xo7qbYysYxsovWeWUvk+qJguiHPpr6oCLnzXitSHihZvyRohAxRvVn+TfOxSEMaxc2KufVZUHbIkrmVDwc7ZOpy3cNs= Received: by 10.82.147.6 with SMTP id u6mr8965112bud.1177331396998; Mon, 23 Apr 2007 05:29:56 -0700 (PDT) Received: by 10.82.191.16 with HTTP; Mon, 23 Apr 2007 05:29:56 -0700 (PDT) Message-ID: <80f4f2b20704230529s706c50a9pa4716e74c2b04182@mail.gmail.com> Date: Mon, 23 Apr 2007 08:29:56 -0400 From: "Jim Stapleton" To: "usleepless@gmail.com" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: Greg 'groggy' Lehey , freebsd-multimedia@freebsd.org Subject: Re: pvrxxx, linux code and modules 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, 23 Apr 2007 12:29:58 -0000 Here's a possibly silly thought - I don't remember if I've seen it or not, pretty sure I haven't (and it's something I could actually write the code for). For the tuner part of the module, rather than having the tuner data stored in the driver binary, could we use a configuration file? It seems that all the specific stuff for the tuner easily stored as pure data (as demonstrated by the fact that the tuners are all stored in rather simple structures, with a switch statement to determine which tuner is read). Thanks, -Jim Stapleton