From owner-freebsd-questions@FreeBSD.ORG Thu Sep 4 14:17:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26DBB1065681 for ; Thu, 4 Sep 2008 14:17:04 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.freebsd.org (Postfix) with ESMTP id D27A68FC14 for ; Thu, 4 Sep 2008 14:17:03 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so1675286wra.27 for ; Thu, 04 Sep 2008 07:17:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=xcpMAZ3V82rr3YgH3Vu6Kx3J2O6V2Woy9B+L2NwHHOo=; b=RxBdre2GHziFZa5vTV17ibRKuNBWByh5qZ0YHAYBRh1+161LlOjdGb+OBFBJ2TFZdJ CzmOAQAUwbgyNUB2rFRDAG3iNMVyP41MqJSN/DzzZf0gEcVQf/Kjv9GjIpT3ksAdVSby 7oMOoK7LjVyjQcGe8654psb3lPs71IH50iISU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=qEDlZdbRK1pYtkBuT4/oev1ZIfvKcGM9d/inJT/j/UkCYOwug59UMmLLufSqIpNPSI jbEzNXBbMuXYO0PQyud3dKKHw2zVBXMPddcYCJJywZ+iYASZ+OvZzaSj0X84nUve7bpJ G60lsYhv8kM+NrL4lHukjNm1b5kCt0ztsiyyg= Received: by 10.90.81.19 with SMTP id e19mr13150873agb.119.1220537822890; Thu, 04 Sep 2008 07:17:02 -0700 (PDT) Received: by 10.90.33.17 with HTTP; Thu, 4 Sep 2008 07:17:02 -0700 (PDT) Message-ID: <80f4f2b20809040717h512c70c6o3372a4a1a66e8298@mail.gmail.com> Date: Thu, 4 Sep 2008 10:17:02 -0400 From: Jim To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: brooktree 878[A?] + samsung S5H1411 + PCI X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 14:17:04 -0000 I'm looking at getting a card that has this, and this is the info I've found. It looks like all of the tuner codes are in the driver. Could anyone give me an estimate of how likely it would be that I could add the tuners entry to "/usr/src/sys/dev/bktr/bktr_card.c" i.e. add an entry in the "static const struct CARDTYPE cards[]" array? What other arrays/values/files would I need to mess with? I'm guessing I'd have to enter a card ID somewhere, a tuner ID somewhere, and that array I listed *looks* like it has the card and tuner control definitions. Am I correct? Thanks, -Jim Stapleton