NetBSD/sys/dev/pci/bktr
darrenr 960df3c8d1 Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records.  The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V
2003-06-28 14:20:43 +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 Merge some more. 2003-03-12 00:19:20 +00:00
bktr_audio.h Merge first bktr-sf import. 2003-03-12 00:14:40 +00:00
bktr_card.c Merge first bktr-sf import. 2003-03-12 00:14:40 +00:00
bktr_card.h Merge first bktr-sf import. 2003-03-12 00:14:40 +00:00
bktr_core.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
bktr_core.h Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +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 Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +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 $