what is memory mapped / IO mapped ? Which calls used for
this to access any hardware address in linux device driver ?
Answers were Sorted based on User's Feedback
Answer / kiran
In the case of memory mapped I/O, CPU treats the IO
peripherals as similar to memory locations and use memory
read and memory write instrcutions.
Where as in case of IO mapped IO there is separated address
space and separate instructions like IN and Out to access
IO mapped IO devices.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / shafi
Memory mapped uses the same address space as the RAM.
I0 mapped as there own address space
| Is This Answer Correct ? | 4 Yes | 0 No |
what restrict telnet for root itself but allow for other user
What is the difference between ext3 and ext4?
How to send automated email to a set of people at fixed time ?
how do i check which package has installed some command suppose ls , mkdir or whatever ???
Without Using $date -dyesterday. How I get the yesterday's date ?
how do you configure linux system as a router?
Why is it suggested to disable journalism in ext4 filesystem?
what is the difference between fork and thread ? and parent and child process in fork system call?
why accounting Software does not support on linux?
what is the difference betweenh the NFS and FTP?
how to recollect root password
You want to create a compressed backup of the users' home directories. What utility should you use?