summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-01-29 16:57:50 +0000
committerimp <imp@FreeBSD.org>2002-01-29 16:57:50 +0000
commit2eb20551ff09b47541926bdc3e1211b1df97fa3b (patch)
treeb6a9a5ac4dfba185b346b99dada13fd92456ce74 /sys/dev
parent546c385a000c84d292b9167b156901e19a8fdbd0 (diff)
downloadFreeBSD-src-2eb20551ff09b47541926bdc3e1211b1df97fa3b.zip
FreeBSD-src-2eb20551ff09b47541926bdc3e1211b1df97fa3b.tar.gz
Move cardaddr to memory structure.
Forgotten by: imp Reminded by: Dave Cornejo
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pccard/pccardvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccardvar.h b/sys/dev/pccard/pccardvar.h
index 8806349..d25091c 100644
--- a/sys/dev/pccard/pccardvar.h
+++ b/sys/dev/pccard/pccardvar.h
@@ -61,7 +61,8 @@ struct pccard_mem_handle {
bus_addr_t addr; /* resulting address in bus space */
bus_size_t size; /* size of mem space */
bus_size_t realsize; /* how much we really allocated */
- long offset;
+ long offset; /* mapped Offset on card */
+ bus_addr_t cardaddr; /* Absolute address on card */
int kind;
};
OpenPOWER on IntegriCloud