summaryrefslogtreecommitdiffstats
path: root/sys/dev/cs/if_cs.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-28 06:13:29 +0000
committerimp <imp@FreeBSD.org>2005-01-28 06:13:29 +0000
commit6fc560e600169133db20ce139e10497285229b21 (patch)
tree88a13142c20751f57b857d8a6db43dccfd1d42eb /sys/dev/cs/if_cs.c
parent654d52e28a9877a46761dc799900befa1fc89ed9 (diff)
downloadFreeBSD-src-6fc560e600169133db20ce139e10497285229b21.zip
FreeBSD-src-6fc560e600169133db20ce139e10497285229b21.tar.gz
Setting hw.cs.recv_delay should set the delay, not the ignore the
eeprom checksum.
Diffstat (limited to 'sys/dev/cs/if_cs.c')
-rw-r--r--sys/dev/cs/if_cs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c
index 8cfb7cb..4c501ad 100644
--- a/sys/dev/cs/if_cs.c
+++ b/sys/dev/cs/if_cs.c
@@ -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
OpenPOWER on IntegriCloud