mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-15 08:44:14 +08:00
[PATCH] IPMI: increase KCS message size
Increase the maximum message size a KCS interface supports to the maximum message size the rest of the driver supports. Some systems really support messages this big. Signed-off-by: Corey Minyard <cminyard@mvista.com> Cc: Patrick Schoeller <Patrick.Schoeller@hp.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
4d7cbac7c8
commit
5a1099baa8
@ -93,8 +93,8 @@ enum kcs_states {
|
||||
state machine. */
|
||||
};
|
||||
|
||||
#define MAX_KCS_READ_SIZE 80
|
||||
#define MAX_KCS_WRITE_SIZE 80
|
||||
#define MAX_KCS_READ_SIZE IPMI_MAX_MSG_LENGTH
|
||||
#define MAX_KCS_WRITE_SIZE IPMI_MAX_MSG_LENGTH
|
||||
|
||||
/* Timeouts in microseconds. */
|
||||
#define IBF_RETRY_TIMEOUT 1000000
|
||||
|
Loading…
Reference in New Issue
Block a user