Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Major number for dri missing?



On Sun, 26 Jul 2009, Andreas Gustafsson wrote:

> Matthias Scheler wrote:
> > when I run "./MAKEDEV all" in "/dev" under NetBSD-current I get
> > this error message:
> >
> > ./MAKEDEV: dri0: unknown device
>
> The problem still exists in today's -current (CVS source date
> 2009.07.26.03.22.01).

It seems that no dri device major number is defined, the following patch
should fix that as it appears to be MI .. mrg?

iain

Index: majors
===================================================================
RCS file: /cvsroot/src/sys/conf/majors,v
retrieving revision 1.46
diff -u -r1.46 majors
--- majors      21 May 2009 19:27:38 -0000      1.46
+++ majors      26 Jul 2009 16:37:29 -0000
@@ -40,3 +40,4 @@
 device-major   isv             char 192                isv
 device-major   video           char 193                video
 device-major   dm              char 194 block 169      dm
+device-major   dri             char 195                dri



Home | Main Index | Thread Index | Old Index