From owner-freebsd-multimedia Sat Apr 18 12:05:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11732 for freebsd-multimedia-outgoing; Sat, 18 Apr 1998 12:05:39 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA11725 for ; Sat, 18 Apr 1998 19:05:37 GMT (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id MAA09508 for ; Sat, 18 Apr 1998 12:05:34 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Message-Id: <199804181905.MAA09508@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: multimedia@FreeBSD.ORG Subject: new bt848 driver Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 18 Apr 1998 12:05:34 -0700 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The new version has been checked to -current and it is at http://www.freebsd.org/~ahasty/Bt848.html ftp://rah.star-gate.com/pub/Bt848.html Changed history: 1.29 Roger Hardiman Revised autodetection code to correctly handle both old and new VideoLogic Captivator PCI cards. Added tsleep of 2 seconds to initialistion code for PAL users.Corrected clock selection code on format change. 1.30 Bring back Frank Nobis 's opt_bktr.h Roger's 2 second sleeps during initialization allows the bt848 to correctly settle down without it he has a test case which the bt848 locks up his system -- this is not a driver problem rather a bt848 problem. Frank Nobis added an opt_bktr.h (option include file) in your kernel config file to override the tuner detection use: options OVERRIDE_TUNER=x The current values are found in /usr/src/sys/pci/brooktree848.c If you happen to have an old kernel with no support for opt_bktr.h, just add to your /sys/i386/conf/options.i386: # give bktr an opt_bktr.h file OVERRIDE_TUNER opt_bktr.h Enjoy, Amancio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message