From owner-freebsd-multimedia Thu Jan 1 09:45:18 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA24638 for multimedia-outgoing; Thu, 1 Jan 1998 09:45:18 -0800 (PST) (envelope-from owner-freebsd-multimedia) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA24633 for ; Thu, 1 Jan 1998 09:45:12 -0800 (PST) (envelope-from fbsd@Ilsa.StevesCafe.com) Received: from Ilsa.StevesCafe.com (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.7/8.8.5) with ESMTP id KAA27965; Thu, 1 Jan 1998 10:41:42 -0700 (MST) Message-Id: <199801011741.KAA27965@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0gamma 1/27/96 From: Steve Passe To: Frank Nobis cc: multimedia@FreeBSD.ORG Subject: Re: Bt848 patches... In-reply-to: Your message of "01 Jan 1998 17:11:29 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 01 Jan 1998 10:41:42 -0700 Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, > I would not go that far and call it properly detecting the Win/TV > with the PAL tuner. I had to override the tuner detection and I'm not > sure how to decide, if it's a Temic or Phillips PAL tuner. Both have > their read/write address at 0xc2/0xc3. 2 programs are available that would be useful for a better board detection scheme: With eeprom.c you can record the contents of the on-board EEProm. Invoke as "eeprom 0 256" (Wincast/TV) or "eeprom 0 128" (STB TV/PCI). eeprom contents vary from 1 board to the next within thew same model, among other things will often be a serial #. there is no documentation available on the contents, so reverse engineering is in order... With sign.c you can record the "signature" of your card. This is the location of all i2c parts on the card. Although 2 different tuners might use the same address for 1 part, the overall combination of parts might be different enough to make a decision... between the 2 hopefully a method of detecting all tuners/boards could be devised. source for both programs is on the bt848 page. -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD