Subject: Re: kernel intern functions
To: Peter Berg <Peter.Berg@ww.tu-freiberg.de>
From: Perry E. Metzger <perry@piermont.com>
List: tech-kern
Date: 03/19/1997 15:48:36
Peter Berg writes:
> Hi,
> I recently started to write my first device driver for NetBSD but without any
> description of the kernel intern functions.
> 
> Where can I get one for these functions like
> 
> ReadByte, uiomove, kvmem_alloc ...
> 
> I can't imagine that there should be none description somewhere outthere.

1) Some of this stuff gets described in the section 9 man pages, but
   not much -- it is still woefully incomplete.
2) Some of this stuff gets described in things like the 4.4 BSD book.

More documentation for section 9 is actively solicited!

Perry