In message <[EMAIL PROTECTED]>, Andrew Kenneth Milton writes: >The problem turns up most violently within the XFree86 DRI Module, since >it now uses make_dev, and not mknod as it used to. > >The DRI Module first attempts to mkdir /dev/dri/, and then for each card >it supports attempts to use make_dev(9) on dri/card%d (0-whatever), I've >only got one card, so for me dri/card0. It should simply make_dev() "dri/card%d", the directory is created by devfs on demand. You should not mkdir("/dev/dri"); -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- devfs and Vinum (was: any -current && vinum ... Greg Lehey
- Re: devfs and Vinum (was: any -current &&am... Michael Lucas
- Re: devfs and Vinum (was: any -current &&am... Andrew Kenneth Milton
- Re: devfs and Vinum (was: any -current &&am... Poul-Henning Kamp
- Re: devfs and Vinum (was: any -current &&am... Greg Lehey
- Re: devfs and Vinum (was: any -current &... Poul-Henning Kamp
- Re: devfs and Vinum (was: any -current &&am... Andrew Kenneth Milton
- Re: devfs and Vinum (was: any -current &&am... Poul-Henning Kamp
- Re: devfs and Vinum (was: any -current &&am... Andrew Kenneth Milton
- Re: devfs and Vinum (was: any -current &&am... Poul-Henning Kamp
- Re: devfs and Vinum (was: any -current &... Andrew Kenneth Milton
- Re: devfs and Vinum (was: any -current &&am... Julian Elischer
- Re: devfs and Vinum (was: any -current &&am... Poul-Henning Kamp
- Re: devfs and Vinum (was: any -current &&am... Michael Lucas
- Re: devfs and Vinum (was: any -current &&am... John Baldwin
- Re: devfs and Vinum (was: any -current &&am... Michael Lucas
- Re: devfs and Vinum (was: any -current &... John Baldwin