]> mj.ucw.cz Git - pciutils.git/blobdiff - README.Windows
Merge pull request #166 from DigitalDJ/master
[pciutils.git] / README.Windows
index 507b552a4a5ee737bc7bcf27b32e42d104d74c72..7a5ccab1917ce549b71a7dc46fa86a41865cc9dd 100644 (file)
@@ -21,7 +21,7 @@ users to access config space even with SeTcbPrivilege.
 
 To compile this port, run following command:
 
-  make CROSS_COMPILE=i586-mingw32msvc- HOST=i386-windows ZLIB=no IDSDIR=""
+  make CROSS_COMPILE=i586-mingw32msvc- HOST=i586-windows ZLIB=no IDSDIR=""
 
 To build 64-bit version, run:
 
@@ -35,7 +35,4 @@ BEWARE: The current implementation pokes I/O ports to access the PCI devices
 directly. This leads to several problems: some devices are invisible, extended
 PCIe configuration space is not available, and there are many potential race
 conditions. Instead, libpci should use the proper Windows drivers.
-
-Unfortunately, the Windows port currently lacks a maintainer. If you are willing
-to step up and fix the issues, please let me know.  -- Martin Mares
 ================================================================================