Subject: Re: emulation initialization
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: tech-kern
Date: 12/22/2002 14:12:19
> > Note that we already have another mechanism to allow "generic"
> > subsystems to register constructors at kernel link time: pseudo-device
> > attach routines.
>
> This sounds kinda kludgy to use pseudo-device for compat code
> purposes ...
I think you're getting hung up on the name "pseudo-device". really,
all it is from the config standpoint is "a subsystem with an init
routine".
- Bill