Move cardaddr to memory structure.

Forgotten by: imp
Reminded by: Dave Cornejo
This commit is contained in:
Warner Losh 2002-01-29 16:57:50 +00:00
parent ec5e499155
commit a91e00697e

View file

@ -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;
};