summaryrefslogtreecommitdiffstats
path: root/sys/pccard
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-08-25 22:53:47 +0000
committerimp <imp@FreeBSD.org>2001-08-25 22:53:47 +0000
commitbda61366885e0e613a4c020d238d73a7f129a877 (patch)
tree877468bd0ed5e3f4b800b31a18782da731dac8c3 /sys/pccard
parenta0e9d4b186cb99ee7c87443bd66a2d431629482f (diff)
downloadFreeBSD-src-bda61366885e0e613a4c020d238d73a7f129a877.zip
FreeBSD-src-bda61366885e0e613a4c020d238d73a7f129a877.tar.gz
Fix last second typo
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 0e8d592..c1d0c7e 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;
OpenPOWER on IntegriCloud