Re: Definition of the major number under OpenBSD

2007-09-14 Thread João Salvatti
Thanks Theo, my pseudo device works! On 9/13/07, Theo de Raadt <[EMAIL PROTECTED]> wrote: > > In which OpenBSD file do I define the major number for devices (both > > regular and pseudo-device)? I have searched in several sources, and > > the closest answer was for NetBSD, which says that major nu

Re: Definition of the major number under OpenBSD

2007-09-13 Thread Theo de Raadt
> In which OpenBSD file do I define the major number for devices (both > regular and pseudo-device)? I have searched in several sources, and > the closest answer was for NetBSD, which says that major numbers are > in /usr/src/sys/conf/majors. But I have not found this file in OpenBSD > sources. No