root/morphix/trunk/hwdata-morphix/hwdata.spec

Revision 2, 16.4 kB (checked in by nextime, 2 years ago)

Initial import, branching from morphix svn

Line 
1 Name: hwdata
2 Summary: Hardware identification and configuration data
3 Version: 0.159
4 Release: 1
5 License: GPL/MIT
6 Group: System Environment/Base
7 Source: hwdata-%{version}.tar.gz
8 BuildArch: noarch
9 Conflicts: Xconfigurator < 4.9.42-1, kernel-pcmcia-cs < 3.1.31-11, kudzu < 1.1.86
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11
12 %description
13 hwdata contains various hardware identification and configuration data,
14 such as the pci.ids database, the X.org Cards and MonitorsDb databases.
15
16 %prep
17
18 %setup -q
19
20 %install
21 rm -rf $RPM_BUILD_ROOT
22 make install DESTDIR=$RPM_BUILD_ROOT
23
24 %clean
25 rm -rf $RPM_BUILD_ROOT
26
27 %files
28 %defattr(-,root,root)
29 %doc LICENSE COPYING
30 %dir /usr/share/hwdata
31 %dir /etc/pcmcia
32 %config(noreplace) /etc/hotplug/blacklist
33 %config /etc/pcmcia/config
34 %config /usr/share/hwdata/*
35 # This file is screaming to be moved into /usr/share/hwdata sometime <g>
36 /usr/X11R6/lib/X11/Cards
37
38 %changelog
39 * Wed Jun 22 2005 Bill Nottingham <notting@redhat.com> - 0.159-1
40 - pcitable: make branding happy (#160047)
41 - Cards: add required blank line (#157972)
42 - add some monitors
43 - add JVC CD-ROM (#160907, <richard@rsk.demon.co.uk>)
44 - add hisax stuff to blacklist (#154799, #159068)
45
46 * Mon May 16 2005 Bill Nottingham <notting@redhat.com> - 0.158-1
47 - add a orinoco card (#157482)
48
49 * Thu May  5 2005 Jeremy Katz <katzj@redhat.com> - 0.157-1
50 - add 20" Apple Cinema Display
51
52 * Sun Apr 10 2005 Mike A. Harris <mharris@redhat.com> 0.156-1
53 - Update SiS entries in Cards/pcitable to match what Xorg X11 6.8.2 supports
54
55 * Wed Mar 30 2005 Dan Williams <dcbw@redhat.com> 0.155-1
56 - Add a boatload of BenQ, Acer, Sony, NEC, Mitsubishi, and Dell monitors
57
58 * Wed Mar 30 2005 Dan Williams <dcbw@redhat.com> 0.154-1
59 - Add Typhoon Speednet Wireless PCMCIA Card mapping to atmel_cs driver
60
61 * Mon Mar 28 2005 Bill Nottingham <notting@redhat.com> 0.153-1
62 - update the framebuffer blacklist
63
64 * Wed Mar  9 2005 Bill Nottingham <notting@redhat.com> 0.152-1
65 - fix qlogic driver mappings, add upgradelist mappings for the modules
66   that changed names (#150621)
67
68 * Wed Mar  2 2005 Mike A. Harris <mharris@redhat.com> 0.151-1
69 - Added one hundred billion new nvidia PCI IDs to pcitable and Cards to
70   synchronize it with X.Org X11 6.8.2.  (#140601)
71
72 * Tue Jan 11 2005 Dan Williams <dcbw@redhat.com> - 0.150-1
73 - Add Dell UltraSharp 1704FPV (Analog & Digital)
74
75 * Sun Nov 21 2004 Bill Nottingham <notting@redhat.com> - 0.148-1
76 - add Amptron monitors (#139142)
77
78 * Wed Nov 10 2004 Bill Nottingham <notting@redhat.com> - 0.147-1
79 - update usb.ids (#138533)
80 - migrate dpt_i2o to i2o_block (#138603)
81
82 * Tue Nov  9 2004 Bill Nottingham <notting@redhat.com> - 0.146-1
83 - update pci.ids (#138233)
84 - add Apple monitors (#138481)
85
86 * Wed Oct 20 2004 Bill Nottingham <notting@redhat.com> - 0.145-1
87 - remove ahci mappings, don't prefer it over ata_piix
88
89 * Tue Oct 19 2004 Kristian HÞgsberg <krh@redhat.com> - 0.144-1
90 - update IDs for Cirrus, Trident, C&T, and S3
91
92 * Tue Oct 12 2004 Bill Nottingham <notting@redhat.com> - 0.143-1
93 - add ahci mappings to prefer it over ata_piix
94 - map davej's ancient matrox card to vesa (#122750)
95
96 * Thu Oct  7 2004 Dan Williams <dcbw@redhat.com> - 0.141-1
97 - Add Belkin F5D6020 ver.2 (802.11b card based on Atmel chipset)
98
99 * Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> - 0.140-1
100 - include /etc/hotplug/blacklist here
101
102 * Thu Sep 30 2004 Bill Nottingham <notting@redhat.com> - 0.136-1
103 - add S3 UniChrome (#131403)
104 - update pci.ids
105
106 * Thu Sep 23 2004 Bill Nottingham <notting@redhat.com> - 0.135-1
107 - megaraid -> megaraid_mbox
108
109 * Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> - 0.134-1
110 - map ncr53c8xx to sym53c8xx (#133181)
111
112 * Fri Sep 17 2004 Bill Nottingham <notting@redhat.com> - 0.132-1
113 - fix 3Ware 9000 mapping (#132851)
114
115 * Tue Sep 14 2004 Kristian HÞgsberg <krh@redhat.com> - 0.131-1
116 - Add python script to check sorting of pci.ids
117
118 * Thu Sep  9 2004 Kristian HÞgsberg <krh@redhat.com> 0.131-1
119 - Add pci ids and cards for new ATI, NVIDIA and Intel cards
120
121 * Sat Sep  4 2004 Bill Nottingham <notting@redhat.com> 0.130-1
122 - trim pcitable - now just ids/drivers
123
124 * Wed Sep  1 2004 Bill Nottingham <notting@redhat.com> 0.125-1
125 - pci.ids updates
126 - remove updsftab.conf.*
127
128 * Sun Aug 29 2004 Mike A. Harris <mharris@redhat.com>  0.124-1
129 - Updates to pcitable/Cards for 'S3 Trio64 3D' cards. (#125866,59956)
130
131 * Fri Jul  9 2004 Mike A. Harris <mharris@redhat.com>  0.123-1
132 - Quick pcitable/Cards update for ATI Radeon and FireGL boards
133
134 * Mon Jun 28 2004 Bill Nottingham <notting@redhat.com>
135 - add Proview monitor (#125853)
136 - add ViewSonic monitor (#126324)
137 - add a Concord camera (#126673)
138
139 * Wed Jun 23 2004 Brent Fox <bfox@redhat.com> - 0.122-1
140 - Add Vobis monitor to MonitorsDB (bug #124151)
141
142 * Wed Jun 09 2004 Dan Williams <dcbw@redhat.com> - 0.121-1
143 - add Belkin F5D5020 10/100 PCMCIA card (#125581)
144
145 * Fri May 28 2004 Bill Nottingham <notting@redhat.com>
146 - add modem (#124663)
147
148 * Mon May 24 2004 Bill Nottingham <notting@redhat.com> - 0.120-1
149 - mainly:
150   fix upgradelist module for CMPci cards (#123647)
151 - also:
152   add another wireless card (#122676)
153   add wireless card (#122625)
154   add 1280x800 (#121548)
155   add 1680x1050 (#121148)
156   add IntelligentStick (#124313)
157
158 * Mon May 10 2004 Jeremy Katz <katzj@redhat.com> - 0.119-1
159 - veth driver is iseries_veth in 2.6
160
161 * Wed May  5 2004 Jeremy Katz <katzj@redhat.com> - 0.118-1
162 - add a wireless card (#122064)
163 - and a monitor (#121696)
164
165 * Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 0.117-1
166 - fix makefile
167
168 * Thu Apr 15 2004 Bill Nottingham <notting@redhat.com> 0.116-1
169 - move updfstab.conf here
170 - add wireless card (#116865)
171 - add laptop display panel (#117385)
172 - add clipdrive (#119928)
173 - add travelling disk (#119143)
174 - add NEXDISK (#106782)
175
176 * Thu Apr 15 2004 Brent Fox <bfox@redhat.com> 0.115-1
177 - replace snd-es1960 driver with snd-es1968 in pcitable (bug #120729)
178
179 * Mon Mar 29 2004 Bill Nottingham <notting@redhat.com> 0.114-1
180 - fix entries pointing to Banshee (#119388)
181
182 * Tue Mar 16 2004 Bill Nottingham <notting@redhat.com> 0.113-1
183 - add a Marvell sk98lin card (#118467, <64bit_fedora@comcast.net>)
184
185 * Fri Mar 12 2004 Brent Fox <bfox@redhat.com> 0.112-1
186 - add a Sun flat panel to MonitorsDB (bug #118138)
187
188 * Fri Mar  5 2004 Brent Fox <bfox@redhat.com> 0.111-1
189 - add Samsung monitor to MonitorsDB (bug #112112)
190
191 * Mon Mar  1 2004 Mike A. Harris <mharris@redhat.com> 0.110-1
192 - Added 3Dfx Voodoo Graphics and Voodoo II entries to the Cards database, both
193   pointing to Alan Cox's new "voodoo" driver which is now included in XFree86
194   4.3.0-62 and later builds in Fedora development.  Mapped their PCI IDs to
195   the new Cards entry in pcitable.
196 - Updated the entries for 3Dfx Banshee
197
198 * Mon Feb 23 2004 Bill Nottingham <notting@redhat.com> 0.109-1
199 - pci.ids and other updates
200
201 * Thu Feb 19 2004 Mike A. Harris <mharris@redhat.com> 0.108-1
202 - Added Shamrock C407L to MonitorsDB for bug (#104920)
203
204 * Thu Feb 19 2004 Mike A. Harris <mharris@redhat.com> 0.107-1
205 - Massive Viewsonic monitor update for MonitorsDB (#84882)
206
207 * Fri Feb 13 2004 John Dennis <jdennis@finch.boston.redhat.com> 0.106-1
208 - fix typo, GP should have been HP
209
210 * Thu Jan 29 2004 Bill Nottingham <notting@redhat.com> 0.105-1
211 - many monitor updates (#114260, #114216, #113993, #113932, #113782,
212   #113685, #113523, #111203, #107788, #106526, #63005)
213 - add some PCMCIA cards (#113006, #112505)
214
215 * Tue Jan 20 2004 Bill Nottingham <notting@redhat.com> 0.104-1
216 - switch sound module mappings to alsa drivers
217
218 * Mon Jan 19 2004 Brent Fox <bfox@redhat.com> 0.103-1
219 - fix tab spacing
220
221 * Fri Jan 16 2004 Brent Fox <bfox@redhat.com> 0.102-1
222 - added an entry for ATI Radeon 9200SE (bug #111306)
223
224 * Sun Oct 26 2003 Jeremy Katz <katzj@redhat.com> 0.101-1
225 - add 1920x1200 Generic LCD as used on some Dell laptops (#108006)
226
227 * Thu Oct 16 2003 Brent Fox <bfox@redhat.com> 0.100-1
228 - add entry for Sun (made by Samsung) monitor (bug #107128)
229
230 * Tue Sep 23 2003 Mike A. Harris <mharris@redhat.com> 0.99-1
231 - Added entries for Radeon 9600/9600Pro/9800Pro to Cards
232 - Fixed minor glitch in pcitable for Radeon 9500 Pro
233
234 * Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 0.98-1
235 - add VMWare display adapter pci id and map to vmware X driver
236
237 * Thu Sep 11 2003 Bill Nottingham <notting@redhat.com> 0.97-1
238 - bcm4400 -> b44
239
240 * Sun Sep  7 2003 Bill Nottingham <notting@redhat.com> 0.96-1
241 - fix provided Dell tweaks (#103892)
242
243 * Fri Sep  5 2003 Bill Nottingham <notting@redhat.com> 0.95-1
244 - Dell tweaks (#103861)
245
246 * Fri Sep  5 2003 Bill Nottingham <notting@redhat.com> 0.94-1
247 - add adaptec pci id (#100844)
248
249 * Thu Sep  4 2003 Brent Fox <bfox@redhat.com> 0.93-1
250 - add an SGI monitor for bug (#74870)
251
252 * Wed Aug 27 2003 Bill Nottingham <notting@redhat.com> 0.92-1
253 - updates from sourceforge.net pci.ids, update pcitable accordingly
254
255 * Mon Aug 18 2003 Mike A. Harris <mharris@redhat.com> 0.91-1
256 - Added HP monitors for bug (#102495)
257
258 * Fri Aug 15 2003 Brent Fox <bfox@redhat.com> 0.90-1
259 - added a sony monitor (bug #101550)
260
261 * Tue Jul 15 2003 Bill Nottingham <notting@redhat.com> 0.89-1
262 - updates from modules.pcimap
263
264 * Sat Jul 12 2003 Mike A. Harris <mharris@redhat.com> 0.88-1
265 - Update MonitorsDB for new IBM monitors from upstream XFree86 bugzilla:
266   http://bugs.xfree86.org/cgi-bin/bugzilla/show_bug.cgi?id=459
267
268 * Mon Jun  9 2003 Bill Nottingham <notting@redhat.com> 0.87-1
269 - fusion update
270
271 * Mon Jun  9 2003 Jeremy Katz <katzj@redhat.com> 0.86-1
272 - pci id for ata_piix
273
274 * Wed Jun  4 2003 Brent Fox <bfox@redhat.com> 0.85-1
275 - correct entry for Dell P991 monitor
276
277 * Tue Jun  3 2003 Bill Nottingham <notting@redhat.com> 0.84-1
278 - fix qla2100 mapping (#91476)
279 - add dell mappings (#84069)
280
281 * Mon Jun  2 2003 John Dennis <jdennis@redhat.com>
282 - Add new Compaq and HP monitors - bug 90570, bug 90707, bug 90575, IT 17231
283
284 * Wed May 21 2003 Brent Fox <bfox@redhat.com> 0.81-1
285 - add an entry for SiS 650 video card (bug #88271)
286
287 * Wed May 21 2003 Michael Fulbright <msf@redhat.com> 0.80-1
288 - Changed Generic monitor entries in MonitorsDB to being in LCD and CRT groups
289
290 * Tue May 20 2003 Bill Nottingham <notting@redhat.com> 0.79-1
291 - pci.ids and usb.ids updates
292
293 * Tue May  6 2003 Brent Fox <bfox@redhat.com> 0.78-1
294 - added a Samsung monitor to MonitorsDB
295
296 * Fri May  2 2003 Bill Nottingham <notting@redhat.com>
297 - add Xircom wireless airo_cs card (#90099)
298
299 * Fri Apr 18 2003 Jeremy Katz <katzj@redhat.com> 0.77-1
300 - add generic framebuffer to Cards
301
302 * Mon Mar 17 2003 Mike A. Harris <mharris@redhat.com> 0.76-1
303 - Updated MonitorsDb for Dell monitors (#86072)
304
305 * Tue Feb 18 2003 Mike A. Harris <mharris@redhat.com> 0.75-1
306 - Change savage MX and IX driver default back to "savage" for the 1.1.27t
307   driver update
308  
309 * Tue Feb 18 2003 Brent Fox <bfox@redhat.com> 0.74-1
310 - Use full resolution description for Dell laptop screens (bug #80398)
311
312 * Thu Feb 13 2003 Mike A. Harris <mharris@redhat.com> 0.73-1
313 - Updated pcitable and Cards database to fix Savage entries up a bit, and
314   change default Savage/MX driver to 'vesa' as it is hosed and with no sign
315   of working in time for 4.3.0.  Fixes (#72476,80278,80346,80423,82394)
316
317 * Wed Feb 12 2003 Brent Fox <bfox@redhat.com> 0.72-1
318 - slightly alter the sync rates for the Dell 1503FP (bug #84123)
319
320 * Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.71-1
321 - large pcitable and pci.ids updates
322 - more tg3, e100
323
324 * Mon Feb 10 2003 Mike A. Harris <mharris@redhat.com> 0.69-1
325 - Updated pcitable and Cards database for new Intel i852/i855/i865 support
326
327 * Mon Feb 10 2003 Mike A. Harris <mharris@redhat.com> 0.68-1
328 - Massive update of all ATI video hardware PCI IDs in pcitable and a fair
329   number of additions and corrections to the Cards database as well
330  
331 * Wed Jan 29 2003 Brent Fox <bfox@redhat.com> 0.67-1
332 - change refresh rates of sny0000 monitors to use a low common denominator
333
334 * Wed Jan 29 2003 Bill Nottingham <notting@redhat.com> 0.66-1
335 - don't force DRI off on R200 (#82957)
336
337 * Fri Jan 24 2003 Mike A. Harris <mharris@redhat.com> 0.65-1
338 - Added Card:S3 Trio64V2 (Unsupported RAMDAC) entry to pcitable, pci.ids, and
339   Cards database to default this particular variant to "vesa" driver (#81659)
340
341 * Thu Jan  2 2003 Bill Nottingham <notting@redhat.com> 0.64-1
342 - pci.ids and associated pcitable updates
343
344 * Sun Dec 29 2002 Mike A. Harris <mharris@redhat.com> 0.63-1
345 - Updates for GeForce 2 Go, GeForce 4 (#80209)
346
347 * Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.62-2
348 - fix Cards for NatSemi Geode
349
350 * Thu Dec 12 2002 Jeremy Katz <katzj@redhat.com> 0.62-1
351 - use e100 instead of eepro100 for pcmcia
352
353 * Mon Nov 25 2002 Mike A. Harris <mharris@redhat.com>
354 - Complete reconstruction of all Neomagic hardware entries in Cards
355   database to reflect current XFree86, as well as pcitable update,
356   and submitted cleaned up entries to sourceforge
357
358 * Mon Nov  4 2002 Bill Nottingham <notting@redhat.com> 0.61-1
359 - move pcmcia config file here
360 - sort MonitorsDB, add some entries, remove dups
361 - switch some network driver mappings
362
363 * Tue Sep 24 2002 Bill Nottingham <notting@redhat.com> 0.48-1
364 - broadcom 5704 mapping
365 - aic79xx (#73781)
366
367 * Thu Sep  5 2002 Bill Nottingham <notting@redhat.com> 0.47-1
368 - pci.ids updates
369 - add msw's wireless card
370
371 * Tue Sep  3 2002 Jeremy Katz <katzj@redhat.com> 0.46-1
372 - Card entries in pcitable need matching in Cards
373
374 * Sun Sep  1 2002 Mike A. Harris <mharris@redhat.com> 0.45-1
375 - Update G450 entry in Cards
376
377 * Tue Aug 13 2002 Bill Nottingham <notting@redhat.com> 0.44-1
378 - fix some of the Dell entries
379 - add cardbus controller id (#71198)
380 - add audigy mapping
381 - add NEC monitor (#71320)
382
383 * Tue Aug 13 2002 Preston Brown <pbrown@redhat.com> 0.43-1
384 - pci.id for SMC wireless PCI card (#67346)
385
386 * Sat Aug 10 2002 Mike A. Harris <mharris@redhat.com> 0.42-1
387 - Change default driver for old S3 based "Miro" card for bug (#70743)
388
389 * Fri Aug  9 2002 Preston Brown <pbrown@redhat.com> 0.41-1
390 - fix tabs in pci.ids
391 - Change pci ids for the PowerEdge 4 series again...
392
393 * Tue Aug  6 2002 Preston Brown <pbrown@redhat.com> 0.39-1
394 - Dell PERC and SCSI pci.id additions
395
396 * Tue Aug  6 2002 Mike A. Harris <mharris@redhat.com> 0.38-1
397 - Removed and/or invalid entries from Cards database BLOCKER (#70802)
398
399 * Mon Aug  5 2002 Mike A. Harris <mharris@redhat.com> 0.37-1
400 - Changed Matrox G450 driver default options to fix bug (#66697)
401 - Corrected S3 Trio64V2 bug in Cards file (#66492)
402
403 * Tue Jul 30 2002 Bill Nottingham <notting@redhat.com> 0.36-1
404 - tweaks for Dell Remote Assisstant cards (#60376)
405
406 * Thu Jul 26 2002 Mike A. Harris <mharris@redhat.com> 0.35-1
407 - Updated Cards db for CT69000
408 - Various ATI cleanups and additions to Cards and pcitable
409 - Updated S3 Trio3D to default to "vesa" driver (#59956)
410
411 * Tue Jul 23 2002 Bill Nottingham <notting@redhat.com> 0.33-1
412 - Eizo monitor updates (#56080, <triad@df.lth.se>)
413 - pci.ids updates, corresponding pcitable updates
414 - pcilint for pcitable
415
416 * Fri Jun 28 2002 Bill Nottingham <notting@redhat.com> 0.32-1
417 - switch de4x5 back to tulip
418
419 * Mon Jun 24 2002 Mike A. Harris <mharris@redhat.com> 0.31-1
420 - Modified ATI entries in pcitable to be able to autodetect the FireGL 8700
421   and FireGL 8800 which both have the same ID, but different subdevice ID's.
422   Added entries to Cards database for the 8700/8800 as well.
423
424 * Tue May 28 2002 Mike A. Harris <mharris@redhat.com> 0.30-1
425 - Reconfigured Cards database to default to XFree86 4.x for ALL video
426   hardware, since 3.3.6 support is being removed.  Video cards not
427   supported natively by 4.x will be changed to use the vesa or vga
428   driver, or completely removed as unsupported.
429
430 * Tue Apr 17 2002 Michael Fulbright <msf@redhat.com> 0.14-1
431 - another megaraid variant
432
433 * Mon Apr 15 2002 Michael Fulbright <msf@redhat.com> 0.13-1
434 - fix monitor entry for Dell 1600X Laptop Display Panel
435
436 * Fri Apr 12 2002 Bill Nottingham <notting@redhat.com> 0.13-1
437 - more aacraid
438
439 * Tue Apr  9 2002 Bill Nottingham <notting@redhat.com> 0.12-1
440 - another 3ware, another megaraid
441
442 * Fri Apr  5 2002 Mike A. Harris <mharris@redhat.com> 0.11-1
443 - Added commented out line for some Radeon 7500 cards to Cards database.
444
445 * Tue Apr  2 2002 Mike A. Harris <mharris@redhat.com> 0.10-1
446 - Fixed i830 entry to use driver "i810" not "i830" which doesn't exist
447
448 * Mon Apr  1 2002 Bill Nottingham <notting@redhat.com> 0.9-1
449 - fix rebuild (#62459)
450 - SuperSavage ids (#62101)
451 - updates from pci.ids
452
453 * Mon Mar 18 2002 Bill Nottingham <notting@redhat.com> 0.8-2
454 - fix errant space (#61363)
455
456 * Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 0.8-1
457 - nVidia updates
458
459 * Wed Mar 13 2002 Bill Nottingham <notting@redhat.com> 0.7-1
460 - lots of pcitable updates
461
462 * Tue Mar  5 2002 Mike A. Harris <mharris@redhat.com> 0.6-1
463 - Updated Cards database
464
465 * Mon Mar  4 2002 Mike A. Harris <mharris@redhat.com> 0.5-1
466 - Built new package with updated database files for rawhide.
467
468 * Fri Feb 22 2002 Bill Nottingham <notting@redhat.com> 0.3-1
469 - return of XFree86-3.3.x
470
471 * Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 0.1-1
472 - initial build
Note: See TracBrowser for help on using the browser.