Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
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/
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.
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 |
Comments
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.
Thanks for the answer, I think I should try to find out. I will update if I find anything.
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.