From owner-cvs-all Mon Feb 2 05:09:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26163 for cvs-all-outgoing; Mon, 2 Feb 1998 05:09:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA26156; Mon, 2 Feb 1998 05:09:28 -0800 (PST) (envelope-from ahasty@FreeBSD.org) From: Amancio Hasty Received: (from ahasty@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA05163; Mon, 2 Feb 1998 05:09:13 -0800 (PST) Date: Mon, 2 Feb 1998 05:09:13 -0800 (PST) Message-Id: <199802021309.FAA05163@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include ioctl_bt848.h src/sys/pci brktree_reg.h brooktree848.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe cvs-all" ahasty 1998/02/02 05:09:12 PST Modified files: sys/i386/include ioctl_bt848.h sys/pci brktree_reg.h brooktree848.c Log: Bugs/Enhancements: 1. Takeshi Ohashi submitted code to support bktr_read . /usr/src/share/examples/rgb24.c now works 8) 2. Flemming Jacobsen submitted code to support radio available with in some bt848 based cards;additionally, wrote code to correctly recognized his bt848 card. 3. Roger Hardiman submitted various fixes to smooth out the microcode and made all modes consistent. 4. Added supported for yuv12 so we know can capture raw streams and feed it to mpeg_encoder . The upshot is that we can now mpeg encode more and save nearly 100 percent of the disk requirements previously for programs such as fxtv first save the raw video image to disk then converted to a format suitable for mpeg_encode. Revision Changes Path 1.12 +4 -0 src/sys/i386/include/ioctl_bt848.h 1.11 +7 -4 src/sys/pci/brktree_reg.h 1.24 +278 -145 src/sys/pci/brooktree848.c