From owner-freebsd-current@FreeBSD.ORG Tue Jan 17 18:09:38 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E1BE16A41F for ; Tue, 17 Jan 2006 18:09:38 +0000 (GMT) (envelope-from spk@onyx.hysteria.sk) Received: from onyx.hysteria.sk (onyx.hysteria.sk [195.168.3.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC6443D4C for ; Tue, 17 Jan 2006 18:09:37 +0000 (GMT) (envelope-from spk@onyx.hysteria.sk) Received: by onyx.hysteria.sk (Postfix, from userid 1845) id 84A08C01BA9; Tue, 17 Jan 2006 19:09:31 +0100 (CET) Date: Tue, 17 Jan 2006 19:09:31 +0100 From: mv To: freebsd-current@freebsd.org Message-ID: <20060117180931.GA31159@hysteria.sk> Mail-Followup-To: mv , freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [PATCH] simple bktr(4) changes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 18:09:38 -0000 Some time ago I played with my bktr tuner and realize that bktr(4) man page is little bit out of date considering sys/dev/bktr/bktr_tuner.h and bktr_card.h. I made patch which is at http://hysteria.sk/spk/bktr.4.patch I hope this would be useful for someone. mv