Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results

Home NTDEV

Before Posting...

Please check out the Community Guidelines in the Announcements and Administration Category.

More Info on Driver Writing and Debugging


The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.


Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/


PCI Slave Expansion

btylmzbtylmz Member Posts: 3

Hello everyone,

I am planning to develop a driver for a PCI-UART board such as MaxLinear's XR17V358 evaluation board. In this board there are two XR17V358 chips. Only the master PCI chip is connected to the motherboard of the computer. I was wondering how does Windows sees this slave chip? I am guessing there will be multiple memory resources mapped to the memory space. I dont have the board yet, that's why I am asking here. If anyone know how that works I would appreciate the help.

You can view the screenshot from the XR17V358's datasheet here.

Comments

  • Mark_RoddyMark_Roddy Member - All Emails Posts: 4,665

    The master device communicates with the slave device via MaxLinear’s proprietary

    expansion interface, illustrated in Figure 5. The PCIe interface on the slave device is not used and should be unconnected.

    As far as I can tell the 'proprietary expansion interface' exposes the 'slave' uarts. Presumably it does this through MaxLinear's software for windows and linux, although it might just work for windows with no driver at all. I don't think they are offering source code.

  • btylmzbtylmz Member Posts: 3

    Thanks for the answer, I think I should try to find out. I will update if I find anything.

  • btylmzbtylmz Member Posts: 3

    Alright, I think XR17V358 handles slave communication itself without any driver. It just expands the memory space and Windows sees it as a single PCI device. UART configurations for the slave chip is between the addresses 0x2000 - 0x3FFF.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. Sign in or register to get started.

Upcoming OSR Seminars
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead!
Kernel Debugging 16-20 October 2023 Live, Online
Developing Minifilters 13-17 November 2023 Live, Online
Internals & Software Drivers 4-8 Dec 2023 Live, Online
Writing WDF Drivers 10-14 July 2023 Live, Online