From owner-freebsd-current@FreeBSD.ORG Sat Feb 14 14:42:38 2004 Return-Path: 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 2870D16A4CE for ; Sat, 14 Feb 2004 14:42:38 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D91243D1D for ; Sat, 14 Feb 2004 14:42:37 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id i1EMgahM009030 for ; Sat, 14 Feb 2004 23:42:36 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: current@freebsd.org From: Poul-Henning Kamp Date: Sat, 14 Feb 2004 23:42:36 +0100 Message-ID: <9029.1076798556@critter.freebsd.dk> Subject: HEADSUP: Converting drivers to dynamic major numbers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 14 Feb 2004 22:42:38 -0000 http://phk.freebsd.dk/patch/major.patch (This patch is automatically generated.) This patch removes the static major device number assignments from a boatload of device drivers in order to free up some major numbers which can be assigned dynamically. I have excluded from this patch: .../mem.c contrib dev/cx (doesn't compile when my script has chewed on it) dev/sound (ditto) any device which my script didn't recognize. I'm currently running this patch through a "make universe" and plan on committing it next saturday (21/2). If there are drivers which should be excluded from this patch, please send me an email before thursday and please explain why. Poul-Henning -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.