From owner-freebsd-multimedia Thu Feb 5 16:51:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11649 for freebsd-multimedia-outgoing; Thu, 5 Feb 1998 16:51:13 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11644 for ; Thu, 5 Feb 1998 16:51:10 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id AAA09197 for ; Fri, 6 Feb 1998 00:45:49 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id BAA00753; Fri, 6 Feb 1998 01:45:49 +0100 (MET) Message-ID: <19980206014549.24506@follo.net> Date: Fri, 6 Feb 1998 01:45:49 +0100 From: Eivind Eklund To: multimedia@FreeBSD.ORG Subject: bktr - major number is _wrong_. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-multimedia" The major number used for the bktr driver is the one allocated for the ipl (IP filter) device. This is unfortunate, and mean we'll more-or-less have to change the major for the bktr driver :-( I don't think assigning the IP-filter major to the bktr-driver and re-assigning ipl is an option - there are more people that use bktr than ipl, but ipl is mission-critical and bktr is not. Any thoughts on what we can do to make the transition as easy as possible? Eivind.