Re: Documentation of module parameters.

2001-04-20 Thread john slee
On Sat, Apr 21, 2001 at 03:19:20AM +1000, john slee wrote: > it sounded like a challenge. this might help someone who can't be and it might be even more helpful if it didnt appear with a stupid mimetype. attempt #2 -- "Bobby, jiggle Grandpa's rat so it looks alive, please" -- gary larson #!

Re: Documentation of module parameters.

2001-04-20 Thread john slee
On Fri, Apr 20, 2001 at 01:37:22PM -0300, Harald Welte wrote: > On Mon, Apr 16, 2001 at 10:07:56PM -0700, Jonathan Lundell wrote: > > At 11:30 PM -0400 2001-04-16, Chris Kloiber wrote: > > >I was recently looking for a single location where all the possible > > >module parameters for the linux ker

Re: Documentation of module parameters.

2001-04-20 Thread Harald Welte
On Mon, Apr 16, 2001 at 10:07:56PM -0700, Jonathan Lundell wrote: > At 11:30 PM -0400 2001-04-16, Chris Kloiber wrote: > >I was recently looking for a single location where all the possible > >module parameters for the linux kernel was located. > > Hear him. A DocBook document would be a dandy pl

Re: Documentation of module parameters.

2001-04-17 Thread coop
You can use the "modinfo" utility (Do "man modinfo".) In particular modinfo -p driver.o will give any parameters that can be set in driver.o. If the module author has used the MODULE_PARM_DESC() macro, more documentation can be found.

Re: Documentation of module parameters.

2001-04-16 Thread Jonathan Lundell
At 11:30 PM -0400 2001-04-16, Chris Kloiber wrote: >I was recently looking for a single location where all the possible >module parameters for the linux kernel was located. Hear him. A DocBook document would be a dandy place for this to get pulled together, too. >I figured I would look at the s