mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Setting hw.cs.recv_delay should set the delay, not the ignore the
eeprom checksum.
This commit is contained in:
parent
c11c59dc42
commit
ad787127cf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140925
@ -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