SOURCES: pciutils-pcimodules.patch - updated for 2.2.4

qboosh qboosh at pld-linux.org
Wed Sep 13 01:21:25 CEST 2006


Author: qboosh                       Date: Tue Sep 12 23:21:25 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 2.2.4

---- Files affected:
SOURCES:
   pciutils-pcimodules.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/pciutils-pcimodules.patch
diff -u SOURCES/pciutils-pcimodules.patch:1.2 SOURCES/pciutils-pcimodules.patch:1.3
--- SOURCES/pciutils-pcimodules.patch:1.2	Wed Sep 21 22:14:44 2005
+++ SOURCES/pciutils-pcimodules.patch	Wed Sep 13 01:21:20 2006
@@ -1,17 +1,17 @@
---- pciutils-2.1.11/Makefile.pix	2003-01-04 13:53:01.000000000 +0100
-+++ pciutils-2.1.11/Makefile	2003-01-04 23:06:36.000000000 +0100
-@@ -33,7 +33,7 @@
+--- pciutils-2.2.4/Makefile.orig	2006-09-13 00:46:05.065201750 +0200
++++ pciutils-2.2.4/Makefile	2006-09-13 00:47:30.430536750 +0200
+@@ -24,7 +24,7 @@
  
  export
  
--all: $(PCILIB) lspci setpci lspci.8 setpci.8 update-pciids update-pciids.8 pci.ids
-+all: $(PCILIB) lspci setpci pcimodules lspci.8 setpci.8 update-pciids update-pciids.8 pci.ids
+-all: $(PCILIB) lspci setpci lspci.8 setpci.8 update-pciids update-pciids.8 $(PCI_IDS)
++all: $(PCILIB) lspci setpci pcimodules lspci.8 setpci.8 update-pciids update-pciids.8 $(PCI_IDS)
  
  $(PCILIB): $(PCIINC) force
  	$(MAKE) -C lib all
-@@ -43,6 +43,7 @@
- lib/config.h:
- 	cd lib && ./configure $(IDSDIR) $(VERSION) $(HOST) $(RELEASE)
+@@ -37,6 +37,7 @@
+ pci/config.h:
+ 	cd pci && ./configure $(IDSDIR) $(VERSION) $(HOST) $(RELEASE)
  
 +pcimodules: pcimodules.o common.o $(PCILIB)
  lspci: lspci.o common.o $(PCILIB)
@@ -19,7 +19,7 @@
  
 --- pciutils-2.1.11/pcimodules.c.pix	2003-01-04 23:06:00.000000000 +0100
 +++ pciutils-2.1.11/pcimodules.c	2003-01-04 23:06:00.000000000 +0100
-@@ -0,0 +1,183 @@
+@@ -0,0 +1,184 @@
 +/*
 + *	pcimodules:  Load all kernel modules for PCI device currently
 + *      plugged into any PCI slot.
@@ -67,6 +67,7 @@
 +};
 +
 +static struct pcimap_entry *pcimap_list = NULL;
++const char program_name[] = "pcimodules";
 +
 +#define OPT_STRING "h"
 +static struct option long_options[] = {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/pciutils-pcimodules.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list