From owner-freebsd-hackers@FreeBSD.ORG Fri May 9 01:44:23 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1292937B401; Fri, 9 May 2003 01:44:23 -0700 (PDT) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 562E643F85; Fri, 9 May 2003 01:44:22 -0700 (PDT) (envelope-from gurney_j@resnet.uoregon.edu) Received: by resnet.uoregon.edu (Postfix, from userid 1001) id A58521930E; Fri, 9 May 2003 01:44:01 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by resnet.uoregon.edu (Postfix) with ESMTP id 8359A1D114; Fri, 9 May 2003 15:44:01 +0700 (ICT) Date: Fri, 9 May 2003 15:44:01 +0700 (ICT) From: John-Mark Gurney To: freebsd-hackers@freebsd.org, Message-ID: <20030509153436.G25757-100000@resnet.uoregon.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: ZR36067 driver for FreeBSD 5.0-Release X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 08:44:23 -0000 I would like to announce an inital driver for Zoran ZR36067 based cards for FreeBSD 5.0-RELEASE. The driver currently only support video overlay and masking. It does not support MJPEG capture, raw capture, or video output. Currently the only card that is supported is the Pinnacle Systems' DC10+. Supporting other cards should be simple. I have also included an application, ctv, for video display to the monitor. Ctv uses svgalib to directly access the video card so you don't have to run X to use your card. Currently only tested with an S3 based video card. This driver is an ongoing work. I am right now changing the interal interface to be a more generic video bus framework to make writing other drivers more simple and letting people not have to rewrite drivers for the same chips (such as the decoder/encoder chips). If you are interested in working on this driver, please drop me an email. The driver is located at: http://people.freebsd.org/~jmg/zoran-0.5.tar.gz I would like to thank Danny Braniss and Antoine Jacoutot for various help and support they have provided over the past month. John-Mark Gurney