CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2010
    Posts
    2

    Question Memory Mapped PCI Device Drivers in C

    Hi,
    I wrote the Device Drivers for PCI Card in C.It is working fine now.But i want the same driver is going to work in PCI Express Card.So I want it to write in Memory Mapped I/O.Can anyone suggest me to help regarding this?

  2. #2
    Join Date
    Jul 2002
    Posts
    2,543

    Re: Memory Mapped PCI Device Drivers in C

    AFAIK, this is transparent for driver deleloper. This means, it doesn't matter whether device is PCI or PCI Express card.
    Anyway, the best place to get information about Windows driver development is http://www.osronline.com/

  3. #3
    Join Date
    Aug 2010
    Posts
    2

    Question Re: Memory Mapped PCI Device Drivers in C

    Hi Alex,
    HereWith I have attached the I/O Mapped Device driver code in c.Can u help me to change it to Memory Map?

    Plz Refer the attachment..........Provide me the feedback ................
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured