From c98c9548b1643ec6da55a41a7f29abcfbda0c1ba Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 25 Aug 2001 22:39:44 +0000 Subject: [PATCH] The tunable is hw.pcic.irq, but the hw.pcic.override_irq was how it was reported in sysctl. --- sys/pccard/pcic.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 78548e223049..793c4455349c 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -84,8 +84,7 @@ SYSCTL_NODE(_hw, OID_AUTO, pcic, CTLFLAG_RD, 0, "PCIC parameters"); int pcic_override_irq = 0; TUNABLE_INT("machdep.pccard.pcic_irq", &pcic_override_irq); TUNABLE_INT("hw.pcic.irq", &pcic_override_irq); -SYSCTL_INT(_hw_pcic, OID_AUTO, override_irq, CTLFLAG_RD, - &pcic_override_irq, 0, +SYSCTL_INT(_hw_pcic, OID_AUTO, irq, CTLFLAG_RD, &pcic_override_irq, 0, "Override the IRQ configured by the config system for all pcic devices"); /*