NetBSD/sys/dev/pci/bktr
mrg 5b576a585b match LeadTek's original PCI vendor ID as well as the 3-alternates
when setting CARD_LEADTEK.  now with just

	options BKTR_SYSTEM_DEFAULT=BROOKTREE_PAL

i get a shiny happy working card on my macppc box:

bktr0 at pci1 dev 18 function 0
bktr0: interrupting at irq 52
bktr0: Leadtek WinFast TV2000/VC100, Philips FR1216 PAL FM tuner.
2004-07-24 12:52:45 +00:00
..
README Merge first bktr-sf import. 2003-03-12 00:14:40 +00:00
TODO Remove some. 2003-03-12 00:24:41 +00:00
bktr2netbsd Update script for bktr-sf imports. 2003-03-12 00:23:39 +00:00
bktr_audio.c Fix typo in comment; from Robert Nagy via OpenBSD. 2004-05-12 20:43:17 +00:00
bktr_audio.h Fix typo in comment; from Robert Nagy via OpenBSD. 2004-05-12 20:43:17 +00:00
bktr_card.c match LeadTek's original PCI vendor ID as well as the 3-alternates 2004-07-24 12:52:45 +00:00
bktr_card.h Merge first bktr-sf import. 2003-03-12 00:14:40 +00:00
bktr_core.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
bktr_core.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
bktr_mem.c Merge first bktr-sf import. 2003-03-12 00:14:40 +00:00
bktr_mem.h Merge first bktr-sf import. 2003-03-12 00:14:40 +00:00
bktr_os.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
bktr_os.h Merge first bktr-sf import. 2003-03-12 00:14:40 +00:00
bktr_reg.h Merge first bktr-sf import. 2003-03-12 00:14:40 +00:00
bktr_tuner.c Merge first bktr-sf import. 2003-03-12 00:14:40 +00:00
bktr_tuner.h Merge first bktr-sf import. 2003-03-12 00:14:40 +00:00

README

README FOR BT848/BT878 DRIVER
Updated 20th March 2000

  Roger Hardiman
  roger@cs.strath.ac.uk
  roger@freebsd.org
  http://www.telepresence.strath.ac.uk/bt848
  http://www.freebsd.org/~roger

Introduction
------------

The BKTR driver is a driver for Bt848 and Bt878 based Video Capture
cards and TV Tuner Cards.
The driver was written by Amancio Hasty for FreeBSD but is now
maintained by Roger Hardiman.

The driver has been ported from FreeBSD to NetBSD, OpenBSD and BSD/OS.
There is also a Linux version on an old version.


Please read the README file for your specific Operating System for
more information.

Thanks
Roger
--
Roger Hardiman

$SourceForge: README,v 1.2 2003/03/11 23:11:16 thomasklausner Exp $