mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
empirical testing showed that 3 seconds is just too slow for GET_DEVICE_ID
to return on newer Dell hardware. Bump to 6 second timeouts until someone has a better idea on how to handle this Reviewed by: jhb@ MFC after: 2 weeks Sponsored by: Yahoo! Inc.
This commit is contained in:
parent
9b2566742d
commit
de3e1e6590
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253812
@ -219,7 +219,7 @@ struct ipmi_ipmb {
|
||||
((sc)->ipmi_io_res[1] != NULL ? OUTB_MULTIPLE(sc, x, value) : \
|
||||
OUTB_SINGLE(sc, x, value))
|
||||
|
||||
#define MAX_TIMEOUT 3 * hz
|
||||
#define MAX_TIMEOUT 6 * hz
|
||||
|
||||
int ipmi_attach(device_t);
|
||||
int ipmi_detach(device_t);
|
||||
|
Loading…
Reference in New Issue
Block a user