Date: Sun, 3 Jun 2001 20:29:06 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c pcic_isa.c pcicvar.h Message-ID: <200106040329.f543T6724034@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2001/06/03 20:29:06 PDT
Modified files:
sys/pccard pcic.c pcic_isa.c pcicvar.h
Log:
Move the pcic interrupt from pcic.c to pcic_isa.c. The ISA handling
for card change interrupts is different than the pci stuff that's
coming soon. Set the management irq in different ways. If
pci_parallel interrutp routing, then use the PCI way of getting
interrupts. Move polling mode into pcic_isa since when we're routing
via pci polling doesn't work because many bridges (systems hang solid).
If we're routing interrupts via pci, they can be shared, so flag them
as such.
Note, this doesn't actually change anything since the pci attachment
isn't quite ready to be committed.
Revision Changes Path
1.141 +18 -128 src/sys/pccard/pcic.c
1.11 +119 -1 src/sys/pccard/pcic_isa.c
1.14 +4 -2 src/sys/pccard/pcicvar.h
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?200106040329.f543T6724034>
