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 |
how do i check which package has installed some command suppose ls , mkdir or whatever ???
How do i check which nfs version I am using ????????
Without using w command how can Iknow that who are users logged in and what they are doing and whether they are idle or running mode?
What is Hard mount and soft Mount?
How to apply patch for multiple servers .
what is the difference between semaphore, mutex & spinlock?????
what are the steps for Password-less ssh
How can i recover the linux system after it was crashed by step by step process..
how u use the iptable firewall to restrict ssh,telnet,ftp
why /etc/shadow file do not have any permission ?
commands regarding the adding of users into groups n different options with useradd...?
What is the complete name of the default configuration file for LILO?