Browse Source

vfio: Trivial Documentation correction

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Alex Williamson 13 years ago
parent
commit
b37b593e20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/vfio.txt

+ 1 - 1
Documentation/vfio.txt

@@ -133,7 +133,7 @@ character devices for this group:
 $ lspci -n -s 0000:06:0d.0
 $ lspci -n -s 0000:06:0d.0
 06:0d.0 0401: 1102:0002 (rev 08)
 06:0d.0 0401: 1102:0002 (rev 08)
 # echo 0000:06:0d.0 > /sys/bus/pci/devices/0000:06:0d.0/driver/unbind
 # echo 0000:06:0d.0 > /sys/bus/pci/devices/0000:06:0d.0/driver/unbind
-# echo 1102 0002 > /sys/bus/pci/drivers/vfio/new_id
+# echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
 
 
 Now we need to look at what other devices are in the group to free
 Now we need to look at what other devices are in the group to free
 it for use by VFIO:
 it for use by VFIO: