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