Is there a way to defer a device init unless all cpus are running?

Joseph Koshy joseph.koshy at gmail.com
Wed Nov 3 20:40:52 PST 2004


I'd like to defer complete initialization of a driver till all CPUs on a system
have been initialized.  Is this possible today?  Right now I'm forced to use
a KLD that gets loaded after the system is booted since the driver needs
to set up per-cpu structures.


More information about the freebsd-smp mailing list