]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ipmi: make kcs timeout parameters as module options
authorPavel Bures <Pavel.Bures@Sun.COM>
Thu, 27 May 2010 07:38:19 +0000 (00:38 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 29 Jun 2015 15:36:56 +0000 (08:36 -0700)
commit2e31d01127060c54267baf7283869569f3950d06
tree27ee077f34c86345db3225a530147d8aa7fa05f3
parent2943624911e4f99e2f325c6e614dd1f46bfa2d3c
ipmi: make kcs timeout parameters as module options

ipmi: make kcs timeout parameters as module options

Orabug: 21219155

For slow or heavily used BMC contollers the default wait timeouts for IBF or OBF
bits in the driver may not be sufficient. This may cause problems during more
complicated oem operatoins on the BMC side.
These timeoutsare changed from hardcoded values in the code into kernel
module parameters. The default values are kept unchanged.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
Signed-off-by: Guangyu Sun <guangyu.sun@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/char/ipmi/ipmi_kcs_sm.c