Subject: Re: CVS commit: src/share/man/man4
To: Jared D. McNeill <jmcneill@netbsd.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 03/26/2007 22:58:14
On Sun, Mar 25, 2007 at 11:19:24PM +0000, Jared D. McNeill wrote:
>
> Module Name: src
> Committed By: jmcneill
> Date: Sun Mar 25 23:19:24 UTC 2007
>
> Modified Files:
> src/share/man/man4: drm.4
>
> Log Message:
> misc/36088: the drm(4) manual page states the wrong major number for the
> drm device, from Blair Sadewitz.
The major number does not belong to the man page, IMHO.
Would instead a command like
mknod /dev/dri/card0 c drm 0
do what it is needed?
Pavel