pypcilib.git
15 years agoTagging module pypcilib - pypcilib-0.2-2 pypcilib-0.2-2
Thierry Parmentelat [Wed, 10 Sep 2008 13:38:25 +0000 (13:38 +0000)]
Tagging module pypcilib - pypcilib-0.2-2
fixes for building on f9/gcc-4.3 - no functional change

15 years agoTagging module pypcilib - pypcilib-0.2-2
Thierry Parmentelat [Wed, 10 Sep 2008 13:38:17 +0000 (13:38 +0000)]
Tagging module pypcilib - pypcilib-0.2-2
fixes for building on f9/gcc-4.3 - no functional change

15 years agoquick and dirty patch for building on fedora 9
Thierry Parmentelat [Tue, 9 Sep 2008 21:57:59 +0000 (21:57 +0000)]
quick and dirty patch for building on fedora 9

16 years agopython2.3 treats 0xffffffff as a negative number. inconsistent with pcimap.
Faiyaz Ahmed [Tue, 18 Mar 2008 19:18:54 +0000 (19:18 +0000)]
python2.3 treats 0xffffffff as a negative number. inconsistent with pcimap.

16 years agoStill needed...
Daniel Hokka Zakrisson [Mon, 17 Mar 2008 20:27:12 +0000 (20:27 +0000)]
Still needed...

16 years agolspci on older bootCDs don't support the -D flag. Also none of our machines are...
Faiyaz Ahmed [Mon, 17 Mar 2008 17:08:13 +0000 (17:08 +0000)]
lspci on older bootCDs don't support the -D flag.  Also none of our machines are running a hypervisor.  I assume that's what 'domain' implies.

16 years agoreplaced tabs with spaces.
Stephen Soltesz [Fri, 14 Mar 2008 22:38:12 +0000 (22:38 +0000)]
replaced tabs with spaces.

16 years agoAdd the missing features of pypciscan to pypci's get_devices, and drop the former...
Daniel Hokka Zakrisson [Fri, 14 Mar 2008 21:47:19 +0000 (21:47 +0000)]
Add the missing features of pypciscan to pypci's get_devices, and drop the former entirely.
Install pypci.py.

Package not made noarch due to (old?) yum issues with going from arch to noarch.

16 years agoremoved debug print statement.
Stephen Soltesz [Thu, 13 Mar 2008 19:12:08 +0000 (19:12 +0000)]
removed debug print statement.

16 years agoAdds a command line, string-parsing alternative to the library version of
Stephen Soltesz [Thu, 13 Mar 2008 18:59:15 +0000 (18:59 +0000)]
Adds a command line, string-parsing alternative to the library version of
pypciscan's get_devices.  Also, adds both packages into a single file, so that
users of the pypci library need only:

  from pypci import *

16 years agoonly use the RealTek 8139too driver when the 8139cp driver is incompatible
Marc Fiuczynski [Fri, 15 Feb 2008 18:35:05 +0000 (18:35 +0000)]
only use the RealTek 8139too driver when the 8139cp driver is incompatible

16 years agoready for tagging
Thierry Parmentelat [Tue, 8 Jan 2008 11:49:43 +0000 (11:49 +0000)]
ready for tagging
reviewed URLs and %{plrelease}

16 years agoDon't return ata_generic or eepro100 if other drivers are available.
Daniel Hokka Zakrisson [Thu, 6 Dec 2007 17:11:34 +0000 (17:11 +0000)]
Don't return ata_generic or eepro100 if other drivers are available.

16 years agoAdd the progif to the device_class, needed by the pcimap.
Daniel Hokka Zakrisson [Wed, 21 Nov 2007 03:47:15 +0000 (03:47 +0000)]
Add the progif to the device_class, needed by the pcimap.

16 years agoMake the RPM build.
Daniel Hokka Zakrisson [Wed, 21 Nov 2007 02:56:10 +0000 (02:56 +0000)]
Make the RPM build.

16 years agoUse correct variable name.
Daniel Hokka Zakrisson [Tue, 20 Nov 2007 21:45:47 +0000 (21:45 +0000)]
Use correct variable name.

16 years agoRename to pypcilib.
Daniel Hokka Zakrisson [Tue, 20 Nov 2007 21:37:17 +0000 (21:37 +0000)]
Rename to pypcilib.
Add pypcimap, to easily access a modules.pcimap.

16 years agoRename, will have more than just scan.
Daniel Hokka Zakrisson [Tue, 20 Nov 2007 20:25:48 +0000 (20:25 +0000)]
Rename, will have more than just scan.

16 years agoInitial import of pypciscan trunk@6998
Daniel Hokka Zakrisson [Mon, 19 Nov 2007 22:32:17 +0000 (22:32 +0000)]
Initial import of pypciscan