Doug Rabson wrote:
> On Sun, 21 May 2000, Mark Murray wrote:
>
> > Hi
> >
> > I want to commit a new /dev/random RSN, so I'll be needing a major
> > device; what is the procedure for getting one? I know how to steal one,
> > but ISTR that this is not how it is done.
>
> Just edit sys/conf/majors and claim the next available number.
You don't need one. You can use the same major/minor numbers. You can
register multiple cdevsw's per major number with make_dev(); (do NOT
use cdevsw_add() for this).
> >
> > Also - Peter said something about the "mem" device needing
> > to only contain the /dev/mem and /mem/kmem devices, and
> > /dev/(random|urandom|null|zero) needing to move to MI areas. I have done
> > this, as KLD's. Who wants to review?
>
> I'll take a look.
>
> --
> Doug Rabson Mail: [EMAIL PROTECTED]
> Nonlinear Systems Ltd. Phone: +44 20 8442 9037
>
>
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
>
>
Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message