Setting hw.cs.recv_delay should set the delay, not the ignore the
eeprom checksum.
This commit is contained in:
parent
654d52e28a
commit
6fc560e600
@ -114,7 +114,7 @@ SYSCTL_INT(_hw_cs, OID_AUTO, ignore_checksum_failure, CTLFLAG_RW,
|
||||
"ignore checksum errors in cs card EEPROM");
|
||||
|
||||
static int cs_recv_delay = 570;
|
||||
TUNABLE_INT("hw.cs.recv_delay", &cs_ignore_cksum_failure);
|
||||
TUNABLE_INT("hw.cs.recv_delay", &cs_recv_delay);
|
||||
SYSCTL_INT(_hw_cs, OID_AUTO, recv_delay, CTLFLAG_RW, &cs_recv_delay, 570, "");
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user