summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcicvar.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-07-20 22:29:23 +0000
committerimp <imp@FreeBSD.org>2002-07-20 22:29:23 +0000
commit1d6ce2645d4b061648e6cfaa09780a73fcd10020 (patch)
tree5df41ea50324914b8bd4b3937687ffcfb505afce /sys/pccard/pcicvar.h
parentd9f77c5b739a154c9ca07cbdf0e2679cd57449d5 (diff)
downloadFreeBSD-src-1d6ce2645d4b061648e6cfaa09780a73fcd10020.zip
FreeBSD-src-1d6ce2645d4b061648e6cfaa09780a73fcd10020.tar.gz
Add support for writing to mapping high memory for pccard memory
windows. Right now we only support pci chips that are memory mapped. These are the most common bridges in use today and will help a large majority of the users. I/O mapped PCI chips support this functionality in a different way, as do some of the ISA bridges (but only when mounted on a motherboard). These chips are not supported by this change.
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 3df95a2..da372e2 100644
--- a/sys/pccard/pcicvar.h
+++ b/sys/pccard/pcicvar.h
@@ -52,6 +52,7 @@ struct pcic_softc
#define PCIC_KING_POWER 0x00000010 /* Uses IBM KING regs */
#define PCIC_RICOH_POWER 0x00000020 /* Uses the ricoh power regs */
#define PCIC_CARDBUS_POWER 0x00000040 /* Cardbus power regs */
+#define PCIC_YENTA_HIGH_MEMORY 0x0080 /* Can do high memory mapping */
enum pcic_intr_way csc_route; /* How to route csc interrupts */
enum pcic_intr_way func_route; /* How to route function ints */
OpenPOWER on IntegriCloud