Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 1997 20:32:40 -0700
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        multimedia@freebsd.org
Cc:        current@freebsd.org
Subject:   YES!, bktr now works 8)
Message-ID:  <199708140332.UAA00314@rah.star-gate.com>

next in thread | raw e-mail | index | archive | help


Add the following line in btkr_attach:

	fun = pci_conf_read(tag, PCI_COMMAND_STATUS_REG);
	pci_conf_write(tag, PCI_COMMAND_STATUS_REG, fun | 4); 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ add this ^^^^^^^^^^^^^^^^^^^

That sets the bt848 to be able to act as a dma initiator. 
Most likely the new pci interface cleared that bit cause I have never
set it and the driver has worked in the past;additionally, the may 22
release of current seems to work on my other PC.

I just supped a new kernel yesterday .

Before this weekend I will make sure that the latest bktr driver gets
checked in.

For further info on the video capture driver and respective apps, see:
	http://freebsd.org/~fsmp/HomeAuto/Bt848.html

	Now, dont stay up too late watching movies on your FreeBSD box , is
        really meant for hacking 8)


	Amancio

	




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