aboutsummaryrefslogtreecommitdiff
path: root/sys/pccard/pcic_isa.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-08-21 20:04:42 +0000
committerWarner Losh <imp@FreeBSD.org>2001-08-21 20:04:42 +0000
commit0f102020db8550099f605d930228dfb52efe1e91 (patch)
treeca42acb3535144d3c1a892169ba2cc854aebb2b3 /sys/pccard/pcic_isa.c
parent2c325c113c0af1c29e993a4dbae27cb2e49707eb (diff)
downloadsrc-0f102020db8550099f605d930228dfb52efe1e91.tar.gz
src-0f102020db8550099f605d930228dfb52efe1e91.zip
Rearrange how we do interrupt routing tweaking. We now have
hw.pcic.intr_path {1,2} 1 == ISA, 2 == PCI hw.pcic.init_route Force TI chipset initializations in edge case.
Notes
Notes: svn path=/head/; revision=82093
Diffstat (limited to 'sys/pccard/pcic_isa.c')
-rw-r--r--sys/pccard/pcic_isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pccard/pcic_isa.c b/sys/pccard/pcic_isa.c
index 4b0072e0ea95..ce39f2605b38 100644
--- a/sys/pccard/pcic_isa.c
+++ b/sys/pccard/pcic_isa.c
@@ -289,8 +289,8 @@ pcic_isa_attach(device_t dev)
}
sc->iorid = rid;
sc->iores = r;
- sc->csc_route = isa_parallel;
- sc->func_route = isa_parallel;
+ sc->csc_route = pcic_iw_isa;
+ sc->func_route = pcic_iw_isa;
rid = 0;
r = NULL;