CSX_MAPMEMPAGE(9F) | Kernel Functions for Drivers | CSX_MAPMEMPAGE(9F) |
csx_MapMemPage - map the memory area on a PC Card
#include <sys/pccard.h> int32_t csx_MapMemPage(window_handle_t wh, map_mem_page_t *mp);
illumos DDI Specific (illumos DDI)
wh
mp
This function maps the memory area on a PC Card into a page of a window allocated with the csx_RequestWindow(9F) function.
The structure members of map_mem_page_t are:
uint32_t CardOffset; /* card offset */ uint32_t Page; /* page number */
The fields are defined as follows:
CardOffset
Page
CS_SUCCESS
CS_BAD_HANDLE
CS_BAD_OFFSET
CS_BAD_PAGE
CS_NO_CARD
CS_UNSUPPORTED_FUNCTION
This function may be called from user or kernel context.
csx_ModifyWindow(9F), csx_ReleaseWindow(9F), csx_RequestWindow(9F)
PC Card 95 Standard, PCMCIA/JEIDA
July 19, 1996 | OmniOS |