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