From owner-freebsd-hackers Mon Apr 14 00:52:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA24568 for hackers-outgoing; Mon, 14 Apr 1997 00:52:29 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA24560 for ; Mon, 14 Apr 1997 00:52:24 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.7.3) with ESMTP id AAA00950 for ; Mon, 14 Apr 1997 00:52:23 -0700 (PDT) Message-Id: <199704140752.AAA00950@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: hackers@FreeBSD.ORG Subject: file i/o from device driver? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 14 Apr 1997 00:52:23 -0700 From: Amancio Hasty Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Howdy, We have a couple of video capture drivers and was wondering what would it take to pass a file handle to a driver so it can write the captured frames to a file? Tnks, Amancio