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