mmap - undocumented error return EFAULT
I am using mmap to communicate with VME devices. I have a situation where I am able to successful map a device's VME base address and communicate with it via memory reads and writes, but on a subsequest mmap call with the exact same parameters I am getting EFAULT. This return is not documented in the mmap MAN page. Does anyone know under what conditions this might be returned?