From owner-freebsd-multimedia Wed Aug 13 20:32:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA18933 for multimedia-outgoing; Wed, 13 Aug 1997 20:32:46 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA18906; Wed, 13 Aug 1997 20:32:42 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.7/8.8.5) with ESMTP id UAA00314; Wed, 13 Aug 1997 20:32:40 -0700 (PDT) Message-Id: <199708140332.UAA00314@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: multimedia@freebsd.org cc: current@freebsd.org Subject: YES!, bktr now works 8) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 13 Aug 1997 20:32:40 -0700 From: Amancio Hasty Sender: owner-freebsd-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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