Re: A few device questions

2000-08-23 Thread Mark Murray
> At Thu, 24 Aug 2000 01:48:32 EDT, Louis Gerbarg wrote: > > > I have been working with the OpenBSD /dev/random driver, and have > > ported it to Darwin. While I was at I wanted to also port it to > > FreeBSD, because it is more functional then current one, but I have > > a few questions: > > You

Re: A few device questions

2000-08-23 Thread Johan Karlsson
At Thu, 24 Aug 2000 01:48:32 EDT, Louis Gerbarg wrote: > I have been working with the OpenBSD /dev/random driver, and have ported > it to Darwin. While I was at I wanted to also port it to FreeBSD, because > it is more functional then current one, but I have a few questions: You should talk to Ma

Re: A few device questions

2000-08-23 Thread Alfred Perlstein
* Louis Gerbarg <[EMAIL PROTECTED]> [000823 22:48] wrote: > > The mem driver does not seem to have an attach call. To hack around that > on darwin I used a static variable initialized to 0, and then put a test > for it in the open call. If it is zero it runs my attach routine and sets > the varia