Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2004 23:42:36 +0100
From:      Poul-Henning Kamp <phk@phk.freebsd.dk>
To:        current@freebsd.org
Subject:   HEADSUP: Converting drivers to dynamic major numbers
Message-ID:  <9029.1076798556@critter.freebsd.dk>

next in thread | raw e-mail | index | archive | help

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9029.1076798556>