From owner-freebsd-multimedia Sat Mar 22 18:36:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA15472 for multimedia-outgoing; Sat, 22 Mar 1997 18:36:57 -0800 (PST) Received: from Ilsa.StevesCafe.com (sc-gw.StevesCafe.com [205.168.119.191]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA15466 for ; Sat, 22 Mar 1997 18:36:53 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.7.5/8.6.12) with SMTP id TAA16232; Sat, 22 Mar 1997 19:36:47 -0700 (MST) Message-Id: <199703230236.TAA16232@Ilsa.StevesCafe.com> X-Authentication-Warning: Ilsa.StevesCafe.com: Host localhost [127.0.0.1] didn't use HELO protocol X-Mailer: exmh version 1.6.5 12/11/95 From: Steve Passe To: Amancio Hasty cc: multimedia@freebsd.org Subject: Re: First Cut at separating tuner and capture devices In-reply-to: Your message of "Sat, 22 Mar 1997 18:16:52 PST." <199703230216.SAA01151@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 22 Mar 1997 19:36:46 -0700 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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