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 is the difference between semaphore, mutex & spinlock?????
cups stands for..?
What is the complete name of the default configuration file for LILO?
i want to install XP on RHEL5 with virtualization tell me step by step configuration
How to check all open ports on linux machine and block unsed ports????????
why you are using nis server
How to build new filesystem ? and what is irig file system?
What text filter can you use to display a binary file in octal numbers?
How to apply patch for multiple servers .
What command can you use to review boot messages?
Tell me command which is use for create quota database in Linux.
How find out drivers of installed devices in linux (RHEL)?