Re: xxxVERBOSE module?

2010-05-22 Thread Paul Goyette
On Sat, 22 May 2010, John Nemeth wrote: } (referring to loading the pciverbose module...) } I guess I can probably remove those changes. So we'll have to rely on Although, you can't test them, possibly keep them. We do want to support hotswap PCI at some point. It turns out that I need

Re: Kernel modules - documentation?

2010-05-22 Thread John Nemeth
On Sep 5, 6:12pm, Paul Goyette wrote: } } Is there any documentation on the modules interface or API? There does } not seem to be anything in the man pages... I'm not aware of any. Probably the best documentation for the moment is src/sys/modules/example/example.c. This is an example of

Re: xxxVERBOSE module?

2010-05-22 Thread John Nemeth
On Sep 6, 10:07am, Paul Goyette wrote: } On Fri, 21 May 2010, John Nemeth wrote: } } > } My current approach is to load the module right before the first pcibus } > } is enumerated, and unload when finished. So we can use the in-kernel } > } >File systems aren't initialised during autoconf wh