From ad787127cf16f7dcedd57892f65e3c9767a0e47d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 28 Jan 2005 06:13:29 +0000 Subject: [PATCH] Setting hw.cs.recv_delay should set the delay, not the ignore the eeprom checksum. --- sys/dev/cs/if_cs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c index 8cfb7cb671e..4c501ad59aa 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