-On newer Linux systems, we use libkmod to look up kernel modules
(modules.pcimap no longer exists.) To facilitate this,
libpci is able to look up module aliases in sysfs.
-Various minor bug fixes.
-Updated pci.ids to the today's snapshot of the database.
Change-Id: Id9b683fdda94715614f073cde0f144155e20bdb5
Signed-off-by: Jae-young Hwang <j-zero.hwang@samsung.com>
ls-kernel.o: CFLAGS+=$(LIBKMOD_CFLAGS)
update-pciids: update-pciids.sh
- sed <$< >$@ "s@^DEST=.*@DEST=$(IDSDIR)/pci.ids.d/pci.ids.dist@;s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=@"
+ sed <$< >$@ "s@^DEST=.*@DEST=$(IDSDIR)/$(PCI_IDS)@;s@^PCI_COMPRESSED_IDS=.*@PCI_COMPRESSED_IDS=$(PCI_COMPRESSED_IDS)@"
chmod +x $@
# The example of use of libpci
+* Tue Oct 15 2013 Jae-young Hwang <j-zero.hwang@samsung.com> accepted/tizen/20130912.195043@df41534
+- pciutils version upgrade v3.1.10 -> v3.2.0
+
* Mon Mar 18 2013 Anas Nashif <anas.nashif@intel.com> submit/trunk/20130305.105339@d088459
- Update package groups
Name: pciutils
-Version: 3.1.10
+Version: 3.2.0
Release: 0
License: GPL-2.0+
Summary: PCI utilities for Kernel version 2