summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-02-28 20:23:05 +0000
committerMartin Mares <mj@ucw.cz>2006-05-05 14:10:05 +0200
commitf3395cc50b6d4b1a6d7be7b9e0e775268341e659 (patch)
treea1bce3125d875d868f80e014054a13f4143cae05 /README
parent1c31d620ede1b47e3113aefa4e4b66d3191b166a (diff)
downloadpciutils-f3395cc50b6d4b1a6d7be7b9e0e775268341e659.tar.gz
o Don't assume unsigned long to be 64-bit on 64-bit platforms. Introduced
pciaddr_t which is an integer type capable of holding a PCI address. Can anyone with an Ultra test it? o lspci scan mode: Don't dump functions 1--7 when scanning a real multi-function device. (Several devices don't decode function bits at all). o Few pci.ids additions.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 3f53ea7..8a1fdd3 100644
--- a/README
+++ b/README
@@ -34,6 +34,8 @@ bus in Linux:
See manual pages for more details.
+ To compile the package, just run "make". To install it, "make install".
+
You need kernel 2.1.82 or newer to use all functions of this package.
For older kernels, only direct hardware access is supported and you must
be root to use it.