LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Memory mapping a device PLEASE HELP!!!! (https://www.linuxquestions.org/questions/linux-newbie-8/memory-mapping-a-device-please-help-5488/)

mpalmer 08-16-2001 02:08 PM

Memory mapping a device PLEASE HELP!!!!
 
I have an isa card that holds 4 digital to synchro modules and is to be memory mapped to read and write to it directly. It has no
registers. Could someone point me in the direction where I could find a template to model my driver after? I know the device needs to be memory mapped, but I am unsure how to do that. Also, I know that that the driver needs to define the hardware address and give it a virtual memory address. Please help. I do not know where to go from here.

Thank you in advance.
Michael R. Palmer

kabong 08-16-2001 03:09 PM

Hi Michael. I donŽt know if this will help you or not ( you probebly already know this )but IŽll give it a shot anyway. This is the solution to half of your problems.
Since you are a newbie ( like me ) I will assume that you work with Windows. The best and cheapest way to know how your hardware is configured in your computer is using
SiSoft Sandra -- http://www.sisoftware.demon.co.uk/ -- ( the freeware aplication ) that will give you more information about all your hardware components and specs of some of your Windows grafics/video software than we will ever need (or undestand ). The purpose/advantage of this is that hardware specs are the same for Windows and Linux, so with Sisoft Sandra you will get the information that you will need to manualy configure your hardware in Linux. Getting around Sandra is easy.
The really hard part is finding out how to put this information in Linux and with that I donŽt even have a clue that might help you, sorry.

Wish you luck ( youŽll need it ).



Kabong


All times are GMT -5. The time now is 04:33 AM.