Subject: Re: SoC: NDIS
To: None <tech-kern@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-kern
Date: 06/28/2005 20:12:44
On Tue, Jun 28, 2005 at 05:34:02PM +0000, Alan Ritter wrote:
> The FreeBSD NDIS driver (my starting point) consists of 3 main areas: 
> -compat/ndis/ compiles to a Loadable Kernel Module which implements Windows 
> NDIS, and parts of some other Windows APIs 

One important part is the specific handling of the segment registers.
You have to be careful about that. I don't know whether NetBSD uses them,
but that's something you can easily stumble over.

Joerg