aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers
diff options
context:
space:
mode:
authorSteven Smith <ssmith@xensource.com>2006-11-15 08:54:16 +0000
committerSteven Smith <ssmith@xensource.com>2006-11-15 08:54:16 +0000
commit05d052643298b306a9704163ec7fbf0114ac2a7d (patch)
treefc5a88909cb656d2d512abde6f780d1f705d0757 /unmodified_drivers
parent97c5e7aecbc11189758d2ae2feeda162106d5347 (diff)
downloadxen-05d052643298b306a9704163ec7fbf0114ac2a7d.tar.gz
xen-05d052643298b306a9704163ec7fbf0114ac2a7d.tar.bz2
xen-05d052643298b306a9704163ec7fbf0114ac2a7d.zip
[PV-ON-HVM] Correct some out of date documentation.
Noticed-by: Nowatzki, Thomas L <Thomas.Nowatzki@UNISYS.com> Signed-off-by: Steven Smith <sos22@cam.ac.uk>
Diffstat (limited to 'unmodified_drivers')
-rw-r--r--unmodified_drivers/linux-2.6/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/unmodified_drivers/linux-2.6/README b/unmodified_drivers/linux-2.6/README
index 3d57a8e8a6..f5ad4dbabe 100644
--- a/unmodified_drivers/linux-2.6/README
+++ b/unmodified_drivers/linux-2.6/README
@@ -2,6 +2,6 @@ To build, run ./mkbuildtree and then
make -C /path/to/kernel/source M=$PWD modules
-You get four modules, xen-evtchn-pci.ko, xenbus.ko, xen-vbd.ko, and
-xen-vnif.ko. Load xen-evtchn-pci first, then xenbus, and then
+You get four modules, xen-platform-pci.ko, xenbus.ko, xen-vbd.ko, and
+xen-vnif.ko. Load xen-platform-pci first, then xenbus, and then
whichever of xen-vbd and xen-vnif you happen to need.