aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-08-25 22:53:47 +0000
committerWarner Losh <imp@FreeBSD.org>2001-08-25 22:53:47 +0000
commit826fac3f15c863f1dfb372135e41dd0d0449d959 (patch)
tree877468bd0ed5e3f4b800b31a18782da731dac8c3 /sys/pccard
parent1fa93154aac3dfa7e5f3172aaa85c3f87789ccd9 (diff)
downloadsrc-826fac3f15c863f1dfb372135e41dd0d0449d959.tar.gz
src-826fac3f15c863f1dfb372135e41dd0d0449d959.zip
Fix last second typo
Notes
Notes: svn path=/head/; revision=82332
Diffstat (limited to 'sys/pccard')
-rw-r--r--sys/pccard/pcic_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index 0e8d5920bc47..c1d0c7ebfc52 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -75,7 +75,7 @@ SYSCTL_INT(_hw_pcic, OID_AUTO, ignore_function_1, CTLFLAG_RD,
*/
static int pcic_intr_path = (int)pcic_iw_pci;
TUNABLE_INT("hw.pcic.intr_path", &pcic_intr_path);
-SYSCTL_INT(_hw_pcic, OID_AUTO, intr_path, CTLFLAG_RD, &pcic_intr_path, 0
+SYSCTL_INT(_hw_pcic, OID_AUTO, intr_path, CTLFLAG_RD, &pcic_intr_path, 0,
"Which path to send the interrupts over.");
static int pcic_init_routing = 0;