Date: Mon, 30 Jul 2001 23:44:37 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.c pcic.c pcic_pci.c Message-ID: <200107310644.f6V6ic269071@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2001/07/30 23:44:37 PDT
Modified files:
sys/pccard pccard.c pcic.c pcic_pci.c
Log:
A bunch of interrupt related cleanup.
o Move PIOCSRESOURCE from pccard to pcic so the kernel can give pccardd
better hints as to what resources to use.
o Implement an undocumented hw.pcic.interrupt_route to allow people that
need to do so to route their interrupts in a non-standard way.
o Only preallocate a resource in probe if we're routing via pci.
o If we aren't routing via pci, then set the irq to use explicitly
to defeat the automatic IRQ routing of the pci layer.
This, with the pccardd code should be close to what can be committed
to -stable.
Revision Changes Path
1.132 +1 -34 src/sys/pccard/pccard.c
1.155 +41 -6 src/sys/pccard/pcic.c
1.62 +59 -30 src/sys/pccard/pcic_pci.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107310644.f6V6ic269071>
