Subject: Re: how facilitate custom driver development: the cdevsw/conf.c problem
To: Chris Torek <torek@BSDI.COM>
From: Martin Husemann <martin@rumolt.teuto.de>
List: tech-kern
Date: 09/08/1997 07:46:20
Chris wrote:

> There are, of course, a bunch of related changes (no more separate
> bdevsw and cdevsw, the devsw array is a table of pointers, and each
> driver defines its own XXsw structure).

Which is particular cool: you can make all the driver interface functions
static and just let the structure be global visible!

Stops namespace polution, IMHO.


Martin