summaryrefslogtreecommitdiff
path: root/general/PLX9x5x
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-19 09:34:00 -0700
committerGitHub <[email protected]>2019-09-19 09:34:00 -0700
commit65a2384f555cf54601e3b9c29eb53075193a9af1 (patch)
treef7af871d3fef5f9a15704b435a2017fb255c6727 /general/PLX9x5x
parent1238743debbcd302221eb77842053bfcea46656f (diff)
Diffstat (limited to 'general/PLX9x5x')
-rw-r--r--general/PLX9x5x/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/general/PLX9x5x/README.md b/general/PLX9x5x/README.md
index ec998813..39726800 100644
--- a/general/PLX9x5x/README.md
+++ b/general/PLX9x5x/README.md
@@ -12,7 +12,7 @@ products:
This sample demonstrates how to write driver for a generic PCI device using Windows Driver Framework. The target hardware for this driver is PLX9656/9653RDK-LITE board. The product kit and the hardware specification are available at the [PLX Technology](http://www.plxtech.com) website.
-For more information, see [Peripheral Component Interconnect (PCI) Bus Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff537451).
+For more information, see the [PCI driver programming guide](https://docs.microsoft.com/windows-hardware/drivers/pci/).
The device is a PCI device with port, memory, interrupt and DMA resources. The device can be stopped and started at run-time and also supports low power states. The driver is capable of doing concurrent read and write operations to the device but it can handle only one read or write request at any time. The following driver framework interfaces are demonstrated in this sample: