Does anyone know how to communicate with EXISTING device drivers? I want to read & write into a PCI bus slotted by an IO card. I read The Web and it seems that I can get a handle to a device object or something using CreateFile() but only if I can get a so-called symbolic name for the device object? And I do not know how to do so.
Name:
Anonymous2006-07-13 2:22
why not just make a custom device driver that lets you read and write directly to the pci bus ports and memory addresses?