Blame SPECS/hwdata.spec

0811da
# This package is arch-specific just because of bundling different files for
0811da
# different architectures. No -debuginfo package is needed.
0811da
%global     debug_package %{nil}
27a846
%global     uprelease   8.1
0811da
0811da
Name:       hwdata
0811da
Summary:    Hardware identification and configuration data
0811da
Version:    0.252
0811da
Release:    %{uprelease}%{?dist}
0811da
License:    GPLv2+
0811da
Group:      System Environment/Base
0811da
Source0:    https://fedorahosted.org/releases/h/w/%{name}/%{name}-%{version}-%{uprelease}.tar.bz2
0811da
URL:        http://git.fedorahosted.org/git/hwdata.git
a38b44
4c2160
BuildRequires   : perl
27a846
BuildRequires   : perl(Date::Format)
4c2160
4c2160
Requires        : systemd
4c2160
Requires(post)  : systemd
4c2160
Requires(postun): systemd
4c2160
a38b44
%description
a38b44
hwdata contains various hardware identification and configuration data,
a38b44
such as the pci.ids and usb.ids databases.
a38b44
a38b44
%prep
4c2160
%setup -q -n %{name}-%{version}-%{uprelease}
0811da
%ifarch ppc ppc64
0811da
patch -b -B nx_crypto -p1 < blacklist-nx_crypto.patch
0811da
%endif
a38b44
%configure
a38b44
a38b44
%build
a38b44
a38b44
%install
a38b44
rm -rf $RPM_BUILD_ROOT
4c2160
make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_prefix}/lib
a38b44
a38b44
%clean
a38b44
rm -rf $RPM_BUILD_ROOT
a38b44
4c2160
%post
4c2160
udevadm hwdb --update >/dev/null 2>&1 || :
4c2160
4c2160
%postun
4c2160
udevadm hwdb --update >/dev/null 2>&1 || :
4c2160
a38b44
%files
a38b44
%doc LICENSE COPYING
a38b44
%dir %{_datadir}/%{name}
a38b44
%{_prefix}/lib/modprobe.d/dist-blacklist.conf
4c2160
%{_prefix}/lib/udev/hwdb.d/[0-9][0-9]-*.hwdb
a38b44
%{_datadir}/%{name}/*
a38b44
a38b44
%changelog
27a846
* Fri Oct 23 2015 Michal Minar <miminar@redhat.com> 0.252-8.1
27a846
- Updated pci, usb and vendor ids.
27a846
- Resolves: rhbz#1236458
27a846
- Resolves: rhbz#1256004
27a846
- Resolves: rhbz#1266217
27a846
- Resolves: rhbz#1271797
27a846
27a846
* Mon Jun 29 2015 Michal Minar <miminar@redhat.com> 0.252-7.9
27a846
- Updated pci, usb and vendor ids.
27a846
0811da
* Tue Apr 14 2015 Michal Minar <miminar@redhat.com> 0.252-7.8
0811da
- Blacklisted module nx_crypto on PowerPCs.
0811da
- Resolves: rhbz#1211389
0811da
- Disable debuginfo build.
0811da
0811da
* Fri Apr 10 2015 Michal Minar <miminar@redhat.com> 0.252-7.6
0811da
- Blacklisted experimental module sha1-mb.
0811da
- Resolves: rhbz#1208120
0811da
be7b8e
* Fri Jan 30 2015 Michal Minar <miminar@redhat.com> 0.252-7.5
be7b8e
- Updated vendor, usb and pci ids.
be7b8e
be7b8e
* Mon Sep 22 2014 Michal Minar <miminar@redhat.com> 0.252-7.4
be7b8e
- Updated vendor, usb and pci ids.
be7b8e
4c2160
* Thu Mar 27 2014 Michal Minar <miminar@redhat.com> 0.252-7.3
4c2160
- Added few more hwdb files.
4c2160
- Updated vendor and pci ids.
4c2160
4c2160
* Thu Mar 20 2014 Michal Minar <miminar@redhat.com> 0.252-7.1
4c2160
- Bumped release to reflect rhel version.
4c2160
- Fixed bogus dates in changelog.
4c2160
- Generate and install hwdb.d/* files.
4c2160
4c2160
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.252-3
4c2160
- Mass rebuild 2013-12-27
4c2160
a38b44
* Mon Aug 5 2013 Michal Minar <miminar@redhat.com> 0.252-2
a38b44
- Changelog fix.
a38b44
a38b44
* Sun Jul 21 2013 Michal Minar <miminar@redhat.com> 0.252-1
a38b44
- Data files update.
a38b44
a38b44
* Sat Jul 06 2013 Michal Minar <miminar@redhat.com> 0.250-1
a38b44
- Data files update.
a38b44
a38b44
* Thu Jun 20 2013 Michal Minar <miminar@redhat.com> 0.249-1
a38b44
- Data files update, pnp.ids included.
a38b44
a38b44
* Thu Apr 18 2013 Michal Minar <miminar@redhat.com> 0.248-1
a38b44
- Data files update
a38b44
a38b44
* Wed Mar 27 2013 Michal Minar <miminar@redhat.com> 0.247-1
a38b44
- Moved blacklist.conf from /etc/modprobe.d to /usr/lib/modprobe.d.
a38b44
- Renamed it to dist-blacklist.conf.
a38b44
- Data files update
a38b44
a38b44
* Mon Mar 18 2013 Michal Minar <miminar@redhat.com> 0.245-1
a38b44
- Data files update
a38b44
a38b44
* Mon Feb 18 2013 Michal Minar <miminar@redhat.com> 0.244-1
a38b44
- Data files updated
a38b44
a38b44
* Fri Jan 18 2013 Michal Minar <miminar@redhat.com> 0.243-1
a38b44
- Data files updated
a38b44
a38b44
* Fri Dec 07 2012 Michal Minar <miminar@redhat.com> 0.242-1
a38b44
- Update data files
a38b44
a38b44
* Wed Nov 07 2012 Michal Minar <miminar@redhat.com> 0.241-1
a38b44
- Update data files
a38b44
a38b44
* Wed Sep 26 2012 Michal Minar <miminar@redhat.com> 0.240-1
a38b44
- made use of configure script in prep
a38b44
a38b44
* Tue Sep 25 2012 Michal Minar <miminar@redhat.com> 0.239-1
a38b44
- Update data files
a38b44
a38b44
* Thu Aug 23 2012 Adam Jackson <ajax@redhat.com> 0.238-1
a38b44
- Fix reference specfile to current Fedora style
a38b44
a38b44
* Thu Aug 23 2012 Adam Jackson <ajax@redhat.com> 0.235-1
a38b44
- Update data files
a38b44
- Remove upgradelist, not needed since kudzu-ectomy
a38b44
a38b44
* Mon Aug 08 2011 Karsten Hopp <karsten@redhat.com> 0.233-7.3
a38b44
- update pci.ids, usb. ids
a38b44
a38b44
* Mon May 02 2011 Karsten Hopp <karsten@redhat.com> 0.233-7.2
a38b44
- update pci.ids with a fix for QLogic Infiniband adapter
a38b44
a38b44
* Wed Apr 27 2011 Karsten Hopp <karsten@redhat.com> 0.233-7.1
a38b44
- update to latest pci.ids, usb.ids
a38b44
a38b44
* Fri Jan 28 2011 Karsten Hopp <karsten@redhat.com> 0.233-7
a38b44
- bump release
a38b44
- update oui.txt URL
a38b44
- fix tarball name in spec file
a38b44
- update usb.ids, out.txt and pci.ids
a38b44
a38b44
* Wed Aug 25 2010 Karsten Hopp <karsten@redhat.com> 0.233-1
a38b44
- update usb.ids, out.txt and pci.ids
a38b44
a38b44
* Thu Aug 05 2010 Karsten Hopp <karsten@redhat.com> 0.232-1
a38b44
- update usb.ids, out.txt and pci.ids (#550020, #611860)
a38b44
- fix incorrect syntax doc/comment in blacklist.conf (Ville Skyttä, #532802)
a38b44
- add Acer B243HL and BenQ G2420HDBL (Ville Skyttä, #590787)
a38b44
- add HP LP2475w and Samsung 2494HM (Ville Skyttä, #595059)
a38b44
a38b44
* Tue May 25 2010 Phil Knirsch <pknirsch@redhat.com> 0.230-1
a38b44
- update usb.ids, out.txt and pci.ids
a38b44
- Resolves: #584788
a38b44
a38b44
* Mon Mar 29 2010 Karsten Hopp <karsten@redhat.com> 0.229-1
a38b44
- update usb.ids, out.txt and pci.ids for F-13 (#571914)
a38b44
a38b44
* Wed Mar 17 2010 Phil Knirsch <pknirsch@redhat.com> 0.228-1
a38b44
- Blacklist chsc_sch for s390x
a38b44
- Resolves: #563228
a38b44
a38b44
* Tue Feb 23 2010 Dave Airlie <airlied@redhat.com> 0.227-1
a38b44
- add viafb to blacklist
a38b44
a38b44
* Mon Feb 22 2010 Karsten Hopp <karsten@redhat.com> 0.227-1
a38b44
- update usb.ids, pci.ids, oui.txt
a38b44
- update license
a38b44
a38b44
* Fri Jan 15 2010 Karsten Hopp <karsten@redhat.com> 0.226-1
a38b44
- update release number
a38b44
a38b44
* Fri Jan 15 2010 Karsten Hopp <karsten@redhat.com> 0.225-4
a38b44
- update usb.ids pci.ids oui.txt
a38b44
a38b44
* Mon Nov 30 2009 Dennis Gregorovic <dgregor@redhat.com> - 0.225-3.1
a38b44
- Rebuilt for RHEL 6
a38b44
a38b44
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.225-3
a38b44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a38b44
a38b44
* Tue Jul 07 2009 Adam Jackson <ajax@redhat.com> 0.225-2
a38b44
- pnp-dell.patch: Fix Dell's entry in pnp.ids
a38b44
a38b44
* Thu Apr 09 2009 Adam Jackson <ajax@redhat.com> 0.224-1
a38b44
- Update pci.ids, usb.ids, and oui.txt
a38b44
- Add pnp.ids
a38b44
a38b44
* Thu Mar 19 2009 Karsten Hopp <karsten@redhat.com> 0.223-1
a38b44
- update usb.ids pci.ids oui.txt
a38b44
- rename /etc/modprobe.d/blacklist to /etc/modprobe.d/blacklist.conf
a38b44
a38b44
* Wed Jan 28 2009 Karsten Hopp <karsten@redhat.com> 0.222-1
a38b44
- update usb.ids pci.ids oui.txt and build for all current releases
a38b44
  Fixes p.e. #465440
a38b44
a38b44
* Wed Jan 21 2009 Karsten Hopp <karsten@redhat.com> 0.221-1
a38b44
- update usb.ids pci.ids oui.txt
a38b44
a38b44
* Tue Dec 02 2008 Karsten Hopp <karsten@redhat.com> 0.220-1
a38b44
- add new monitor entries from Mandriva hardware database (Thierry Vignaud)
a38b44
- make generic entries have properly formated frequencies (Thierry Vignaud)
a38b44
- remove duplicate Dell monitor entries (Thierry Vignaud)
a38b44
- more vendor name fixes
a38b44
- fix extra field in 'Compudyne KD-1500N' definition (Thierry Vignaud)
a38b44
- make Dell monitors case consistent (Thierry Vignaud)
a38b44
- make all GoldStar monitors have the same vendor name (Thierry Vignaud)
a38b44
- add URL of git repository
a38b44
- fix spacing (Thierry Vignaud)
a38b44
- sort MonitorDB file with LANG=C sort -f -t ";" -k1,2
a38b44
- add Samsung SyncMaster 2443BWX (Marc van den Dikkenberg)
a38b44
- add some Lenovo monitors (Im Sza)
a38b44
a38b44
* Wed Jul 23 2008 Karsten Hopp <karsten@redhat.com> 0.220-1
a38b44
- update pci.ids, usb.ids, oui.txt
a38b44
- MonitorsDB: add some Samsung monitors (Ronald Warsow)
a38b44
- MonitorsDB: add Dell E1609W (Matt Domsch)
a38b44
- MonitorsDB: add 7 Dell monitors (Matt Domsch)
a38b44
- MonitorsDB: add a bunch of Hyundai and ImageQuest monitors
a38b44
a38b44
* Mon Jun 09 2008 Karsten Hopp <karsten@redhat.com> 0.219-1
a38b44
- add BenQ FP2091 monitor (Peter Williams)
a38b44
- add a bunch of Hyundai and ImageQuest monitors
a38b44
a38b44
* Mon Jun 02 2008 Karsten Hopp <karsten@redhat.com> 0.219-1
a38b44
- update pci.ids, usb.ids, oui.txt
a38b44
- blacklist snd-pcsp (#448425)
a38b44
a38b44
* Mon May 19 2008 Karsten Hopp <karsten@redhat.com> 0.218-1
a38b44
- add some Acer monitors (Im Sz)
a38b44
a38b44
* Tue Apr 01 2008 Karsten Hopp <karsten@redhat.com> 0.217-1
a38b44
- update pci.ids, oui.txt
a38b44
- update usb.ids, fixes #439963
a38b44
- add HP w1907 LCD monitor, fixes #431359
a38b44
- fix many monitor entries (Stanislav Ievlev, #430276)
a38b44
a38b44
4c2160
* Mon Mar 03 2008 Karsten Hopp <karsten@redhat.com> 0.216-1
a38b44
- update pci.ids, usb.ids (#431658)
a38b44
a38b44
* Tue Jan 29 2008 Phil Knirsch <pknirsch@redhat.com> 0.215-1
a38b44
- Pull new upstream pci.ids
a38b44
a38b44
* Wed Jan 23 2008 Karsten Hopp <karsten@redhat.com> 0.215-1
a38b44
- add HP W2207 monitor
a38b44
- add oui.txt, a list of bluetooth device makers
a38b44
a38b44
* Fri Jan 18 2008 Karsten Hopp <karsten@redhat.com> 0.214-1
a38b44
- remove MonitorsDB.generic as it isn't used anywhere
a38b44
- drop RHEL-5 blacklist patch in -devel
a38b44
a38b44
* Tue Jan 15 2008 Karsten Hopp <karsten@redhat.com> 0.213-1
a38b44
- add many monitor entries (Im Sza, #367111)
a38b44
a38b44
* Fri Jan 11 2008 Karsten Hopp <karsten@redhat.com> 0.212-1
a38b44
- pull new upstream pci.ids, usb.ids
a38b44
- Resolves: #300831
a38b44
- added HP TFT5600 LCD Monitor
a38b44
- Resolves: #250569
a38b44
- added Acer AL1916W, Eizo L568/L568D, Samsung 795DF
a38b44
- Resolves: #250582
a38b44
- Add Samsung 205BW/206BW/225BW/226BW
a38b44
- Resolves: #250584
a38b44
- Add Samsung 931BF
a38b44
- Resolves: #250587
a38b44
a38b44
* Sat Dec 22 2007 Karsten Hopp <karsten@redhat.com> 0.209-1
a38b44
- add Proview 926w monitor (#363091)
a38b44
a38b44
* Sat Dec 22 2007 Karsten Hopp <karsten@redhat.com> 0.208-1
a38b44
- new release
a38b44
- drop dell-monitors patch, already included in tarball
a38b44
a38b44
* Thu Dec 13 2007 Karsten Hopp <karsten@redhat.com> 0.207-3
a38b44
- fix License tag
a38b44
- add empty %%build section for fedora-review
a38b44
a38b44
* Thu Oct 25 2007 Matt Domsch <Matt_Domsch@dell.com> 0.207-2
a38b44
- MonitorsDB: add 20 new Dell monitors
a38b44
a38b44
* Wed Sep 26 2007 Karsten Hopp <karsten@redhat.com> 0.211-1
a38b44
- pull new upstream pci.ids, usb.ids
a38b44
a38b44
* Thu Sep 20 2007 Karsten Hopp <karsten@redhat.com> 0.210-1
a38b44
- add pci.id for Chelsio 10GbE Ethernet Adapter
a38b44
- Resolves: bz #296811
a38b44
a38b44
* Wed Sep 19 2007 Karsten Hopp <karsten@redhat.com> 0.209-1
a38b44
- pull new upstream pci.ids, usb.ids
a38b44
a38b44
* Wed Aug 29 2007 Karsten Hopp <karsten@redhat.com> 0.207-1
a38b44
- update license tag
a38b44
a38b44
* Wed Aug 15 2007 Karsten Hopp <karsten@redhat.com> 0.207-1
a38b44
- pull new upstream pci.ids and rebuild
a38b44
- Resolves: bz #251732
a38b44
- Resolves: bz #251734
a38b44
- Resolves: bz #252195
a38b44
- Resolves: bz #252196
a38b44
- Resolves: bz #241274
a38b44
a38b44
* Tue Aug 14 2007 Karsten Hopp <karsten@redhat.com> 0.205-1
a38b44
- add HP TFT5600        #229370
a38b44
a38b44
* Mon Jul 09 2007 Karsten Hopp <karsten@redhat.com> 0.205-1
a38b44
- enable iwl4965 blacklist
a38b44
- Resolves: bz#245379
a38b44
a38b44
* Mon Jun 25 2007 Karsten Hopp <karsten@redhat.com> 0.205-1
a38b44
- really update pci.ids, update-pciids downloaded an old file
a38b44
- disable iwl4965 blacklist as it is not approved yet (#245379)
a38b44
a38b44
* Mon Jun 25 2007 Karsten Hopp <karsten@redhat.com> 0.202-1
a38b44
- don't load iwl4965 module automatically
a38b44
- Resolves: #245379
a38b44
a38b44
* Tue Jun 19 2007 Karsten Hopp <karsten@redhat.com> 0.201-1
a38b44
- add some monitors
a38b44
- Resolves: #224511
a38b44
- update pci.ids
a38b44
- Related: #223105
a38b44
a38b44
* Tue Jan 02 2007 Karsten Hopp <karsten@redhat.com> 0.194-1
a38b44
- Update to latest pci.ids/usb.ids for RHEL5
a38b44
- Resolves: #220182
a38b44
  Add some Dell monitors to MonitorDB
a38b44
a38b44
* Mon Oct 09 2006 Phil Knirsch <pknirsch@redhat.com> - 0.191-1
a38b44
- Update to latest pci.ids for RHEL5
a38b44
a38b44
* Thu Sep 21 2006 Adam Jackson <ajackson@redhat.com> - 0.190-1
a38b44
- Add a description for the 'intel' driver.
a38b44
a38b44
* Mon Sep 18 2006 Phil Knirsch <pknirsch@redhat.com> - 0.189-1
a38b44
- Updated usb.ids for FC6
a38b44
a38b44
* Mon Sep 11 2006 Phil Knirsch <pknirsch@redhat.com> - 0.188-1
a38b44
- Update of pci.ids for FC6
a38b44
a38b44
* Thu Aug 31 2006 Adam Jackson <ajackson@redhat.com> - 0.187-1
a38b44
- Fix sync ranges for Samsung SyncMaster 710N (#202344)
a38b44
a38b44
* Thu Aug 03 2006 Phil Knirsch <pknirsch@redhat.com> - 0.186-1
a38b44
- Updated pci.ids once more.
a38b44
a38b44
* Tue Jul 25 2006 Phil Knirsch <pknirsch@redhat.com> - 0.185-1
a38b44
- Added the 17inch Philips LCD monitor entry (#199828)
a38b44
a38b44
* Mon Jul 24 2006 Phil Knirsch <pknirsch@redhat.com> - 0.184-1
a38b44
- Added one more entry for missing Philips LCD monitor (#199828)
a38b44
a38b44
* Tue Jul 18 2006 Phil Knirsch <pknirsch@redhat.com> - 0.183-1
a38b44
- Updated pci.ids before FC6 final (#198994)
a38b44
- Added several missing Samsung monitors (#197463)
a38b44
- Included a new inf2mondb.py from Matt Domsch (#158723)
a38b44
a38b44
* Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> - 0.182-1
a38b44
- Added ast driver description to videodrivers
a38b44
- Numerous Dell monitor additions (#196734)
a38b44
- Numerous Belinea monitor additions (#198087)
a38b44
a38b44
* Sat Jul  8 2006 Adam Jackson <ajackson@redhat.com> - 0.181-1
a38b44
- Updated videodrivers to mention i945
a38b44
- New monitors: Sony CPD-G420 (#145902), Compaq P1110 (#155120).
a38b44
a38b44
* Thu May 11 2006 Phil Knirsch <pknirsch@redhat.com> - 0.180-1
a38b44
- Updated and added some MonitorsDB entries
a38b44
a38b44
* Tue May 02 2006 Phil Knirsch <pknirsch@redhat.com> - 0.179-1
a38b44
- Updated PCI ids from upstream (#180402)
a38b44
- Fixed missing monitor entry in MonitorsDB (#189446)
a38b44
a38b44
* Wed Mar 01 2006 Phil Knirsch <pknirsch@redhat.com> - 0.178-1
a38b44
- Commented out the VT lines at the end of usb.ids as our tools don't handle
a38b44
  them properly.
a38b44
a38b44
* Fri Feb 24 2006 Bill Nottingham <notting@redhat.com> - 0.177-1
a38b44
- remove stock videoaliases in favor of driver-specific ones in
a38b44
  the X driver packages
a38b44
a38b44
* Wed Feb 22 2006 Phil Knirsch <pknirsch@redhat.com> - 0.176-1
a38b44
- More entries from Dell to MonitorsDB (#181008)
a38b44
a38b44
* Fri Feb 10 2006 Phil Knirsch <pknirsch@redhat.com> - 0.175-1
a38b44
- Added a few more entries to MonitorsDB
a38b44
a38b44
* Wed Feb 01 2006 Phil Knirsch <pknirsch@redhat.com> - 0.174-1
a38b44
- Some cleanup and adds to the MonitorDB which closes several db related bugs.
a38b44
a38b44
* Tue Dec 13 2005 Bill Nottingham <notting@redhat.com> - 0.173-1
a38b44
- add some IDs to the generic display entries for matching laptops
a38b44
a38b44
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> - 0.172-1
a38b44
- ditto for radeon
a38b44
a38b44
* Fri Nov 18 2005 Jeremy Katz <katzj@redhat.com> - 0.171-1
a38b44
- r128 -> ati.  should fix the unresolved symbol and kem says its more 
a38b44
  generally the "right" thing to do
a38b44
a38b44
* Wed Nov 16 2005 Bill Nottingham <notting@redhat.com> - 0.170-1
a38b44
- handle mptsas for migration as well
a38b44
- move videoaliases file to a subdir
a38b44
a38b44
* Fri Sep 16 2005 Bill Nottingham <notting@redhat.com>
a38b44
- add Iiyama monitor (#168143)
a38b44
a38b44
* Tue Sep 13 2005 Bill Nottingham <notting@redhat.com>
a38b44
- add IBM monitor (#168080)
a38b44
a38b44
* Thu Sep  8 2005 Bill Nottingham <notting@redhat.com> - 0.169-1
a38b44
- remove Cards, pcitable. Add videodrivers
a38b44
a38b44
* Fri Sep  2 2005 Dan Williams <dcbw@redhat.com> - 0.168-1
a38b44
- Add more Gateway monitors
a38b44
a38b44
* Fri Sep  2 2005 Dan Williams <dcbw@redhat.com> - 0.167-1
a38b44
- Add some ADI monitors, one BenQ, and and DPMS codes for two Apples
a38b44
a38b44
* Fri Sep  2 2005 Bill Nottingham <notting@redhat.com> - 0.166-1
a38b44
- add videoaliases file
a38b44
- remove CardMonitorCombos, as nothing uses it
a38b44
a38b44
* Thu Aug 25 2005 Dan Williams <dcbw@redhat.com> - 0.165-1
a38b44
- Add a bunch of Acer monitors
a38b44
a38b44
* Tue Aug  9 2005 Jeremy Katz <katzj@redhat.com> - 0.164-1
a38b44
- migrate sk98lin -> skge
a38b44
a38b44
* Sat Jul 30 2005 Bill Nottingham <notting@redhat.com>
a38b44
- migrate mpt module names (#161420)
a38b44
- remove pcitable entries for drivers in modules.pcimap
a38b44
- switch lone remaining 'Server' entry - that can't work right
a38b44
a38b44
* Tue Jul 26 2005 Bill Nottingham <notting@redhat.com>
a38b44
- add Daytek monitor (#164339)
a38b44
a38b44
* Wed Jul 13 2005 Bill Nottingham <notting@redhat.com> - 0.162-1
a38b44
- remove /etc/pcmcia/config, conflict with pcmcia-cs
a38b44
4c2160
* Thu Jul  7 2005 Bill Nottingham <notting@redhat.com> - 0.160-1
a38b44
- move blacklist to /etc/modprobe.d, require new module-init-tools
a38b44
- add LG monitors (#162466, #161734)
a38b44
- add orinoco card (#161696)
a38b44
- more mptfusion stuff (#107088)
a38b44
a38b44
* Thu Jun 23 2005 Bill Nottingham <notting@redhat.com>
a38b44
- add Samsung monitor (#161013)
a38b44
a38b44
* Wed Jun 22 2005 Bill Nottingham <notting@redhat.com> - 0.159-1
a38b44
- pcitable: make branding happy (#160047)
a38b44
- Cards: add required blank line (#157972)
a38b44
- add some monitors
a38b44
- add JVC CD-ROM (#160907, <richard@rsk.demon.co.uk>)
a38b44
- add hisax stuff to blacklist (#154799, #159068)
a38b44
a38b44
* Mon May 16 2005 Bill Nottingham <notting@redhat.com> - 0.158-1
a38b44
- add a orinoco card (#157482)
a38b44
a38b44
* Thu May  5 2005 Jeremy Katz <katzj@redhat.com> - 0.157-1
a38b44
- add 20" Apple Cinema Display
a38b44
a38b44
* Sun Apr 10 2005 Mike A. Harris <mharris@redhat.com> 0.156-1
a38b44
- Update SiS entries in Cards/pcitable to match what Xorg X11 6.8.2 supports
a38b44
a38b44
* Wed Mar 30 2005 Dan Williams <dcbw@redhat.com> 0.155-1
a38b44
- Add a boatload of BenQ, Acer, Sony, NEC, Mitsubishi, and Dell monitors
a38b44
a38b44
* Wed Mar 30 2005 Dan Williams <dcbw@redhat.com> 0.154-1
a38b44
- Add Typhoon Speednet Wireless PCMCIA Card mapping to atmel_cs driver
a38b44
a38b44
* Mon Mar 28 2005 Bill Nottingham <notting@redhat.com> 0.153-1
a38b44
- update the framebuffer blacklist
a38b44
a38b44
* Wed Mar  9 2005 Bill Nottingham <notting@redhat.com> 0.152-1
a38b44
- fix qlogic driver mappings, add upgradelist mappings for the modules
a38b44
  that changed names (#150621)
a38b44
a38b44
* Wed Mar  2 2005 Mike A. Harris <mharris@redhat.com> 0.151-1
a38b44
- Added one hundred billion new nvidia PCI IDs to pcitable and Cards to
a38b44
  synchronize it with X.Org X11 6.8.2.  (#140601)
a38b44
a38b44
* Tue Jan 11 2005 Dan Williams <dcbw@redhat.com> - 0.150-1
a38b44
- Add Dell UltraSharp 1704FPV (Analog & Digital)
a38b44
a38b44
* Sun Nov 21 2004 Bill Nottingham <notting@redhat.com> - 0.148-1
a38b44
- add Amptron monitors (#139142)
a38b44
a38b44
* Wed Nov 10 2004 Bill Nottingham <notting@redhat.com> - 0.147-1
a38b44
- update usb.ids (#138533)
a38b44
- migrate dpt_i2o to i2o_block (#138603)
a38b44
a38b44
* Tue Nov  9 2004 Bill Nottingham <notting@redhat.com> - 0.146-1
a38b44
- update pci.ids (#138233)
a38b44
- add Apple monitors (#138481)
a38b44
a38b44
* Wed Oct 20 2004 Bill Nottingham <notting@redhat.com> - 0.145-1
a38b44
- remove ahci mappings, don't prefer it over ata_piix
a38b44
a38b44
* Tue Oct 19 2004 Kristian Høgsberg <krh@redhat.com> - 0.144-1
a38b44
- update IDs for Cirrus, Trident, C&T, and S3
a38b44
a38b44
* Tue Oct 12 2004 Bill Nottingham <notting@redhat.com> - 0.143-1
a38b44
- add ahci mappings to prefer it over ata_piix
a38b44
- map davej's ancient matrox card to vesa (#122750)
a38b44
a38b44
* Thu Oct  7 2004 Dan Williams <dcbw@redhat.com> - 0.141-1
a38b44
- Add Belkin F5D6020 ver.2 (802.11b card based on Atmel chipset)
a38b44
a38b44
* Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> - 0.140-1
a38b44
- include /etc/hotplug/blacklist here
a38b44
a38b44
* Thu Sep 30 2004 Bill Nottingham <notting@redhat.com> - 0.136-1
a38b44
- add S3 UniChrome (#131403)
a38b44
- update pci.ids
a38b44
a38b44
* Thu Sep 23 2004 Bill Nottingham <notting@redhat.com> - 0.135-1
a38b44
- megaraid -> megaraid_mbox
a38b44
a38b44
* Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> - 0.134-1
a38b44
- map ncr53c8xx to sym53c8xx (#133181)
a38b44
a38b44
* Fri Sep 17 2004 Bill Nottingham <notting@redhat.com> - 0.132-1
a38b44
- fix 3Ware 9000 mapping (#132851)
a38b44
a38b44
* Tue Sep 14 2004 Kristian Høgsberg <krh@redhat.com> - 0.131-1
a38b44
- Add python script to check sorting of pci.ids
a38b44
a38b44
* Thu Sep  9 2004 Kristian Høgsberg <krh@redhat.com> 0.131-1
a38b44
- Add pci ids and cards for new ATI, NVIDIA and Intel cards
a38b44
a38b44
* Sat Sep  4 2004 Bill Nottingham <notting@redhat.com> 0.130-1
a38b44
- trim pcitable - now just ids/drivers
a38b44
a38b44
* Wed Sep  1 2004 Bill Nottingham <notting@redhat.com> 0.125-1
a38b44
- pci.ids updates
a38b44
- remove updsftab.conf.*
a38b44
a38b44
* Sun Aug 29 2004 Mike A. Harris <mharris@redhat.com>  0.124-1
a38b44
- Updates to pcitable/Cards for 'S3 Trio64 3D' cards. (#125866,59956)
a38b44
a38b44
* Fri Jul  9 2004 Mike A. Harris <mharris@redhat.com>  0.123-1
a38b44
- Quick pcitable/Cards update for ATI Radeon and FireGL boards
a38b44
a38b44
* Mon Jun 28 2004 Bill Nottingham <notting@redhat.com>
a38b44
- add Proview monitor (#125853)
a38b44
- add ViewSonic monitor (#126324)
a38b44
- add a Concord camera (#126673)
a38b44
a38b44
* Wed Jun 23 2004 Brent Fox <bfox@redhat.com> - 0.122-1
a38b44
- Add Vobis monitor to MonitorsDB (bug #124151)
a38b44
a38b44
* Wed Jun 09 2004 Dan Williams <dcbw@redhat.com> - 0.121-1
a38b44
- add Belkin F5D5020 10/100 PCMCIA card (#125581)
a38b44
a38b44
* Fri May 28 2004 Bill Nottingham <notting@redhat.com>
a38b44
- add modem (#124663)
a38b44
a38b44
* Mon May 24 2004 Bill Nottingham <notting@redhat.com> - 0.120-1
a38b44
- mainly:
a38b44
  fix upgradelist module for CMPci cards (#123647)
a38b44
- also:
a38b44
  add another wireless card (#122676)
a38b44
  add wireless card (#122625)
a38b44
  add 1280x800 (#121548)
a38b44
  add 1680x1050 (#121148)
a38b44
  add IntelligentStick (#124313)
a38b44
a38b44
* Mon May 10 2004 Jeremy Katz <katzj@redhat.com> - 0.119-1
a38b44
- veth driver is iseries_veth in 2.6
a38b44
a38b44
* Wed May  5 2004 Jeremy Katz <katzj@redhat.com> - 0.118-1
a38b44
- add a wireless card (#122064)
a38b44
- and a monitor (#121696)
a38b44
a38b44
* Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 0.117-1
a38b44
- fix makefile
a38b44
a38b44
* Thu Apr 15 2004 Bill Nottingham <notting@redhat.com> 0.116-1
a38b44
- move updfstab.conf here
a38b44
- add wireless card (#116865)
a38b44
- add laptop display panel (#117385)
a38b44
- add clipdrive (#119928)
a38b44
- add travelling disk (#119143)
a38b44
- add NEXDISK (#106782)
a38b44
a38b44
* Thu Apr 15 2004 Brent Fox <bfox@redhat.com> 0.115-1
a38b44
- replace snd-es1960 driver with snd-es1968 in pcitable (bug #120729)
a38b44
a38b44
* Mon Mar 29 2004 Bill Nottingham <notting@redhat.com> 0.114-1
a38b44
- fix entries pointing to Banshee (#119388)
a38b44
a38b44
* Tue Mar 16 2004 Bill Nottingham <notting@redhat.com> 0.113-1
a38b44
- add a Marvell sk98lin card (#118467, <64bit_fedora@comcast.net>)
a38b44
a38b44
* Fri Mar 12 2004 Brent Fox <bfox@redhat.com> 0.112-1
a38b44
- add a Sun flat panel to MonitorsDB (bug #118138)
a38b44
a38b44
* Fri Mar  5 2004 Brent Fox <bfox@redhat.com> 0.111-1
a38b44
- add Samsung monitor to MonitorsDB (bug #112112)
a38b44
a38b44
* Mon Mar  1 2004 Mike A. Harris <mharris@redhat.com> 0.110-1
a38b44
- Added 3Dfx Voodoo Graphics and Voodoo II entries to the Cards database, both
a38b44
  pointing to Alan Cox's new "voodoo" driver which is now included in XFree86
a38b44
  4.3.0-62 and later builds in Fedora development.  Mapped their PCI IDs to
a38b44
  the new Cards entry in pcitable.
a38b44
- Updated the entries for 3Dfx Banshee
a38b44
a38b44
* Mon Feb 23 2004 Bill Nottingham <notting@redhat.com> 0.109-1
a38b44
- pci.ids and other updates
a38b44
a38b44
* Thu Feb 19 2004 Mike A. Harris <mharris@redhat.com> 0.108-1
a38b44
- Added Shamrock C407L to MonitorsDB for bug (#104920)
a38b44
a38b44
* Thu Feb 19 2004 Mike A. Harris <mharris@redhat.com> 0.107-1
a38b44
- Massive Viewsonic monitor update for MonitorsDB (#84882)
a38b44
a38b44
* Fri Feb 13 2004 John Dennis <jdennis@finch.boston.redhat.com> 0.106-1
a38b44
- fix typo, GP should have been HP
a38b44
a38b44
* Thu Jan 29 2004 Bill Nottingham <notting@redhat.com> 0.105-1
a38b44
- many monitor updates (#114260, #114216, #113993, #113932, #113782,
a38b44
  #113685, #113523, #111203, #107788, #106526, #63005)
a38b44
- add some PCMCIA cards (#113006, #112505)
a38b44
a38b44
* Tue Jan 20 2004 Bill Nottingham <notting@redhat.com> 0.104-1
a38b44
- switch sound module mappings to alsa drivers
a38b44
a38b44
* Mon Jan 19 2004 Brent Fox <bfox@redhat.com> 0.103-1
a38b44
- fix tab spacing
a38b44
a38b44
* Fri Jan 16 2004 Brent Fox <bfox@redhat.com> 0.102-1
a38b44
- added an entry for ATI Radeon 9200SE (bug #111306)
a38b44
a38b44
* Sun Oct 26 2003 Jeremy Katz <katzj@redhat.com> 0.101-1
a38b44
- add 1920x1200 Generic LCD as used on some Dell laptops (#108006)
a38b44
a38b44
* Thu Oct 16 2003 Brent Fox <bfox@redhat.com> 0.100-1
a38b44
- add entry for Sun (made by Samsung) monitor (bug #107128)
a38b44
a38b44
* Tue Sep 23 2003 Mike A. Harris <mharris@redhat.com> 0.99-1
a38b44
- Added entries for Radeon 9600/9600Pro/9800Pro to Cards
a38b44
- Fixed minor glitch in pcitable for Radeon 9500 Pro
a38b44
a38b44
* Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 0.98-1
a38b44
- add VMWare display adapter pci id and map to vmware X driver
a38b44
a38b44
* Thu Sep 11 2003 Bill Nottingham <notting@redhat.com> 0.97-1
a38b44
- bcm4400 -> b44
a38b44
a38b44
* Sun Sep  7 2003 Bill Nottingham <notting@redhat.com> 0.96-1
a38b44
- fix provided Dell tweaks (#103892)
a38b44
a38b44
* Fri Sep  5 2003 Bill Nottingham <notting@redhat.com> 0.95-1
a38b44
- Dell tweaks (#103861)
a38b44
a38b44
* Fri Sep  5 2003 Bill Nottingham <notting@redhat.com> 0.94-1
a38b44
- add adaptec pci id (#100844)
a38b44
a38b44
* Thu Sep  4 2003 Brent Fox <bfox@redhat.com> 0.93-1
a38b44
- add an SGI monitor for bug (#74870)
a38b44
a38b44
* Wed Aug 27 2003 Bill Nottingham <notting@redhat.com> 0.92-1
a38b44
- updates from sourceforge.net pci.ids, update pcitable accordingly
a38b44
a38b44
* Mon Aug 18 2003 Mike A. Harris <mharris@redhat.com> 0.91-1
a38b44
- Added HP monitors for bug (#102495)
a38b44
a38b44
* Fri Aug 15 2003 Brent Fox <bfox@redhat.com> 0.90-1
a38b44
- added a sony monitor (bug #101550)
a38b44
a38b44
* Tue Jul 15 2003 Bill Nottingham <notting@redhat.com> 0.89-1
a38b44
- updates from modules.pcimap
a38b44
a38b44
* Sat Jul 12 2003 Mike A. Harris <mharris@redhat.com> 0.88-1
a38b44
- Update MonitorsDB for new IBM monitors from upstream XFree86 bugzilla:
a38b44
  http://bugs.xfree86.org/cgi-bin/bugzilla/show_bug.cgi?id=459
a38b44
a38b44
* Mon Jun  9 2003 Bill Nottingham <notting@redhat.com> 0.87-1
a38b44
- fusion update
a38b44
a38b44
* Mon Jun  9 2003 Jeremy Katz <katzj@redhat.com> 0.86-1
a38b44
- pci id for ata_piix
a38b44
a38b44
* Wed Jun  4 2003 Brent Fox <bfox@redhat.com> 0.85-1
a38b44
- correct entry for Dell P991 monitor
a38b44
a38b44
* Tue Jun  3 2003 Bill Nottingham <notting@redhat.com> 0.84-1
a38b44
- fix qla2100 mapping (#91476)
a38b44
- add dell mappings (#84069)
a38b44
a38b44
* Mon Jun  2 2003 John Dennis <jdennis@redhat.com>
a38b44
- Add new Compaq and HP monitors - bug 90570, bug 90707, bug 90575, IT 17231
a38b44
a38b44
* Wed May 21 2003 Brent Fox <bfox@redhat.com> 0.81-1
a38b44
- add an entry for SiS 650 video card (bug #88271)
a38b44
a38b44
* Wed May 21 2003 Michael Fulbright <msf@redhat.com> 0.80-1
a38b44
- Changed Generic monitor entries in MonitorsDB to being in LCD and CRT groups
a38b44
a38b44
* Tue May 20 2003 Bill Nottingham <notting@redhat.com> 0.79-1
a38b44
- pci.ids and usb.ids updates
a38b44
a38b44
* Tue May  6 2003 Brent Fox <bfox@redhat.com> 0.78-1
a38b44
- added a Samsung monitor to MonitorsDB
a38b44
a38b44
* Fri May  2 2003 Bill Nottingham <notting@redhat.com>
a38b44
- add Xircom wireless airo_cs card (#90099)
a38b44
a38b44
* Fri Apr 18 2003 Jeremy Katz <katzj@redhat.com> 0.77-1
a38b44
- add generic framebuffer to Cards
a38b44
a38b44
* Mon Mar 17 2003 Mike A. Harris <mharris@redhat.com> 0.76-1
a38b44
- Updated MonitorsDb for Dell monitors (#86072)
a38b44
a38b44
* Tue Feb 18 2003 Mike A. Harris <mharris@redhat.com> 0.75-1
a38b44
- Change savage MX and IX driver default back to "savage" for the 1.1.27t
a38b44
  driver update
a38b44
  
a38b44
* Tue Feb 18 2003 Brent Fox <bfox@redhat.com> 0.74-1
a38b44
- Use full resolution description for Dell laptop screens (bug #80398)
a38b44
a38b44
* Thu Feb 13 2003 Mike A. Harris <mharris@redhat.com> 0.73-1
a38b44
- Updated pcitable and Cards database to fix Savage entries up a bit, and
a38b44
  change default Savage/MX driver to 'vesa' as it is hosed and with no sign
a38b44
  of working in time for 4.3.0.  Fixes (#72476,80278,80346,80423,82394)
a38b44
a38b44
* Wed Feb 12 2003 Brent Fox <bfox@redhat.com> 0.72-1
a38b44
- slightly alter the sync rates for the Dell 1503FP (bug #84123)
a38b44
a38b44
* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.71-1
a38b44
- large pcitable and pci.ids updates
a38b44
- more tg3, e100
a38b44
a38b44
* Mon Feb 10 2003 Mike A. Harris <mharris@redhat.com> 0.69-1
a38b44
- Updated pcitable and Cards database for new Intel i852/i855/i865 support
a38b44
a38b44
* Mon Feb 10 2003 Mike A. Harris <mharris@redhat.com> 0.68-1
a38b44
- Massive update of all ATI video hardware PCI IDs in pcitable and a fair
a38b44
  number of additions and corrections to the Cards database as well
a38b44
  
a38b44
* Wed Jan 29 2003 Brent Fox <bfox@redhat.com> 0.67-1
a38b44
- change refresh rates of sny0000 monitors to use a low common denominator
a38b44
a38b44
* Wed Jan 29 2003 Bill Nottingham <notting@redhat.com> 0.66-1
a38b44
- don't force DRI off on R200 (#82957)
a38b44
a38b44
* Fri Jan 24 2003 Mike A. Harris <mharris@redhat.com> 0.65-1
a38b44
- Added Card:S3 Trio64V2 (Unsupported RAMDAC) entry to pcitable, pci.ids, and
a38b44
  Cards database to default this particular variant to "vesa" driver (#81659)
a38b44
a38b44
* Thu Jan  2 2003 Bill Nottingham <notting@redhat.com> 0.64-1
a38b44
- pci.ids and associated pcitable updates
a38b44
a38b44
* Sun Dec 29 2002 Mike A. Harris <mharris@redhat.com> 0.63-1
a38b44
- Updates for GeForce 2 Go, GeForce 4 (#80209)
a38b44
a38b44
* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.62-2
a38b44
- fix Cards for NatSemi Geode
a38b44
a38b44
* Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.62-1
a38b44
- use e100 instead of eepro100 for pcmcia
a38b44
a38b44
* Mon Nov 25 2002 Mike A. Harris <mharris@redhat.com>
a38b44
- Complete reconstruction of all Neomagic hardware entries in Cards
a38b44
  database to reflect current XFree86, as well as pcitable update,
a38b44
  and submitted cleaned up entries to sourceforge
a38b44
a38b44
* Mon Nov  4 2002 Bill Nottingham <notting@redhat.com> 0.61-1
a38b44
- move pcmcia config file here
a38b44
- sort MonitorsDB, add some entries, remove dups
a38b44
- switch some network driver mappings
a38b44
a38b44
* Tue Sep 24 2002 Bill Nottingham <notting@redhat.com> 0.48-1
a38b44
- broadcom 5704 mapping
a38b44
- aic79xx (#73781)
a38b44
a38b44
* Thu Sep  5 2002 Bill Nottingham <notting@redhat.com> 0.47-1
a38b44
- pci.ids updates
a38b44
- add msw's wireless card
a38b44
a38b44
* Tue Sep  3 2002 Jeremy Katz <katzj@redhat.com> 0.46-1
a38b44
- Card entries in pcitable need matching in Cards
a38b44
a38b44
* Sun Sep  1 2002 Mike A. Harris <mharris@redhat.com> 0.45-1
a38b44
- Update G450 entry in Cards
a38b44
a38b44
* Tue Aug 13 2002 Bill Nottingham <notting@redhat.com> 0.44-1
a38b44
- fix some of the Dell entries
a38b44
- add cardbus controller id (#71198)
a38b44
- add audigy mapping
a38b44
- add NEC monitor (#71320)
a38b44
a38b44
* Tue Aug 13 2002 Preston Brown <pbrown@redhat.com> 0.43-1
a38b44
- pci.id for SMC wireless PCI card (#67346)
a38b44
a38b44
* Sat Aug 10 2002 Mike A. Harris <mharris@redhat.com> 0.42-1
a38b44
- Change default driver for old S3 based "Miro" card for bug (#70743)
a38b44
a38b44
* Fri Aug  9 2002 Preston Brown <pbrown@redhat.com> 0.41-1
a38b44
- fix tabs in pci.ids
a38b44
- Change pci ids for the PowerEdge 4 series again...
a38b44
a38b44
* Tue Aug  6 2002 Preston Brown <pbrown@redhat.com> 0.39-1
a38b44
- Dell PERC and SCSI pci.id additions
a38b44
a38b44
* Tue Aug  6 2002 Mike A. Harris <mharris@redhat.com> 0.38-1
a38b44
- Removed and/or invalid entries from Cards database BLOCKER (#70802)
a38b44
a38b44
* Mon Aug  5 2002 Mike A. Harris <mharris@redhat.com> 0.37-1
a38b44
- Changed Matrox G450 driver default options to fix bug (#66697)
a38b44
- Corrected S3 Trio64V2 bug in Cards file (#66492)
a38b44
a38b44
* Tue Jul 30 2002 Bill Nottingham <notting@redhat.com> 0.36-1
a38b44
- tweaks for Dell Remote Assisstant cards (#60376)
a38b44
4c2160
* Fri Jul 26 2002 Mike A. Harris <mharris@redhat.com> 0.35-1
a38b44
- Updated Cards db for CT69000
a38b44
- Various ATI cleanups and additions to Cards and pcitable
a38b44
- Updated S3 Trio3D to default to "vesa" driver (#59956)
a38b44
a38b44
* Tue Jul 23 2002 Bill Nottingham <notting@redhat.com> 0.33-1
a38b44
- Eizo monitor updates (#56080, <triad@df.lth.se>)
a38b44
- pci.ids updates, corresponding pcitable updates
a38b44
- pcilint for pcitable 
a38b44
a38b44
* Fri Jun 28 2002 Bill Nottingham <notting@redhat.com> 0.32-1
a38b44
- switch de4x5 back to tulip
a38b44
a38b44
* Mon Jun 24 2002 Mike A. Harris <mharris@redhat.com> 0.31-1
a38b44
- Modified ATI entries in pcitable to be able to autodetect the FireGL 8700
a38b44
  and FireGL 8800 which both have the same ID, but different subdevice ID's.
a38b44
  Added entries to Cards database for the 8700/8800 as well.
a38b44
a38b44
* Tue May 28 2002 Mike A. Harris <mharris@redhat.com> 0.30-1
a38b44
- Reconfigured Cards database to default to XFree86 4.x for ALL video
a38b44
  hardware, since 3.3.6 support is being removed.  Video cards not
a38b44
  supported natively by 4.x will be changed to use the vesa or vga
a38b44
  driver, or completely removed as unsupported.
a38b44
4c2160
* Wed Apr 17 2002 Michael Fulbright <msf@redhat.com> 0.14-1
a38b44
- another megaraid variant
a38b44
a38b44
* Mon Apr 15 2002 Michael Fulbright <msf@redhat.com> 0.13-1
a38b44
- fix monitor entry for Dell 1600X Laptop Display Panel
a38b44
a38b44
* Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 0.13-1
a38b44
- more aacraid
a38b44
a38b44
* Tue Apr  9 2002 Bill Nottingham <notting@redhat.com> 0.12-1
a38b44
- another 3ware, another megaraid
a38b44
a38b44
* Fri Apr  5 2002 Mike A. Harris <mharris@redhat.com> 0.11-1
a38b44
- Added commented out line for some Radeon 7500 cards to Cards database.
a38b44
a38b44
* Tue Apr  2 2002 Mike A. Harris <mharris@redhat.com> 0.10-1
a38b44
- Fixed i830 entry to use driver "i810" not "i830" which doesn't exist
a38b44
a38b44
* Mon Apr  1 2002 Bill Nottingham <notting@redhat.com> 0.9-1
a38b44
- fix rebuild (#62459)
a38b44
- SuperSavage ids (#62101)
a38b44
- updates from pci.ids
a38b44
a38b44
* Mon Mar 18 2002 Bill Nottingham <notting@redhat.com> 0.8-2
a38b44
- fix errant space (#61363)
a38b44
a38b44
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 0.8-1
a38b44
- nVidia updates
a38b44
a38b44
* Wed Mar 13 2002 Bill Nottingham <notting@redhat.com> 0.7-1
a38b44
- lots of pcitable updates
a38b44
a38b44
* Tue Mar  5 2002 Mike A. Harris <mharris@redhat.com> 0.6-1
a38b44
- Updated Cards database
a38b44
a38b44
* Mon Mar  4 2002 Mike A. Harris <mharris@redhat.com> 0.5-1
a38b44
- Built new package with updated database files for rawhide.
a38b44
a38b44
* Fri Feb 22 2002 Bill Nottingham <notting@redhat.com> 0.3-1
a38b44
- return of XFree86-3.3.x
a38b44
a38b44
* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 0.1-1
a38b44
- initial build