mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Move cardaddr to memory structure.
Forgotten by: imp Reminded by: Dave Cornejo
This commit is contained in:
parent
ec5e499155
commit
a91e00697e
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue