Fix last second typo

This commit is contained in:
Warner Losh 2001-08-25 22:53:47 +00:00
parent 1fa93154aa
commit 826fac3f15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82332

View File

@ -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;