From owner-freebsd-multimedia Sat Mar 22 18:48:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA16076 for multimedia-outgoing; Sat, 22 Mar 1997 18:48:15 -0800 (PST) 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 SAA16069 for ; Sat, 22 Mar 1997 18:48:13 -0800 (PST) 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 SAA01428; Sat, 22 Mar 1997 18:48:11 -0800 (PST) Message-Id: <199703230248.SAA01428@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Steve Passe cc: multimedia@freebsd.org Subject: Re: First Cut at separating tuner and capture devices In-reply-to: Your message of "Sat, 22 Mar 1997 19:36:46 MST." <199703230236.TAA16232@Ilsa.StevesCafe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 22 Mar 1997 18:48:11 -0800 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Yeap, sorry about that. Amancio >From The Desk Of Steve Passe : > Hi, > > > if (minor(dev) > 0 ) { > > return tuner_ioctl(minor(dev), cmd, arg, flag, pr); > > } > > I see this now, thanx! > > So I see a hook in bktr_close() , but not in bktr_open() ie a call > to tuner_open(), should I add that also? > > -- > Steve Passe | powered by > smp@csn.net | Symmetric MultiProcessor FreeBSD >