[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.0

DOS protected mode - PCI memory access error

Asked by Alfredo_Quintero in MS DOS, Network Cards & Adapters, Microsoft Hardware

Tags: dos, pci, memory, access, mode

I am trying to access the dual-port RAM of a PCI device using a DOS extender which allows DOS protected mode operation. I used PCI Sniffer to detect the BIOS assigned resources for this PCI device. It is assigned 8 bytes of I/O port and 256 Kbytes starting from 0x0xDE00_0000. Using MSVS I created a console application which can be executed in DOS thanks to the DOS extender. The application can access the 8 bytes in the I/O area, and I am sure of this since the expected values at startup can be read with the fucntion _inp() and it is possible to write data onto the I/O area with the _outp( , ) function and the LEDs in the front panel bracket change as expected, as per the specification of this specific device. Using the fucntion _outp( , ), the RunCPU bit and MemEna bit of this card are set and the LED turns to the expected behaviour. Setting the MemEna bit of this device should make it possible to access the memory assigned to it by the BIOS, but when issuing the command:

volatile unsigned short * pw;
printf("Offset %8X= %2X",f_wSegment, *pw);

The program crashes with the message:
dkrnl32: exception C0000005, flags=0 occured at BF:430156
             ax=225D24 bx=42BBB3 cx=E664A4F dx=493040
             si=225D24  di=225EB0 bp=225EB0 sp=225D24
             exception caused by access to memory address DE004000
             ip = Module 'dn3pcins.exe' + 30156
dkrnl32:fatal exit!

If the protected mode is enabled, why do I get this error?

Thanks.
[+][-]07/21/07 11:47 AM, ID: 19540221Accepted Solution

Your question has an Asker Certified™ answer! Alfredo_Quintero verified that this solution worked for them--which means it will likely work for you, too. Click to view the solution free for 30-days now.

About this solution

Zones: MS DOS, Network Cards & Adapters, Microsoft Hardware
Tags: dos, pci, memory, access, mode
Sign Up Now!
Solution Provided By: For-Soft
Participating Experts: 2
Solution Grade: A
 
 
Related Solutions
Keywords: DOS protected mode - PCI memory ac…
 
Loading Advertisement...
 
[+][-]07/17/07 10:11 AM, ID: 19506810Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/17/07 05:29 PM, ID: 19510273Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/21/07 11:53 AM, ID: 19540235Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/20/07 04:53 AM, ID: 19729578Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]08/26/07 05:09 PM, ID: 19772775Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20100215-EE-VQP-121