I'm sorry I made a typo.
The code in the kernel module that makes the call REALLY IS:
iobase = ioremap(0xFED4, 0x5000);
if(ioread8(iobase) == 0)
return -ENODEV;
On 03/02/11 14:58, Juan Antonio Moya Vicén wrote:
> Hi list,
> I'm new to qemu, and developing a new
Hi list,
I'm new to qemu, and developing a new hw module. And I'll appreciate any
help or link any of you can provide relating to the following problem
I'm experiencing, that I'm certain it is because of inexperience:
I'm getting ENODEV error codes each time I load the kernel module for my
specif