cvsdist dbcd83c
Name:		pciutils
c447726
Version:	3.1.3
c447726
Release: 	1%{?dist}
d8a28aa
Source:		ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
8944082
Patch1: 	pciutils-2.2.4-buf.patch
cvsdist 8bc7652
Patch2:		pciutils-2.1.10-scan.patch
cvsdist 8bc7652
Patch3: 	pciutils-havepread.patch
39dee94
Patch6: 	pciutils-2.2.1-idpath.patch
65d735a
Patch8: 	pciutils-3.0.2-multilib.patch
117a700
Patch9: 	pciutils-dir-d.patch
f256c18
Patch10:	pciutils-2.2.10-sparc-support.patch
fe71594
Patch11:	pciutils-3.0.1-superh-support.patch
3ca7454
Patch12:	pciutils-3.1.2-arm.patch
acc17ef
License:	GPLv2+
cvsdist e1d4559
URL:		http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
45ab104
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist dbcd83c
ExclusiveOS: 	Linux
89d940d
Requires:	hwdata
b24a048
BuildRequires:	sed
45ab104
Summary: PCI bus related utilities
cvsdist dbcd83c
Group: Applications/System
cvsdist dbcd83c
cvsdist dbcd83c
%description
cvsdist 68a14b7
The pciutils package contains various utilities for inspecting and
cvsdist 68a14b7
setting devices connected to the PCI bus. The utilities provided
cvsdist 68a14b7
require kernel version 2.1.82 or newer (which support the
cvsdist 68a14b7
/proc/bus/pci interface).
cvsdist dbcd83c
cvsdist dbcd83c
%package devel
45ab104
Summary: Linux PCI development library
cvsdist dbcd83c
Group: Development/Libraries
61a5042
Requires: zlib-devel pkgconfig %{name} = %{version}-%{release}
cvsdist dbcd83c
cvsdist dbcd83c
%description devel
cvsdist dbcd83c
This package contains a library for inspecting and setting
cvsdist dbcd83c
devices connected to the PCI bus.
cvsdist dbcd83c
b24a048
%package libs
b24a048
Summary: Linux PCI library
b24a048
Group: System Environment/Libraries
b24a048
b24a048
%description libs
b24a048
This package contains a library for inspecting and setting
b24a048
devices connected to the PCI bus.
b24a048
cvsdist dbcd83c
%prep
d8a28aa
%setup -q -n pciutils-%{version}
8944082
%patch1 -p1 -b .buf
cvsdist 8bc7652
%patch2 -p1 -b .scan
cvsdist 8bc7652
%patch3 -p1 -b .pread
39dee94
%patch6 -p1 -b .idpath
fa9c68c
%patch8 -p1 -b .multilib
117a700
%patch9 -p1 -b .dird
f256c18
%patch10 -p1 -b .sparc
fe71594
%patch11 -p1 -b .superh
3ca7454
%patch12 -p1 -b .arm
fe71594
734d3e4
sed -i -e 's/^SRC=.*/SRC="http:\/\/pciids.sourceforge.net\/pci.ids"/' update-pciids.sh
cvsdist 5135e24
cvsdist 5135e24
%build
b24a048
make SHARED="no" ZLIB="no" STRIP="" OPT="$RPM_OPT_FLAGS" PREFIX="/usr" IDSDIR="/usr/share/hwdata" PCI_IDS="pci.ids" %{?_smp_mflags}
b24a048
mv lib/libpci.a lib/libpci.a.toinstall
b24a048
b24a048
make clean
d8a28aa
b24a048
make SHARED="yes" ZLIB="no" STRIP="" OPT="$RPM_OPT_FLAGS" PREFIX="/usr" IDSDIR="/usr/share/hwdata" PCI_IDS="pci.ids" %{?_smp_mflags}
cvsdist dbcd83c
fe71594
#fix lib vs. lib64 in libpci.pc (static Makefile is used)
fe71594
mv lib/libpci.pc lib/libpci.pc.old
fe71594
sed <lib/libpci.pc.old >lib/libpci.pc "s|^libdir=.*$|libdir=%{_libdir}|"
fe71594
rm lib/libpci.pc.old
fe71594
fe71594
cvsdist dbcd83c
%install
cvsdist dbcd83c
rm -rf $RPM_BUILD_ROOT
b24a048
8dfa7ea
install -d $RPM_BUILD_ROOT/{sbin,%{_mandir}/man8,%{_libdir},%{_libdir}/pkgconfig,%{_includedir}/pci}
cvsdist dbcd83c
117a700
install -p lspci setpci update-pciids $RPM_BUILD_ROOT/sbin
117a700
install -p lspci.8 setpci.8 update-pciids.8 $RPM_BUILD_ROOT%{_mandir}/man8
b24a048
install -p  lib/libpci.so.*.*.* $RPM_BUILD_ROOT%{_libdir}
b24a048
ln -s $(basename $RPM_BUILD_ROOT%{_libdir}/*.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/libpci.so
b24a048
b24a048
mv lib/libpci.a.toinstall lib/libpci.a
760f928
install -p lib/libpci.a $RPM_BUILD_ROOT%{_libdir}
b24a048
/sbin/ldconfig -N $RPM_BUILD_ROOT%{_libdir}
117a700
install -p lib/pci.h $RPM_BUILD_ROOT%{_includedir}/pci
117a700
install -p lib/header.h $RPM_BUILD_ROOT%{_includedir}/pci
117a700
install -p lib/config.h $RPM_BUILD_ROOT%{_includedir}/pci
117a700
install -p lib/types.h $RPM_BUILD_ROOT%{_includedir}/pci
117a700
install -p lib/libpci.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig
cvsdist dbcd83c
b24a048
%post libs -p /sbin/ldconfig
b24a048
b24a048
%postun libs -p /sbin/ldconfig
b24a048
cvsdist dbcd83c
%files
cvsdist dbcd83c
%defattr(0644, root, root, 0755)
cvsdist 5135e24
%{_mandir}/man8/*
cvsdist dbcd83c
%attr(0755, root, root) /sbin/*
cvsdist dbcd83c
%doc README ChangeLog pciutils.lsm
cvsdist dbcd83c
b24a048
%files libs
b24a048
%{_libdir}/libpci.so.*
b24a048
cvsdist dbcd83c
%files devel
cvsdist 8b8f09f
%defattr(0644, root, root, 0755)
8dfa7ea
%{_libdir}/pkgconfig/libpci.pc
3ebc760
%{_libdir}/libpci.a
b24a048
%{_libdir}/libpci.so
cvsdist 8b8f09f
%{_includedir}/pci
cvsdist dbcd83c
cvsdist dbcd83c
%clean
cvsdist dbcd83c
rm -rf $RPM_BUILD_ROOT
cvsdist dbcd83c
cvsdist dbcd83c
%changelog
c447726
* Wed Jul 29 2009 Michal Hlavinka <mhlavink@redhat.com> - 3.1.3-1
c447726
- updated to 3.1.3
c447726
3ca7454
* Wed Apr 29 2009 Michal Hlavinka <mhlavink@redhat.com> - 3.1.2-5
3ca7454
- add support for ARM
3ca7454
51c9b68
* Fri Feb 27 2009 Michal Hlavinka <mhlaivnk@redhat.com> - 3.1.2-4
51c9b68
- fix typo & rebuild
51c9b68
a499713
* Fri Feb 27 2009 Michal Hlavinka <mhlaivnk@redhat.com> - 3.1.2-3
a499713
- fix: lspci segfaults when pci.ids cannot be found (#487516)
a499713
1e2e54f
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.2-2
1e2e54f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1e2e54f
0effa0e
* Tue Feb 17 2009 Michal Hlavinka <mhlavink@redhat.com> 3.1.2-1
0effa0e
- version 3.1.2
0effa0e
- fix for the syntax error checks in setpci argument parser
0effa0e
d2d7079
* Wed Feb 04 2009 Michal Hlavinka <mhlavink@redhat.com> 3.1.1-1
d2d7079
- version 3.1.1
d2d7079
94b6719
* Tue Jan 27 2009 Michal Hlavinka <mhlavink@redhat.com> 3.1.0-2
94b6719
- fix typo in multilib patch - for s390x building
94b6719
d1645e3
* Mon Jan 19 2009 Michal Hlavinka <mhlavink@redhat.com> 3.1.0-1
d1645e3
- version 3.1.0
d1645e3
4df46e9
* Tue Dec 09 2008 Michal Hlavinka <mhlavink@redhat.com> 3.0.3-1
4df46e9
- version 3.0.3
4df46e9
4df46e9
* Mon Sep 22 2008 Michal Hlavinka <mhlavink@redhat.com> 3.0.2-1
65d735a
- version 3.0.2
65d735a
fe71594
* Fri Sep 19 2008 Michal Hlavinka <mhlavink@redhat.com> 3.0.1-1
fe71594
- version 3.0.1
fe71594
- add support for Super-H (sh3,sh4) (#446600)
fe71594
- fix: broken -L in libpci.pc (#456469)
fe71594
6962467
* Mon Sep 01 2008 Harald Hoyer <harald@redhat.com> 3.0.0-2
6962467
- rebuild to eliminate fuzz patches
6962467
b24a048
* Mon Jun 02 2008 Harald Hoyer <harald@redhat.com> 3.0.0-1
b24a048
- version 3.0.0
b24a048
f256c18
* Mon May 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.2.10-2
f256c18
- add sparc support
f256c18
7ed5abb
* Wed Feb 20 2008 Harald Hoyer <harald@redhat.com> 2.2.10-1
7ed5abb
- version 2.2.10
7ed5abb
470fecc
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2.9-6
470fecc
- Autorebuild for GCC 4.3
470fecc
760f928
* Tue Jan 22 2008 Bill Nottingham <notting@redhat.com> 2.2.9-5
760f928
- put library back
760f928
91b1c68
* Mon Jan 21 2008 Harald Hoyer <harald@redhat.com> 2.2.9-4
91b1c68
- fixed segfault, if subdir does not exists
91b1c68
a9d8b8a
* Fri Jan 18 2008 Harald Hoyer <harald@redhat.com> 2.2.9-3
117a700
- removed static library, preserve timestamps on install (rhbz#226236)
117a700
- added modified patch from Michael E. Brown @ Dell, to also
117a700
  read all /usr/share/hwdata/pci.ids.d/*.ids files (rhbz#195327)
117a700
61a5042
* Thu Jan 10 2008 Harald Hoyer <harald@redhat.com> 2.2.9-2
61a5042
- added more requirements for pciutils-devel
61a5042
8dfa7ea
* Tue Nov 20 2007 Harald Hoyer <harald@redhat.com> - 2.2.9-1
8dfa7ea
- version 2.2.9
8dfa7ea
- added package config file (rhbz#389451)
8dfa7ea
acc17ef
* Wed Aug 22 2007 Harald Hoyer <harald@redhat.com> - 2.2.6-3
acc17ef
- changed license tag
acc17ef
b8b563e
* Thu Jul 12 2007 Harald Hoyer <harald@redhat.com> - 2.2.6-2
b8b563e
- fixed update-pciids.sh
b8b563e
734d3e4
* Wed Jun 27 2007 Harald Hoyer <harald@redhat.com> - 2.2.6-1
734d3e4
- version 2.2.6
734d3e4
- fixed URL in update-pciids.sh 
734d3e4
f08976c
* Thu May 31 2007 Harald Hoyer <harald@redhat.com> - 2.2.5-1
f08976c
- version 2.2.5
f08976c
030f83a
* Thu Apr  5 2007 Peter Jones <pjones@redhat.com> - 2.2.4-3
030f83a
- buildreq zlib-devel, so we know configure will find it consistently.
030f83a
45ab104
* Mon Apr  2 2007 Harald Hoyer <harald@redhat.com> - 2.2.4-2
45ab104
- added alpha to multilib patch (#231790)
45ab104
- specfile cleanup
45ab104
- Resolves: rhbz#231790
45ab104
8944082
* Fri Jan 26 2007 Harald Hoyer <harald@redhat.com> - 2.2.4-1
8944082
- version 2.2.4
8944082
- truncate long device names (#205948)
8944082
- Resolves: rhbz#205948
8944082
2535a62
* Wed Aug  9 2006 Peter Jones <pjones@redhat.com> - 2.2.3-4
2535a62
- Add definitions for more pci storage classes
2535a62
1985c91
* Mon Jul 17 2006 Jesse Keating <jkeating@redhat.com> - 2.2.3-3
7d4489a
- rebuild
7d4489a
7faf627
* Fri Jun 02 2006 Harald Hoyer <harald@redhat.com> 2.2.3-2
7faf627
- corrected multilib patch
7faf627
fa9c68c
* Tue May 23 2006 Harald Hoyer <harald@redhat.com> 2.2.3-1
fa9c68c
- version 2.2.3
fa9c68c
- multilib patch (bug #192743)
fa9c68c
39dee94
* Thu Feb 23 2006 Harald Hoyer <harald@redhat.com> 2.2.1-2
39dee94
- added update-pciids shell script and manpage (bz #178582)
39dee94
a9d6632
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2.1-1.2
a9d6632
- bump again for double-long bug on ppc(64)
a9d6632
34980c5
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2.1-1.1
34980c5
- rebuilt for new gcc4.1 snapshot and glibc changes
34980c5
6855a9c
* Tue Dec 13 2005 Bill Nottingham <notting@redhat.com> - 2.2.1-1
6855a9c
- update to 2.2.1, adjust patches
6855a9c
4377d99
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4377d99
- rebuilt
4377d99
a33fd7d
* Thu May 19 2005 Bill Nottingham <notting@redhat.com> - 2.1.99.test8-10
a33fd7d
- allow 64-bit addresses on x86_64 (#158217, <Matt_Domsch@dell.com>)
a33fd7d
02cb322
* Tue May 10 2005 Bill Nottingham <notting@redhat.com> - 2.1.99.test8-9
02cb322
- fix debuginfo generation
02cb322
220a77b
* Mon Mar 14 2005 Bill Nottingham <notting@redhat.com> - 2.1.99.test8-8
220a77b
- add patch for glibc macros (#151032, <redhat-bugzilla@linuxnetz.de>)
220a77b
beab8c2
* Wed Mar  2 2005 Bill Nottingham <notting@redhat.com> - 2.1.99.test8-7
beab8c2
- FC4. GCC 4. fore!
beab8c2
89d940d
* Tue Jan 25 2005 Bill Nottingham <notting@redhat.com> - 2.1.99.test8-6
89d940d
- remove explicit kernel dep (#146153)
89d940d
1a579ba
* Fri Jan 21 2005 Bill Nottingham <notting@redhat.com> - 2.1.99.test8-5
1a579ba
- fix domain bug (#138722, #144383)
1a579ba
74d7617
* Mon Nov 22 2004 Jeremy Katz <katzj@redhat.com> - 2.1.99.test8-4
74d7617
- don't use dietlibc on x86 anymore
74d7617
cvsdist e1d4559
* Thu Sep  2 2004 Bill Nottingham <notting@redhat.com> 2.1.99.test8-3
cvsdist e1d4559
- change sysfs access for detecting devices who get fixed up in the
cvsdist e1d4559
  kernel (#115522, #123802)
cvsdist e1d4559
cvsdist 5c02373
* Tue Aug 31 2004 Bill Nottingham <notting@redhat.com> 2.1.99.test8-2
cvsdist f6f61d3
- update to test8
cvsdist 5c02373
- fix headers
cvsdist f6f61d3
cvsdist c342392
* Fri Jul  9 2004 Bill Nottingham <notting@redhat.com> 2.1.99.test7-1
cvsdist c342392
- update to test7
cvsdist c342392
- fix segfault on some x86-64 boxen
cvsdist c342392
cvsdist 87e658e
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 87e658e
- rebuilt
cvsdist 87e658e
cvsdist 8bc7652
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 8bc7652
- rebuilt
cvsdist 8bc7652
cvsdist 8bc7652
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 8bc7652
- rebuilt
cvsdist 8bc7652
cvsdist 668e42c
* Mon Dec  8 2003 Bill Nottingham <notting@redhat.com> 2.1.11-4
cvsdist 668e42c
- fix paths for pci.ids, etc. (#111665)
cvsdist 668e42c
cvsdist 668e42c
* Tue Nov 25 2003 Bill Nottingham <notting@redhat.com> 2.1.11-3
cvsdist 668e42c
- remove a few calls to ->error() in the sysfs code
cvsdist 668e42c
cvsdist 668e42c
* Fri Nov 21 2003 Jeremy Katz <katzj@redhat.com> 2.1.11-2
cvsdist 668e42c
- build a diet libpci_loader.a on i386
cvsdist 668e42c
- always assume pread exists, it does with diet and all vaguely recent glibc
cvsdist 668e42c
cvsdist 668e42c
* Fri Nov 21 2003 Bill Nottingham <notting@redhat.com> 2.1.11-1
cvsdist 668e42c
- update to 2.1.11
cvsdist 668e42c
- add patch for sysfs & pci domains support (<willy@debian.org>)
cvsdist 668e42c
cvsdist c57bcb0
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist c57bcb0
- rebuilt
cvsdist c57bcb0
cvsdist 8b8f09f
* Wed Feb 12 2003 Bill Nottingham <notting@redhat.com>
cvsdist 8b8f09f
- don't segfault when there's no pci bus (#84146)
cvsdist 8b8f09f
cvsdist 8b8f09f
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 8b8f09f
- rebuilt
cvsdist 8b8f09f
cvsdist 8b8f09f
* Thu Dec 05 2002 Elliot Lee <sopwith@redhat.com> 2.1.10-5
cvsdist 8b8f09f
- Add patch4 for ppc64. The basic rule seems to be that on any platform
cvsdist 8b8f09f
where it is possible to be running a 64-bit kernel, we need to always 
cvsdist 8b8f09f
print out 64-bit addresses.
cvsdist 8b8f09f
cvsdist 8b8f09f
* Mon Nov  4 2002 Bill Nottingham <notting@redhat.com> 2.1.10-4
cvsdist 8b8f09f
- fix dir perms on /usr/include/pci
cvsdist 8b8f09f
cvsdist 8b8f09f
* Tue Oct 15 2002 Bill Nottingham <notting@redhat.com> 2.1.10-3
cvsdist 8b8f09f
- use %%{_libdir}
cvsdist 8b8f09f
- own /usr/include/pci
cvsdist 8b8f09f
- build library with -fPIC
cvsdist 8b8f09f
cvsdist e1cec9b
* Thu Jul  8 2002 Bill Nottingham <notting@redhat.com> 2.1.10-2
cvsdist e1cec9b
- don't build with -fomit-frame-pointer
cvsdist e1cec9b
cvsdist 0e8b799
* Mon Jun 24 2002 Bill Nottingham <notting@redhat.com> 2.1.10-1
cvsdist 0e8b799
- update to 2.1.10
cvsdist 0e8b799
cvsdist 0e8b799
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 0e8b799
- automated rebuild
cvsdist 0e8b799
cvsdist 0e8b799
* Mon Jun 17 2002 Bill Nottingham <notting@redhat.com> 2.1.9-4
cvsdist 0e8b799
- don't forcibly strip binaries
cvsdist 0e8b799
cvsdist 0e8b799
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 0e8b799
- automated rebuild
cvsdist 0e8b799
cvsdist 5135e24
* Fri Feb 22 2002 Bill Nottingham <notting@redhat.com>
cvsdist 5135e24
- rebuild
cvsdist 5135e24
cvsdist 5135e24
* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com>
cvsdist 5135e24
- require hwdata now that pci.ids is there
cvsdist 5135e24
cvsdist 5135e24
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 5135e24
- automated rebuild
cvsdist 5135e24
cvsdist 5135e24
* Sun Dec 30 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 5135e24
- man page is now owned by root
cvsdist 5135e24
cvsdist 4c45eb2
* Wed Oct 17 2001 Bill Nottingham <notting@redhat.com>
cvsdist 4c45eb2
- dump all the patches, ship pci.ids direct out of sourceforge CVS
cvsdist 4c45eb2
cvsdist 461c136
* Wed Sep 26 2001 Bill Nottingham <notting@redhat.com>
cvsdist 461c136
- broadcom bcm5820 id (#53592)
cvsdist 461c136
cvsdist 68a14b7
* Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
cvsdist 68a14b7
- more ids
cvsdist 68a14b7
cvsdist 1c43611
* Tue Jul 17 2001 Bill Nottingham <notting@redhat.com>
cvsdist 1c43611
- add newline in printf in PCI-X patch (#49277)
cvsdist 1c43611
cvsdist 1c43611
* Mon Jul  9 2001 Bill Nottingham <notting@redhat.com>
cvsdist 1c43611
- update broadcom patch
cvsdist 1c43611
- add new ids from 2.4.6
cvsdist 1c43611
cvsdist 58cd5f6
* Mon May 28 2001 Bill Nottingham <notting@redhat.com>
cvsdist 58cd5f6
- add a couple of e1000 ids
cvsdist 555a72f
cvsdist e1b89e4
* Thu Mar 22 2001 Bill Nottingham <notting@redhat.com>
cvsdist e1b89e4
- another megaraid id
cvsdist e1b89e4
cvsdist e1b89e4
* Wed Mar 21 2001 Bill Nottingham <notting@redhat.com>
cvsdist e1b89e4
- another megaraid id
cvsdist e1b89e4
cvsdist e1b89e4
* Wed Mar 14 2001 Preston Brown <pbrown@redhat.com>
cvsdist e1b89e4
- LSI SCSI PCI id
cvsdist e1b89e4
cvsdist e1b89e4
* Wed Feb 21 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e1b89e4
- fix formatting problems
cvsdist e1b89e4
cvsdist e1b89e4
* Wed Feb 21 2001 Preston Brown <pbrown@redhat.com>
cvsdist e1b89e4
- add IBM ServeRAID entries
cvsdist e1b89e4
cvsdist e1b89e4
* Tue Feb 20 2001 Preston Brown <pbrown@redhat.com>
cvsdist e1b89e4
- i860 entries.
cvsdist e1b89e4
cvsdist e1b89e4
* Mon Feb 19 2001 Helge Deller <hdeller@redhat.de>
cvsdist e1b89e4
- added various pci ids 
cvsdist e1b89e4
cvsdist e1b89e4
* Fri Feb  2 2001 Bill Nottingham <notting@redhat.com>
cvsdist e1b89e4
- fix mishap in fixing mishap
cvsdist e1b89e4
cvsdist e1b89e4
* Thu Feb  1 2001 Bill Nottingham <notting@redhat.com>
cvsdist e1b89e4
- fix apparent mishap in pci.ids update from kernel (#25520)
cvsdist e1b89e4
cvsdist e1b89e4
* Tue Jan 23 2001 Bill Nottingham <notting@redhat.com>
cvsdist e1b89e4
- pci.ids updates
cvsdist e1b89e4
cvsdist e1b89e4
* Tue Dec 12 2000 Bill Nottingham <notting@redhat.com>
cvsdist e1b89e4
- big pile of pci.ids updates
cvsdist e1b89e4
cvsdist dbcd83c
* Tue Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist dbcd83c
- clean up patches to not generate badly-formatted files
cvsdist dbcd83c
cvsdist dbcd83c
* Tue Jul 25 2000 Preston Brown <pbrown@redhat.com>
cvsdist dbcd83c
- Vortex fixes laroche originally applied on kudzu moved here.
cvsdist dbcd83c
cvsdist dbcd83c
* Fri Jul 14 2000 Preston Brown <pbrown@redhat.com>
cvsdist dbcd83c
- pci ids for i815, new ati hardware
cvsdist dbcd83c
cvsdist dbcd83c
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist dbcd83c
- automatic rebuild
cvsdist dbcd83c
cvsdist dbcd83c
* Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- yet more IDs
cvsdist dbcd83c
- PCI-X support from Matt Domsch
cvsdist dbcd83c
cvsdist dbcd83c
* Fri Jul  7 2000 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- some more QLogic ids
cvsdist dbcd83c
cvsdist dbcd83c
* Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- more IDs from Dell
cvsdist dbcd83c
cvsdist dbcd83c
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- update to 2.1.8
cvsdist dbcd83c
cvsdist dbcd83c
* Fri Apr 21 2000 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- update to 2.1.7
cvsdist dbcd83c
cvsdist dbcd83c
* Mon Apr 17 2000 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- update to 2.1.6
cvsdist dbcd83c
cvsdist dbcd83c
* Fri Mar  3 2000 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- add a couple of ids
cvsdist dbcd83c
cvsdist dbcd83c
* Mon Feb 14 2000 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- update to 2.1.5
cvsdist dbcd83c
cvsdist dbcd83c
* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- handle compressed man pages
cvsdist dbcd83c
cvsdist dbcd83c
* Mon Jan 24 2000 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- update to 2.1.4
cvsdist dbcd83c
cvsdist dbcd83c
* Thu Jan 20 2000 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- update to 2.1.3
cvsdist dbcd83c
cvsdist dbcd83c
* Fri Dec 24 1999 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- update to 2.1.2
cvsdist dbcd83c
cvsdist dbcd83c
* Tue Jun 29 1999 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- add -devel package
cvsdist dbcd83c
cvsdist dbcd83c
* Thu May 20 1999 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- update to 2.0
cvsdist dbcd83c
cvsdist dbcd83c
* Mon Apr 19 1999 Jakub Jelinek  <jj@ultra.linux.cz>
cvsdist dbcd83c
- update to 1.99.5
cvsdist dbcd83c
- fix sparc64 operation
cvsdist dbcd83c
cvsdist dbcd83c
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist dbcd83c
- auto rebuild in the new build environment (release 2)
cvsdist dbcd83c
cvsdist dbcd83c
* Thu Feb  4 1999 Bill Nottingham <notting@redhat.com>
cvsdist dbcd83c
- initial build