summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcicvar.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-05-27 05:53:37 +0000
committerimp <imp@FreeBSD.org>2001-05-27 05:53:37 +0000
commit7e15f71f4f1c5f94eb545e4a349a6594ca5ccba7 (patch)
tree0b4b60ce7a35634f7a0c2510640f48fb4de0d697 /sys/pccard/pcicvar.h
parent29152fc1f544d38d025a502ef24ecfbc850dddd8 (diff)
downloadFreeBSD-src-7e15f71f4f1c5f94eb545e4a349a6594ca5ccba7.zip
FreeBSD-src-7e15f71f4f1c5f94eb545e4a349a6594ca5ccba7.tar.gz
Allow a shareable interrupts. Note, the bridge must set this flag or
the irq will be unshareable, as things are now. More work likely is needed, but this is a good checkpoint. # pcic_pci.c is getting closer :-)
Diffstat (limited to 'sys/pccard/pcicvar.h')
-rw-r--r--sys/pccard/pcicvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pccard/pcicvar.h b/sys/pccard/pcicvar.h
index 7fd6c562..81db1eb 100644
--- a/sys/pccard/pcicvar.h
+++ b/sys/pccard/pcicvar.h
@@ -50,6 +50,7 @@ struct pcic_softc
#define PCIC_VG_POWER 0x00000008 /* Uses VG power regs */
#define PCIC_KING_POWER 0x00000010 /* Uses IBM KING regs */
#define PCIC_RICOH_POWER 0x00000020 /* Uses the ricoh power regs */
+#define PCIC_SHARED_IRQ 0x00000040 /* Allow IRQs to be shared */
int iorid; /* Rid of I/O region */
struct resource *iores; /* resource for I/O region */
int memrid; /* Memory rid */
OpenPOWER on IntegriCloud