Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Mar 1997 19:35:21 -0800
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        Julian Elischer <julian@whistle.com>
Cc:        Steve Passe <smp@csn.net>, Luigi Rizzo <luigi@labinfo.iet.unipi.it>, multimedia@FreeBSD.ORG
Subject:   Re: Tuner working in color 
Message-ID:  <199703090335.TAA01573@rah.star-gate.com>
In-Reply-To: Your message of "Sat, 08 Mar 1997 13:42:31 MST." <199703082042.NAA29240@Ilsa.StevesCafe.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>From The Desk Of Steve Passe :
> Hi,
> 
> > Is there an integrated bt848 driver including all the latest patches ?
> 
> no, not yet.  once it gets committed to the freeBSD source tree this
> will all become much simpler.  Till then we just have to deal with it...

Hi Julian,

Care to commit the new Bt848 driver to -current?

right now I am getting very busy with work and I don't have alot
of time for coordinating the effort.

The driver is at: 
ftp://rah.star-gate.com/bt848-0.3.tar.gz

What needs to be committed is the contents of the bt848:
brooktree848.c
brktree_reg.h

both files go to the /sys/pci

Here are the tidbits on how to install the video capture driver:
cp  brktree_reg.h brooktree848.c /sys/pci/

In your kernel configuration file:
controller      pci0     #if you already have this line don't add it.
device          bktr0    

There is no need to specify DMA channels nor interrupts for this
driver.

In  /sys/conf/files add:
pci/brooktree848.c        optional bktr device-driver


Create the device:
mknod /dev/bktr0 c 79 0


	Tnks,
	Amancio












Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703090335.TAA01573>