From ded39e3a43bcf306ec7f4341dfab55262cf84a71 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 27 Dec 2003 00:53:31 +0000 Subject: [PATCH] Some more 2.1.99-test1 stuff git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-27 --- Makefile | 2 +- README | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 159a179..dd1973c 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ dist: clean pci.ids rm -rf $(DISTTMP) mkdir $(DISTTMP) cp -a . $(DISTTMP)/$(REL) - rm -rf `find $(DISTTMP)/$(REL) -name "{arch}" -o -name CVS -o -name tmp -o -name maint` + rm -rf `find $(DISTTMP)/$(REL) -name .arch-ids -o -name "{arch}" -o -name CVS -o -name tmp -o -name maint` cd $(DISTTMP) ; tar czvvf /tmp/$(REL).tar.gz $(REL) rm -rf $(DISTTMP) diff --git a/README b/README index 59e46ee..056d3e3 100644 --- a/README +++ b/README @@ -7,6 +7,22 @@ to the terms of the GNU General Public License, either version 2 or (at your opinion) any newer version. See http://www.gnu.org/ for details. +############################################################################ + +Beware, this is a preliminary test version! Anything might not work! + +Some more things I intend to merge before the 2.2.0 release: + + o pcimodules and possibly other Linux module related stuff + o Linux sysfs support + o Support for PCI domains (at least partially; needed for sysfs) + o New ID's from the pciids project + o Cross-compilation support + +############################################################################ + + + 1. What's that? ~~~~~~~~~~~~~~~ The PCI Utilities package contains a library for portable access to PCI bus -- 2.39.5