summaryrefslogtreecommitdiff
path: root/general/PLX9x5x/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'general/PLX9x5x/README.md')
-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: