hwdata.spec 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960
  1. # This package is arch-specific just because of bundling different files for
  2. # different architectures. No -debuginfo package is needed.
  3. %global debug_package %{nil}
  4. %global uprelease 9.7
  5. Name: hwdata
  6. Summary: Hardware identification and configuration data
  7. Version: 0.252
  8. Release: %{uprelease}%{?dist}
  9. License: GPLv2+
  10. Group: System Environment/Base
  11. Source: https://github.com/vcrhonek/hwdata/archive/v%{version}-%{?uprelease}.tar.gz
  12. URL: https://github.com/vcrhonek/hwdata
  13. BuildRequires : perl
  14. BuildRequires : perl(Date::Format)
  15. Requires : systemd
  16. Requires(post) : systemd
  17. Requires(postun): systemd
  18. %description
  19. hwdata contains various hardware identification and configuration data,
  20. such as the pci.ids and usb.ids databases.
  21. %prep
  22. %setup -q -n %{name}-%{version}-%{uprelease}
  23. %configure
  24. %build
  25. %install
  26. rm -rf $RPM_BUILD_ROOT
  27. make install DESTDIR=$RPM_BUILD_ROOT libdir=%{_prefix}/lib
  28. %clean
  29. rm -rf $RPM_BUILD_ROOT
  30. %post
  31. udevadm hwdb --update >/dev/null 2>&1 || :
  32. %postun
  33. udevadm hwdb --update >/dev/null 2>&1 || :
  34. %files
  35. %doc LICENSE COPYING
  36. %dir %{_datadir}/%{name}
  37. %{_prefix}/lib/modprobe.d/dist-blacklist.conf
  38. %{_prefix}/lib/udev/hwdb.d/[0-9][0-9]-*.hwdb
  39. %{_datadir}/%{name}/*
  40. %changelog
  41. * Mon Jul 13 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-9.7
  42. - Update pci, usb, vendor ids and hwdb files
  43. Resolves: #1788059
  44. * Mon Mar 23 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-9.6
  45. - Updated pci, usb, vendor ids and hwdb files
  46. Resolves: #1788058
  47. * Wed Feb 12 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-9.5
  48. - Fix URL for downloading hwdb files
  49. - Updated pci, usb, vendor ids and hwdb files
  50. Resolves: #1721908
  51. * Tue Aug 06 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-9.4
  52. - Updated pci, usb, vendor ids and hwdb files
  53. Resolves: #1721904
  54. * Wed Jun 26 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-9.3
  55. - Updated pci, usb, vendor ids and hwdb files
  56. Resolves: #1636986
  57. * Wed Mar 06 2019 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-9.2
  58. - Updated pci, usb, vendor ids and hwdb files
  59. Resolves: #1636985
  60. * Mon Sep 24 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-9.1
  61. - Updated pci, usb, vendor ids and hwdb files
  62. Resolves: #1560493
  63. * Thu Jun 14 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-8.9
  64. - Updated pci, usb, vendor ids and hwdb files
  65. Resolves: #1560493
  66. - Blacklisted sha{256,512}-mb modules
  67. Resolves: #1562114
  68. * Mon Feb 19 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-8.8
  69. - Updated pci, usb, vendor ids and hwdb files
  70. Resolves: #1489281 #1539202
  71. * Tue Oct 24 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-8.7
  72. - Updated pci, usb, vendor ids and hwdb files
  73. Resolves: #1489281
  74. * Tue Jun 27 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-8.6
  75. - Updated pci, usb and vendor ids
  76. Resolves: #1386133 #1463185
  77. * Mon Mar 20 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-8.5
  78. - Updated pci, usb and vendor ids
  79. Resolves: #1386133 #1424763
  80. - Removed module nx_crypto from blacklist on PowerPCs
  81. Resolves: #1264326
  82. * Thu Sep 29 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-8.4
  83. - Remove wrong entry from usb ids.
  84. Resolves: #1380159
  85. * Mon Sep 26 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-8.3
  86. - Updated pci, usb and vendor ids.
  87. - Resolves: rhbz#1292382
  88. * Tue Jun 28 2016 Michal Minar <miminar@redhat.com> 0.252-8.2
  89. - Updated pci, usb and vendor ids.
  90. - Resolves: rhbz#1292382
  91. - Resolves: rhbz#1291614
  92. - Resolves: rhbz#1324198
  93. * Fri Oct 23 2015 Michal Minar <miminar@redhat.com> 0.252-8.1
  94. - Updated pci, usb and vendor ids.
  95. - Resolves: rhbz#1236458
  96. - Resolves: rhbz#1256004
  97. - Resolves: rhbz#1266217
  98. - Resolves: rhbz#1271797
  99. * Mon Jun 29 2015 Michal Minar <miminar@redhat.com> 0.252-7.9
  100. - Updated pci, usb and vendor ids.
  101. * Tue Apr 14 2015 Michal Minar <miminar@redhat.com> 0.252-7.8
  102. - Blacklisted module nx_crypto on PowerPCs.
  103. - Resolves: rhbz#1211389
  104. - Disable debuginfo build.
  105. * Fri Apr 10 2015 Michal Minar <miminar@redhat.com> 0.252-7.6
  106. - Blacklisted experimental module sha1-mb.
  107. - Resolves: rhbz#1208120
  108. * Fri Jan 30 2015 Michal Minar <miminar@redhat.com> 0.252-7.5
  109. - Updated vendor, usb and pci ids.
  110. * Mon Sep 22 2014 Michal Minar <miminar@redhat.com> 0.252-7.4
  111. - Updated vendor, usb and pci ids.
  112. * Thu Mar 27 2014 Michal Minar <miminar@redhat.com> 0.252-7.3
  113. - Added few more hwdb files.
  114. - Updated vendor and pci ids.
  115. * Thu Mar 20 2014 Michal Minar <miminar@redhat.com> 0.252-7.1
  116. - Bumped release to reflect rhel version.
  117. - Fixed bogus dates in changelog.
  118. - Generate and install hwdb.d/* files.
  119. * Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.252-3
  120. - Mass rebuild 2013-12-27
  121. * Mon Aug 5 2013 Michal Minar <miminar@redhat.com> 0.252-2
  122. - Changelog fix.
  123. * Sun Jul 21 2013 Michal Minar <miminar@redhat.com> 0.252-1
  124. - Data files update.
  125. * Sat Jul 06 2013 Michal Minar <miminar@redhat.com> 0.250-1
  126. - Data files update.
  127. * Thu Jun 20 2013 Michal Minar <miminar@redhat.com> 0.249-1
  128. - Data files update, pnp.ids included.
  129. * Thu Apr 18 2013 Michal Minar <miminar@redhat.com> 0.248-1
  130. - Data files update
  131. * Wed Mar 27 2013 Michal Minar <miminar@redhat.com> 0.247-1
  132. - Moved blacklist.conf from /etc/modprobe.d to /usr/lib/modprobe.d.
  133. - Renamed it to dist-blacklist.conf.
  134. - Data files update
  135. * Mon Mar 18 2013 Michal Minar <miminar@redhat.com> 0.245-1
  136. - Data files update
  137. * Mon Feb 18 2013 Michal Minar <miminar@redhat.com> 0.244-1
  138. - Data files updated
  139. * Fri Jan 18 2013 Michal Minar <miminar@redhat.com> 0.243-1
  140. - Data files updated
  141. * Fri Dec 07 2012 Michal Minar <miminar@redhat.com> 0.242-1
  142. - Update data files
  143. * Wed Nov 07 2012 Michal Minar <miminar@redhat.com> 0.241-1
  144. - Update data files
  145. * Wed Sep 26 2012 Michal Minar <miminar@redhat.com> 0.240-1
  146. - made use of configure script in prep
  147. * Tue Sep 25 2012 Michal Minar <miminar@redhat.com> 0.239-1
  148. - Update data files
  149. * Thu Aug 23 2012 Adam Jackson <ajax@redhat.com> 0.238-1
  150. - Fix reference specfile to current Fedora style
  151. * Thu Aug 23 2012 Adam Jackson <ajax@redhat.com> 0.235-1
  152. - Update data files
  153. - Remove upgradelist, not needed since kudzu-ectomy
  154. * Mon Aug 08 2011 Karsten Hopp <karsten@redhat.com> 0.233-7.3
  155. - update pci.ids, usb. ids
  156. * Mon May 02 2011 Karsten Hopp <karsten@redhat.com> 0.233-7.2
  157. - update pci.ids with a fix for QLogic Infiniband adapter
  158. * Wed Apr 27 2011 Karsten Hopp <karsten@redhat.com> 0.233-7.1
  159. - update to latest pci.ids, usb.ids
  160. * Fri Jan 28 2011 Karsten Hopp <karsten@redhat.com> 0.233-7
  161. - bump release
  162. - update oui.txt URL
  163. - fix tarball name in spec file
  164. - update usb.ids, out.txt and pci.ids
  165. * Wed Aug 25 2010 Karsten Hopp <karsten@redhat.com> 0.233-1
  166. - update usb.ids, out.txt and pci.ids
  167. * Thu Aug 05 2010 Karsten Hopp <karsten@redhat.com> 0.232-1
  168. - update usb.ids, out.txt and pci.ids (#550020, #611860)
  169. - fix incorrect syntax doc/comment in blacklist.conf (Ville Skyttä, #532802)
  170. - add Acer B243HL and BenQ G2420HDBL (Ville Skyttä, #590787)
  171. - add HP LP2475w and Samsung 2494HM (Ville Skyttä, #595059)
  172. * Tue May 25 2010 Phil Knirsch <pknirsch@redhat.com> 0.230-1
  173. - update usb.ids, out.txt and pci.ids
  174. - Resolves: #584788
  175. * Mon Mar 29 2010 Karsten Hopp <karsten@redhat.com> 0.229-1
  176. - update usb.ids, out.txt and pci.ids for F-13 (#571914)
  177. * Wed Mar 17 2010 Phil Knirsch <pknirsch@redhat.com> 0.228-1
  178. - Blacklist chsc_sch for s390x
  179. - Resolves: #563228
  180. * Tue Feb 23 2010 Dave Airlie <airlied@redhat.com> 0.227-1
  181. - add viafb to blacklist
  182. * Mon Feb 22 2010 Karsten Hopp <karsten@redhat.com> 0.227-1
  183. - update usb.ids, pci.ids, oui.txt
  184. - update license
  185. * Fri Jan 15 2010 Karsten Hopp <karsten@redhat.com> 0.226-1
  186. - update release number
  187. * Fri Jan 15 2010 Karsten Hopp <karsten@redhat.com> 0.225-4
  188. - update usb.ids pci.ids oui.txt
  189. * Mon Nov 30 2009 Dennis Gregorovic <dgregor@redhat.com> - 0.225-3.1
  190. - Rebuilt for RHEL 6
  191. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.225-3
  192. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  193. * Tue Jul 07 2009 Adam Jackson <ajax@redhat.com> 0.225-2
  194. - pnp-dell.patch: Fix Dell's entry in pnp.ids
  195. * Thu Apr 09 2009 Adam Jackson <ajax@redhat.com> 0.224-1
  196. - Update pci.ids, usb.ids, and oui.txt
  197. - Add pnp.ids
  198. * Thu Mar 19 2009 Karsten Hopp <karsten@redhat.com> 0.223-1
  199. - update usb.ids pci.ids oui.txt
  200. - rename /etc/modprobe.d/blacklist to /etc/modprobe.d/blacklist.conf
  201. * Wed Jan 28 2009 Karsten Hopp <karsten@redhat.com> 0.222-1
  202. - update usb.ids pci.ids oui.txt and build for all current releases
  203. Fixes p.e. #465440
  204. * Wed Jan 21 2009 Karsten Hopp <karsten@redhat.com> 0.221-1
  205. - update usb.ids pci.ids oui.txt
  206. * Tue Dec 02 2008 Karsten Hopp <karsten@redhat.com> 0.220-1
  207. - add new monitor entries from Mandriva hardware database (Thierry Vignaud)
  208. - make generic entries have properly formated frequencies (Thierry Vignaud)
  209. - remove duplicate Dell monitor entries (Thierry Vignaud)
  210. - more vendor name fixes
  211. - fix extra field in 'Compudyne KD-1500N' definition (Thierry Vignaud)
  212. - make Dell monitors case consistent (Thierry Vignaud)
  213. - make all GoldStar monitors have the same vendor name (Thierry Vignaud)
  214. - add URL of git repository
  215. - fix spacing (Thierry Vignaud)
  216. - sort MonitorDB file with LANG=C sort -f -t ";" -k1,2
  217. - add Samsung SyncMaster 2443BWX (Marc van den Dikkenberg)
  218. - add some Lenovo monitors (Im Sza)
  219. * Wed Jul 23 2008 Karsten Hopp <karsten@redhat.com> 0.220-1
  220. - update pci.ids, usb.ids, oui.txt
  221. - MonitorsDB: add some Samsung monitors (Ronald Warsow)
  222. - MonitorsDB: add Dell E1609W (Matt Domsch)
  223. - MonitorsDB: add 7 Dell monitors (Matt Domsch)
  224. - MonitorsDB: add a bunch of Hyundai and ImageQuest monitors
  225. * Mon Jun 09 2008 Karsten Hopp <karsten@redhat.com> 0.219-1
  226. - add BenQ FP2091 monitor (Peter Williams)
  227. - add a bunch of Hyundai and ImageQuest monitors
  228. * Mon Jun 02 2008 Karsten Hopp <karsten@redhat.com> 0.219-1
  229. - update pci.ids, usb.ids, oui.txt
  230. - blacklist snd-pcsp (#448425)
  231. * Mon May 19 2008 Karsten Hopp <karsten@redhat.com> 0.218-1
  232. - add some Acer monitors (Im Sz)
  233. * Tue Apr 01 2008 Karsten Hopp <karsten@redhat.com> 0.217-1
  234. - update pci.ids, oui.txt
  235. - update usb.ids, fixes #439963
  236. - add HP w1907 LCD monitor, fixes #431359
  237. - fix many monitor entries (Stanislav Ievlev, #430276)
  238. * Mon Mar 03 2008 Karsten Hopp <karsten@redhat.com> 0.216-1
  239. - update pci.ids, usb.ids (#431658)
  240. * Tue Jan 29 2008 Phil Knirsch <pknirsch@redhat.com> 0.215-1
  241. - Pull new upstream pci.ids
  242. * Wed Jan 23 2008 Karsten Hopp <karsten@redhat.com> 0.215-1
  243. - add HP W2207 monitor
  244. - add oui.txt, a list of bluetooth device makers
  245. * Fri Jan 18 2008 Karsten Hopp <karsten@redhat.com> 0.214-1
  246. - remove MonitorsDB.generic as it isn't used anywhere
  247. - drop RHEL-5 blacklist patch in -devel
  248. * Tue Jan 15 2008 Karsten Hopp <karsten@redhat.com> 0.213-1
  249. - add many monitor entries (Im Sza, #367111)
  250. * Fri Jan 11 2008 Karsten Hopp <karsten@redhat.com> 0.212-1
  251. - pull new upstream pci.ids, usb.ids
  252. - Resolves: #300831
  253. - added HP TFT5600 LCD Monitor
  254. - Resolves: #250569
  255. - added Acer AL1916W, Eizo L568/L568D, Samsung 795DF
  256. - Resolves: #250582
  257. - Add Samsung 205BW/206BW/225BW/226BW
  258. - Resolves: #250584
  259. - Add Samsung 931BF
  260. - Resolves: #250587
  261. * Sat Dec 22 2007 Karsten Hopp <karsten@redhat.com> 0.209-1
  262. - add Proview 926w monitor (#363091)
  263. * Sat Dec 22 2007 Karsten Hopp <karsten@redhat.com> 0.208-1
  264. - new release
  265. - drop dell-monitors patch, already included in tarball
  266. * Thu Dec 13 2007 Karsten Hopp <karsten@redhat.com> 0.207-3
  267. - fix License tag
  268. - add empty %%build section for fedora-review
  269. * Thu Oct 25 2007 Matt Domsch <Matt_Domsch@dell.com> 0.207-2
  270. - MonitorsDB: add 20 new Dell monitors
  271. * Wed Sep 26 2007 Karsten Hopp <karsten@redhat.com> 0.211-1
  272. - pull new upstream pci.ids, usb.ids
  273. * Thu Sep 20 2007 Karsten Hopp <karsten@redhat.com> 0.210-1
  274. - add pci.id for Chelsio 10GbE Ethernet Adapter
  275. - Resolves: bz #296811
  276. * Wed Sep 19 2007 Karsten Hopp <karsten@redhat.com> 0.209-1
  277. - pull new upstream pci.ids, usb.ids
  278. * Wed Aug 29 2007 Karsten Hopp <karsten@redhat.com> 0.207-1
  279. - update license tag
  280. * Wed Aug 15 2007 Karsten Hopp <karsten@redhat.com> 0.207-1
  281. - pull new upstream pci.ids and rebuild
  282. - Resolves: bz #251732
  283. - Resolves: bz #251734
  284. - Resolves: bz #252195
  285. - Resolves: bz #252196
  286. - Resolves: bz #241274
  287. * Tue Aug 14 2007 Karsten Hopp <karsten@redhat.com> 0.205-1
  288. - add HP TFT5600 #229370
  289. * Mon Jul 09 2007 Karsten Hopp <karsten@redhat.com> 0.205-1
  290. - enable iwl4965 blacklist
  291. - Resolves: bz#245379
  292. * Mon Jun 25 2007 Karsten Hopp <karsten@redhat.com> 0.205-1
  293. - really update pci.ids, update-pciids downloaded an old file
  294. - disable iwl4965 blacklist as it is not approved yet (#245379)
  295. * Mon Jun 25 2007 Karsten Hopp <karsten@redhat.com> 0.202-1
  296. - don't load iwl4965 module automatically
  297. - Resolves: #245379
  298. * Tue Jun 19 2007 Karsten Hopp <karsten@redhat.com> 0.201-1
  299. - add some monitors
  300. - Resolves: #224511
  301. - update pci.ids
  302. - Related: #223105
  303. * Tue Jan 02 2007 Karsten Hopp <karsten@redhat.com> 0.194-1
  304. - Update to latest pci.ids/usb.ids for RHEL5
  305. - Resolves: #220182
  306. Add some Dell monitors to MonitorDB
  307. * Mon Oct 09 2006 Phil Knirsch <pknirsch@redhat.com> - 0.191-1
  308. - Update to latest pci.ids for RHEL5
  309. * Thu Sep 21 2006 Adam Jackson <ajackson@redhat.com> - 0.190-1
  310. - Add a description for the 'intel' driver.
  311. * Mon Sep 18 2006 Phil Knirsch <pknirsch@redhat.com> - 0.189-1
  312. - Updated usb.ids for FC6
  313. * Mon Sep 11 2006 Phil Knirsch <pknirsch@redhat.com> - 0.188-1
  314. - Update of pci.ids for FC6
  315. * Thu Aug 31 2006 Adam Jackson <ajackson@redhat.com> - 0.187-1
  316. - Fix sync ranges for Samsung SyncMaster 710N (#202344)
  317. * Thu Aug 03 2006 Phil Knirsch <pknirsch@redhat.com> - 0.186-1
  318. - Updated pci.ids once more.
  319. * Tue Jul 25 2006 Phil Knirsch <pknirsch@redhat.com> - 0.185-1
  320. - Added the 17inch Philips LCD monitor entry (#199828)
  321. * Mon Jul 24 2006 Phil Knirsch <pknirsch@redhat.com> - 0.184-1
  322. - Added one more entry for missing Philips LCD monitor (#199828)
  323. * Tue Jul 18 2006 Phil Knirsch <pknirsch@redhat.com> - 0.183-1
  324. - Updated pci.ids before FC6 final (#198994)
  325. - Added several missing Samsung monitors (#197463)
  326. - Included a new inf2mondb.py from Matt Domsch (#158723)
  327. * Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> - 0.182-1
  328. - Added ast driver description to videodrivers
  329. - Numerous Dell monitor additions (#196734)
  330. - Numerous Belinea monitor additions (#198087)
  331. * Sat Jul 8 2006 Adam Jackson <ajackson@redhat.com> - 0.181-1
  332. - Updated videodrivers to mention i945
  333. - New monitors: Sony CPD-G420 (#145902), Compaq P1110 (#155120).
  334. * Thu May 11 2006 Phil Knirsch <pknirsch@redhat.com> - 0.180-1
  335. - Updated and added some MonitorsDB entries
  336. * Tue May 02 2006 Phil Knirsch <pknirsch@redhat.com> - 0.179-1
  337. - Updated PCI ids from upstream (#180402)
  338. - Fixed missing monitor entry in MonitorsDB (#189446)
  339. * Wed Mar 01 2006 Phil Knirsch <pknirsch@redhat.com> - 0.178-1
  340. - Commented out the VT lines at the end of usb.ids as our tools don't handle
  341. them properly.
  342. * Fri Feb 24 2006 Bill Nottingham <notting@redhat.com> - 0.177-1
  343. - remove stock videoaliases in favor of driver-specific ones in
  344. the X driver packages
  345. * Wed Feb 22 2006 Phil Knirsch <pknirsch@redhat.com> - 0.176-1
  346. - More entries from Dell to MonitorsDB (#181008)
  347. * Fri Feb 10 2006 Phil Knirsch <pknirsch@redhat.com> - 0.175-1
  348. - Added a few more entries to MonitorsDB
  349. * Wed Feb 01 2006 Phil Knirsch <pknirsch@redhat.com> - 0.174-1
  350. - Some cleanup and adds to the MonitorDB which closes several db related bugs.
  351. * Tue Dec 13 2005 Bill Nottingham <notting@redhat.com> - 0.173-1
  352. - add some IDs to the generic display entries for matching laptops
  353. * Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> - 0.172-1
  354. - ditto for radeon
  355. * Fri Nov 18 2005 Jeremy Katz <katzj@redhat.com> - 0.171-1
  356. - r128 -> ati. should fix the unresolved symbol and kem says its more
  357. generally the "right" thing to do
  358. * Wed Nov 16 2005 Bill Nottingham <notting@redhat.com> - 0.170-1
  359. - handle mptsas for migration as well
  360. - move videoaliases file to a subdir
  361. * Fri Sep 16 2005 Bill Nottingham <notting@redhat.com>
  362. - add Iiyama monitor (#168143)
  363. * Tue Sep 13 2005 Bill Nottingham <notting@redhat.com>
  364. - add IBM monitor (#168080)
  365. * Thu Sep 8 2005 Bill Nottingham <notting@redhat.com> - 0.169-1
  366. - remove Cards, pcitable. Add videodrivers
  367. * Fri Sep 2 2005 Dan Williams <dcbw@redhat.com> - 0.168-1
  368. - Add more Gateway monitors
  369. * Fri Sep 2 2005 Dan Williams <dcbw@redhat.com> - 0.167-1
  370. - Add some ADI monitors, one BenQ, and and DPMS codes for two Apples
  371. * Fri Sep 2 2005 Bill Nottingham <notting@redhat.com> - 0.166-1
  372. - add videoaliases file
  373. - remove CardMonitorCombos, as nothing uses it
  374. * Thu Aug 25 2005 Dan Williams <dcbw@redhat.com> - 0.165-1
  375. - Add a bunch of Acer monitors
  376. * Tue Aug 9 2005 Jeremy Katz <katzj@redhat.com> - 0.164-1
  377. - migrate sk98lin -> skge
  378. * Sat Jul 30 2005 Bill Nottingham <notting@redhat.com>
  379. - migrate mpt module names (#161420)
  380. - remove pcitable entries for drivers in modules.pcimap
  381. - switch lone remaining 'Server' entry - that can't work right
  382. * Tue Jul 26 2005 Bill Nottingham <notting@redhat.com>
  383. - add Daytek monitor (#164339)
  384. * Wed Jul 13 2005 Bill Nottingham <notting@redhat.com> - 0.162-1
  385. - remove /etc/pcmcia/config, conflict with pcmcia-cs
  386. * Thu Jul 7 2005 Bill Nottingham <notting@redhat.com> - 0.160-1
  387. - move blacklist to /etc/modprobe.d, require new module-init-tools
  388. - add LG monitors (#162466, #161734)
  389. - add orinoco card (#161696)
  390. - more mptfusion stuff (#107088)
  391. * Thu Jun 23 2005 Bill Nottingham <notting@redhat.com>
  392. - add Samsung monitor (#161013)
  393. * Wed Jun 22 2005 Bill Nottingham <notting@redhat.com> - 0.159-1
  394. - pcitable: make branding happy (#160047)
  395. - Cards: add required blank line (#157972)
  396. - add some monitors
  397. - add JVC CD-ROM (#160907, <richard@rsk.demon.co.uk>)
  398. - add hisax stuff to blacklist (#154799, #159068)
  399. * Mon May 16 2005 Bill Nottingham <notting@redhat.com> - 0.158-1
  400. - add a orinoco card (#157482)
  401. * Thu May 5 2005 Jeremy Katz <katzj@redhat.com> - 0.157-1
  402. - add 20" Apple Cinema Display
  403. * Sun Apr 10 2005 Mike A. Harris <mharris@redhat.com> 0.156-1
  404. - Update SiS entries in Cards/pcitable to match what Xorg X11 6.8.2 supports
  405. * Wed Mar 30 2005 Dan Williams <dcbw@redhat.com> 0.155-1
  406. - Add a boatload of BenQ, Acer, Sony, NEC, Mitsubishi, and Dell monitors
  407. * Wed Mar 30 2005 Dan Williams <dcbw@redhat.com> 0.154-1
  408. - Add Typhoon Speednet Wireless PCMCIA Card mapping to atmel_cs driver
  409. * Mon Mar 28 2005 Bill Nottingham <notting@redhat.com> 0.153-1
  410. - update the framebuffer blacklist
  411. * Wed Mar 9 2005 Bill Nottingham <notting@redhat.com> 0.152-1
  412. - fix qlogic driver mappings, add upgradelist mappings for the modules
  413. that changed names (#150621)
  414. * Wed Mar 2 2005 Mike A. Harris <mharris@redhat.com> 0.151-1
  415. - Added one hundred billion new nvidia PCI IDs to pcitable and Cards to
  416. synchronize it with X.Org X11 6.8.2. (#140601)
  417. * Tue Jan 11 2005 Dan Williams <dcbw@redhat.com> - 0.150-1
  418. - Add Dell UltraSharp 1704FPV (Analog & Digital)
  419. * Sun Nov 21 2004 Bill Nottingham <notting@redhat.com> - 0.148-1
  420. - add Amptron monitors (#139142)
  421. * Wed Nov 10 2004 Bill Nottingham <notting@redhat.com> - 0.147-1
  422. - update usb.ids (#138533)
  423. - migrate dpt_i2o to i2o_block (#138603)
  424. * Tue Nov 9 2004 Bill Nottingham <notting@redhat.com> - 0.146-1
  425. - update pci.ids (#138233)
  426. - add Apple monitors (#138481)
  427. * Wed Oct 20 2004 Bill Nottingham <notting@redhat.com> - 0.145-1
  428. - remove ahci mappings, don't prefer it over ata_piix
  429. * Tue Oct 19 2004 Kristian Høgsberg <krh@redhat.com> - 0.144-1
  430. - update IDs for Cirrus, Trident, C&T, and S3
  431. * Tue Oct 12 2004 Bill Nottingham <notting@redhat.com> - 0.143-1
  432. - add ahci mappings to prefer it over ata_piix
  433. - map davej's ancient matrox card to vesa (#122750)
  434. * Thu Oct 7 2004 Dan Williams <dcbw@redhat.com> - 0.141-1
  435. - Add Belkin F5D6020 ver.2 (802.11b card based on Atmel chipset)
  436. * Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> - 0.140-1
  437. - include /etc/hotplug/blacklist here
  438. * Thu Sep 30 2004 Bill Nottingham <notting@redhat.com> - 0.136-1
  439. - add S3 UniChrome (#131403)
  440. - update pci.ids
  441. * Thu Sep 23 2004 Bill Nottingham <notting@redhat.com> - 0.135-1
  442. - megaraid -> megaraid_mbox
  443. * Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> - 0.134-1
  444. - map ncr53c8xx to sym53c8xx (#133181)
  445. * Fri Sep 17 2004 Bill Nottingham <notting@redhat.com> - 0.132-1
  446. - fix 3Ware 9000 mapping (#132851)
  447. * Tue Sep 14 2004 Kristian Høgsberg <krh@redhat.com> - 0.131-1
  448. - Add python script to check sorting of pci.ids
  449. * Thu Sep 9 2004 Kristian Høgsberg <krh@redhat.com> 0.131-1
  450. - Add pci ids and cards for new ATI, NVIDIA and Intel cards
  451. * Sat Sep 4 2004 Bill Nottingham <notting@redhat.com> 0.130-1
  452. - trim pcitable - now just ids/drivers
  453. * Wed Sep 1 2004 Bill Nottingham <notting@redhat.com> 0.125-1
  454. - pci.ids updates
  455. - remove updsftab.conf.*
  456. * Sun Aug 29 2004 Mike A. Harris <mharris@redhat.com> 0.124-1
  457. - Updates to pcitable/Cards for 'S3 Trio64 3D' cards. (#125866,59956)
  458. * Fri Jul 9 2004 Mike A. Harris <mharris@redhat.com> 0.123-1
  459. - Quick pcitable/Cards update for ATI Radeon and FireGL boards
  460. * Mon Jun 28 2004 Bill Nottingham <notting@redhat.com>
  461. - add Proview monitor (#125853)
  462. - add ViewSonic monitor (#126324)
  463. - add a Concord camera (#126673)
  464. * Wed Jun 23 2004 Brent Fox <bfox@redhat.com> - 0.122-1
  465. - Add Vobis monitor to MonitorsDB (bug #124151)
  466. * Wed Jun 09 2004 Dan Williams <dcbw@redhat.com> - 0.121-1
  467. - add Belkin F5D5020 10/100 PCMCIA card (#125581)
  468. * Fri May 28 2004 Bill Nottingham <notting@redhat.com>
  469. - add modem (#124663)
  470. * Mon May 24 2004 Bill Nottingham <notting@redhat.com> - 0.120-1
  471. - mainly:
  472. fix upgradelist module for CMPci cards (#123647)
  473. - also:
  474. add another wireless card (#122676)
  475. add wireless card (#122625)
  476. add 1280x800 (#121548)
  477. add 1680x1050 (#121148)
  478. add IntelligentStick (#124313)
  479. * Mon May 10 2004 Jeremy Katz <katzj@redhat.com> - 0.119-1
  480. - veth driver is iseries_veth in 2.6
  481. * Wed May 5 2004 Jeremy Katz <katzj@redhat.com> - 0.118-1
  482. - add a wireless card (#122064)
  483. - and a monitor (#121696)
  484. * Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 0.117-1
  485. - fix makefile
  486. * Thu Apr 15 2004 Bill Nottingham <notting@redhat.com> 0.116-1
  487. - move updfstab.conf here
  488. - add wireless card (#116865)
  489. - add laptop display panel (#117385)
  490. - add clipdrive (#119928)
  491. - add travelling disk (#119143)
  492. - add NEXDISK (#106782)
  493. * Thu Apr 15 2004 Brent Fox <bfox@redhat.com> 0.115-1
  494. - replace snd-es1960 driver with snd-es1968 in pcitable (bug #120729)
  495. * Mon Mar 29 2004 Bill Nottingham <notting@redhat.com> 0.114-1
  496. - fix entries pointing to Banshee (#119388)
  497. * Tue Mar 16 2004 Bill Nottingham <notting@redhat.com> 0.113-1
  498. - add a Marvell sk98lin card (#118467, <64bit_fedora@comcast.net>)
  499. * Fri Mar 12 2004 Brent Fox <bfox@redhat.com> 0.112-1
  500. - add a Sun flat panel to MonitorsDB (bug #118138)
  501. * Fri Mar 5 2004 Brent Fox <bfox@redhat.com> 0.111-1
  502. - add Samsung monitor to MonitorsDB (bug #112112)
  503. * Mon Mar 1 2004 Mike A. Harris <mharris@redhat.com> 0.110-1
  504. - Added 3Dfx Voodoo Graphics and Voodoo II entries to the Cards database, both
  505. pointing to Alan Cox's new "voodoo" driver which is now included in XFree86
  506. 4.3.0-62 and later builds in Fedora development. Mapped their PCI IDs to
  507. the new Cards entry in pcitable.
  508. - Updated the entries for 3Dfx Banshee
  509. * Mon Feb 23 2004 Bill Nottingham <notting@redhat.com> 0.109-1
  510. - pci.ids and other updates
  511. * Thu Feb 19 2004 Mike A. Harris <mharris@redhat.com> 0.108-1
  512. - Added Shamrock C407L to MonitorsDB for bug (#104920)
  513. * Thu Feb 19 2004 Mike A. Harris <mharris@redhat.com> 0.107-1
  514. - Massive Viewsonic monitor update for MonitorsDB (#84882)
  515. * Fri Feb 13 2004 John Dennis <jdennis@finch.boston.redhat.com> 0.106-1
  516. - fix typo, GP should have been HP
  517. * Thu Jan 29 2004 Bill Nottingham <notting@redhat.com> 0.105-1
  518. - many monitor updates (#114260, #114216, #113993, #113932, #113782,
  519. #113685, #113523, #111203, #107788, #106526, #63005)
  520. - add some PCMCIA cards (#113006, #112505)
  521. * Tue Jan 20 2004 Bill Nottingham <notting@redhat.com> 0.104-1
  522. - switch sound module mappings to alsa drivers
  523. * Mon Jan 19 2004 Brent Fox <bfox@redhat.com> 0.103-1
  524. - fix tab spacing
  525. * Fri Jan 16 2004 Brent Fox <bfox@redhat.com> 0.102-1
  526. - added an entry for ATI Radeon 9200SE (bug #111306)
  527. * Sun Oct 26 2003 Jeremy Katz <katzj@redhat.com> 0.101-1
  528. - add 1920x1200 Generic LCD as used on some Dell laptops (#108006)
  529. * Thu Oct 16 2003 Brent Fox <bfox@redhat.com> 0.100-1
  530. - add entry for Sun (made by Samsung) monitor (bug #107128)
  531. * Tue Sep 23 2003 Mike A. Harris <mharris@redhat.com> 0.99-1
  532. - Added entries for Radeon 9600/9600Pro/9800Pro to Cards
  533. - Fixed minor glitch in pcitable for Radeon 9500 Pro
  534. * Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 0.98-1
  535. - add VMWare display adapter pci id and map to vmware X driver
  536. * Thu Sep 11 2003 Bill Nottingham <notting@redhat.com> 0.97-1
  537. - bcm4400 -> b44
  538. * Sun Sep 7 2003 Bill Nottingham <notting@redhat.com> 0.96-1
  539. - fix provided Dell tweaks (#103892)
  540. * Fri Sep 5 2003 Bill Nottingham <notting@redhat.com> 0.95-1
  541. - Dell tweaks (#103861)
  542. * Fri Sep 5 2003 Bill Nottingham <notting@redhat.com> 0.94-1
  543. - add adaptec pci id (#100844)
  544. * Thu Sep 4 2003 Brent Fox <bfox@redhat.com> 0.93-1
  545. - add an SGI monitor for bug (#74870)
  546. * Wed Aug 27 2003 Bill Nottingham <notting@redhat.com> 0.92-1
  547. - updates from sourceforge.net pci.ids, update pcitable accordingly
  548. * Mon Aug 18 2003 Mike A. Harris <mharris@redhat.com> 0.91-1
  549. - Added HP monitors for bug (#102495)
  550. * Fri Aug 15 2003 Brent Fox <bfox@redhat.com> 0.90-1
  551. - added a sony monitor (bug #101550)
  552. * Tue Jul 15 2003 Bill Nottingham <notting@redhat.com> 0.89-1
  553. - updates from modules.pcimap
  554. * Sat Jul 12 2003 Mike A. Harris <mharris@redhat.com> 0.88-1
  555. - Update MonitorsDB for new IBM monitors from upstream XFree86 bugzilla:
  556. http://bugs.xfree86.org/cgi-bin/bugzilla/show_bug.cgi?id=459
  557. * Mon Jun 9 2003 Bill Nottingham <notting@redhat.com> 0.87-1
  558. - fusion update
  559. * Mon Jun 9 2003 Jeremy Katz <katzj@redhat.com> 0.86-1
  560. - pci id for ata_piix
  561. * Wed Jun 4 2003 Brent Fox <bfox@redhat.com> 0.85-1
  562. - correct entry for Dell P991 monitor
  563. * Tue Jun 3 2003 Bill Nottingham <notting@redhat.com> 0.84-1
  564. - fix qla2100 mapping (#91476)
  565. - add dell mappings (#84069)
  566. * Mon Jun 2 2003 John Dennis <jdennis@redhat.com>
  567. - Add new Compaq and HP monitors - bug 90570, bug 90707, bug 90575, IT 17231
  568. * Wed May 21 2003 Brent Fox <bfox@redhat.com> 0.81-1
  569. - add an entry for SiS 650 video card (bug #88271)
  570. * Wed May 21 2003 Michael Fulbright <msf@redhat.com> 0.80-1
  571. - Changed Generic monitor entries in MonitorsDB to being in LCD and CRT groups
  572. * Tue May 20 2003 Bill Nottingham <notting@redhat.com> 0.79-1
  573. - pci.ids and usb.ids updates
  574. * Tue May 6 2003 Brent Fox <bfox@redhat.com> 0.78-1
  575. - added a Samsung monitor to MonitorsDB
  576. * Fri May 2 2003 Bill Nottingham <notting@redhat.com>
  577. - add Xircom wireless airo_cs card (#90099)
  578. * Fri Apr 18 2003 Jeremy Katz <katzj@redhat.com> 0.77-1
  579. - add generic framebuffer to Cards
  580. * Mon Mar 17 2003 Mike A. Harris <mharris@redhat.com> 0.76-1
  581. - Updated MonitorsDb for Dell monitors (#86072)
  582. * Tue Feb 18 2003 Mike A. Harris <mharris@redhat.com> 0.75-1
  583. - Change savage MX and IX driver default back to "savage" for the 1.1.27t
  584. driver update
  585. * Tue Feb 18 2003 Brent Fox <bfox@redhat.com> 0.74-1
  586. - Use full resolution description for Dell laptop screens (bug #80398)
  587. * Thu Feb 13 2003 Mike A. Harris <mharris@redhat.com> 0.73-1
  588. - Updated pcitable and Cards database to fix Savage entries up a bit, and
  589. change default Savage/MX driver to 'vesa' as it is hosed and with no sign
  590. of working in time for 4.3.0. Fixes (#72476,80278,80346,80423,82394)
  591. * Wed Feb 12 2003 Brent Fox <bfox@redhat.com> 0.72-1
  592. - slightly alter the sync rates for the Dell 1503FP (bug #84123)
  593. * Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.71-1
  594. - large pcitable and pci.ids updates
  595. - more tg3, e100
  596. * Mon Feb 10 2003 Mike A. Harris <mharris@redhat.com> 0.69-1
  597. - Updated pcitable and Cards database for new Intel i852/i855/i865 support
  598. * Mon Feb 10 2003 Mike A. Harris <mharris@redhat.com> 0.68-1
  599. - Massive update of all ATI video hardware PCI IDs in pcitable and a fair
  600. number of additions and corrections to the Cards database as well
  601. * Wed Jan 29 2003 Brent Fox <bfox@redhat.com> 0.67-1
  602. - change refresh rates of sny0000 monitors to use a low common denominator
  603. * Wed Jan 29 2003 Bill Nottingham <notting@redhat.com> 0.66-1
  604. - don't force DRI off on R200 (#82957)
  605. * Fri Jan 24 2003 Mike A. Harris <mharris@redhat.com> 0.65-1
  606. - Added Card:S3 Trio64V2 (Unsupported RAMDAC) entry to pcitable, pci.ids, and
  607. Cards database to default this particular variant to "vesa" driver (#81659)
  608. * Thu Jan 2 2003 Bill Nottingham <notting@redhat.com> 0.64-1
  609. - pci.ids and associated pcitable updates
  610. * Sun Dec 29 2002 Mike A. Harris <mharris@redhat.com> 0.63-1
  611. - Updates for GeForce 2 Go, GeForce 4 (#80209)
  612. * Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.62-2
  613. - fix Cards for NatSemi Geode
  614. * Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.62-1
  615. - use e100 instead of eepro100 for pcmcia
  616. * Mon Nov 25 2002 Mike A. Harris <mharris@redhat.com>
  617. - Complete reconstruction of all Neomagic hardware entries in Cards
  618. database to reflect current XFree86, as well as pcitable update,
  619. and submitted cleaned up entries to sourceforge
  620. * Mon Nov 4 2002 Bill Nottingham <notting@redhat.com> 0.61-1
  621. - move pcmcia config file here
  622. - sort MonitorsDB, add some entries, remove dups
  623. - switch some network driver mappings
  624. * Tue Sep 24 2002 Bill Nottingham <notting@redhat.com> 0.48-1
  625. - broadcom 5704 mapping
  626. - aic79xx (#73781)
  627. * Thu Sep 5 2002 Bill Nottingham <notting@redhat.com> 0.47-1
  628. - pci.ids updates
  629. - add msw's wireless card
  630. * Tue Sep 3 2002 Jeremy Katz <katzj@redhat.com> 0.46-1
  631. - Card entries in pcitable need matching in Cards
  632. * Sun Sep 1 2002 Mike A. Harris <mharris@redhat.com> 0.45-1
  633. - Update G450 entry in Cards
  634. * Tue Aug 13 2002 Bill Nottingham <notting@redhat.com> 0.44-1
  635. - fix some of the Dell entries
  636. - add cardbus controller id (#71198)
  637. - add audigy mapping
  638. - add NEC monitor (#71320)
  639. * Tue Aug 13 2002 Preston Brown <pbrown@redhat.com> 0.43-1
  640. - pci.id for SMC wireless PCI card (#67346)
  641. * Sat Aug 10 2002 Mike A. Harris <mharris@redhat.com> 0.42-1
  642. - Change default driver for old S3 based "Miro" card for bug (#70743)
  643. * Fri Aug 9 2002 Preston Brown <pbrown@redhat.com> 0.41-1
  644. - fix tabs in pci.ids
  645. - Change pci ids for the PowerEdge 4 series again...
  646. * Tue Aug 6 2002 Preston Brown <pbrown@redhat.com> 0.39-1
  647. - Dell PERC and SCSI pci.id additions
  648. * Tue Aug 6 2002 Mike A. Harris <mharris@redhat.com> 0.38-1
  649. - Removed and/or invalid entries from Cards database BLOCKER (#70802)
  650. * Mon Aug 5 2002 Mike A. Harris <mharris@redhat.com> 0.37-1
  651. - Changed Matrox G450 driver default options to fix bug (#66697)
  652. - Corrected S3 Trio64V2 bug in Cards file (#66492)
  653. * Tue Jul 30 2002 Bill Nottingham <notting@redhat.com> 0.36-1
  654. - tweaks for Dell Remote Assisstant cards (#60376)
  655. * Fri Jul 26 2002 Mike A. Harris <mharris@redhat.com> 0.35-1
  656. - Updated Cards db for CT69000
  657. - Various ATI cleanups and additions to Cards and pcitable
  658. - Updated S3 Trio3D to default to "vesa" driver (#59956)
  659. * Tue Jul 23 2002 Bill Nottingham <notting@redhat.com> 0.33-1
  660. - Eizo monitor updates (#56080, <triad@df.lth.se>)
  661. - pci.ids updates, corresponding pcitable updates
  662. - pcilint for pcitable
  663. * Fri Jun 28 2002 Bill Nottingham <notting@redhat.com> 0.32-1
  664. - switch de4x5 back to tulip
  665. * Mon Jun 24 2002 Mike A. Harris <mharris@redhat.com> 0.31-1
  666. - Modified ATI entries in pcitable to be able to autodetect the FireGL 8700
  667. and FireGL 8800 which both have the same ID, but different subdevice ID's.
  668. Added entries to Cards database for the 8700/8800 as well.
  669. * Tue May 28 2002 Mike A. Harris <mharris@redhat.com> 0.30-1
  670. - Reconfigured Cards database to default to XFree86 4.x for ALL video
  671. hardware, since 3.3.6 support is being removed. Video cards not
  672. supported natively by 4.x will be changed to use the vesa or vga
  673. driver, or completely removed as unsupported.
  674. * Wed Apr 17 2002 Michael Fulbright <msf@redhat.com> 0.14-1
  675. - another megaraid variant
  676. * Mon Apr 15 2002 Michael Fulbright <msf@redhat.com> 0.13-1
  677. - fix monitor entry for Dell 1600X Laptop Display Panel
  678. * Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 0.13-1
  679. - more aacraid
  680. * Tue Apr 9 2002 Bill Nottingham <notting@redhat.com> 0.12-1
  681. - another 3ware, another megaraid
  682. * Fri Apr 5 2002 Mike A. Harris <mharris@redhat.com> 0.11-1
  683. - Added commented out line for some Radeon 7500 cards to Cards database.
  684. * Tue Apr 2 2002 Mike A. Harris <mharris@redhat.com> 0.10-1
  685. - Fixed i830 entry to use driver "i810" not "i830" which doesn't exist
  686. * Mon Apr 1 2002 Bill Nottingham <notting@redhat.com> 0.9-1
  687. - fix rebuild (#62459)
  688. - SuperSavage ids (#62101)
  689. - updates from pci.ids
  690. * Mon Mar 18 2002 Bill Nottingham <notting@redhat.com> 0.8-2
  691. - fix errant space (#61363)
  692. * Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 0.8-1
  693. - nVidia updates
  694. * Wed Mar 13 2002 Bill Nottingham <notting@redhat.com> 0.7-1
  695. - lots of pcitable updates
  696. * Tue Mar 5 2002 Mike A. Harris <mharris@redhat.com> 0.6-1
  697. - Updated Cards database
  698. * Mon Mar 4 2002 Mike A. Harris <mharris@redhat.com> 0.5-1
  699. - Built new package with updated database files for rawhide.
  700. * Fri Feb 22 2002 Bill Nottingham <notting@redhat.com> 0.3-1
  701. - return of XFree86-3.3.x
  702. * Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 0.1-1
  703. - initial build