From owner-cvs-all Mon Aug 31 11:31:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03320 for cvs-all-outgoing; Mon, 31 Aug 1998 11:31:43 -0700 (PDT) (envelope-from owner-cvs-all) 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 LAA03309; Mon, 31 Aug 1998 11:31:42 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18202; Mon, 31 Aug 1998 11:31:36 -0700 (PDT) Date: Mon, 31 Aug 1998 11:31:36 -0700 (PDT) Message-Id: <199808311831.LAA18202@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci brooktree848.c brktree_reg.h src/sys/i386/include ioctl_bt848.h src/sys/conf options Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/08/31 11:31:36 PDT Modified files: sys/pci brooktree848.c brktree_reg.h sys/i386/include ioctl_bt848.h sys/conf options Log: Added Capture Area ioctl - BT848[SG]CAPAREA. Normally the full 640x480 (768x576 PAL) image is grabbed. This ioctl allows a smaller area from anywhere within the video image to be grabbed, eg a 400x300 image from (50,10). See restrictions in BT848SCAPAREA. Submitted by: Roger Hardiman Revision Changes Path 1.49 +150 -22 src/sys/pci/brooktree848.c 1.17 +10 -5 src/sys/pci/brktree_reg.h 1.15 +15 -0 src/sys/i386/include/ioctl_bt848.h 1.92 +4 -1 src/sys/conf/options