Author: charles Date: Mon Oct 17 02:27:17 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.2.9 - updated BR, R - removed outdated -gcc295.patch, cut changelog
---- Files affected: SPECS: kudzu.spec (1.31 -> 1.32) ---- Diffs: ================================================================ Index: SPECS/kudzu.spec diff -u SPECS/kudzu.spec:1.31 SPECS/kudzu.spec:1.32 --- SPECS/kudzu.spec:1.31 Sun Oct 2 22:07:52 2005 +++ SPECS/kudzu.spec Mon Oct 17 04:27:11 2005 @@ -2,29 +2,26 @@ Summary: Hardware probing tool developed by Red Hat Summary(pl): Narzędzie do wykrywania sprzętu rozwijane przez Red Hata Name: kudzu -Version: 1.1.113 +Version: 1.2.9 Release: 1 License: GPL Group: Applications/System # from ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/%{name}-%{version}.src.rpm Source0: %{name}-%{version}.tar.gz -# Source0-md5: 1ddb17d337ee213ba28b68bd76c07aaf +# Source0-md5: a6deca3cf1ee269c5825e627d35ef760 Source1: %{name}.init Patch0: %{name}-nopython.patch -Patch1: %{name}-gcc295.patch URL: http://rhlinux.redhat.com/kudzu/ BuildRequires: gettext-devel -BuildRequires: newt-devel -BuildRequires: pciutils-devel >= 2.1.99 -%ifarch s390 s390x -BuildRequires: perl-base -%endif +BuildRequires: pciutils-devel >= 2.2.0-4 BuildRequires: popt-devel BuildRequires: python-devel -PreReq: modutils >= 2.3.11-5 +BuildRequires: rpm-pythonprov +BuildRequires: sed >= 4.0 %pyrequires_eq python-libs -Requires: hwdata -Requires: pam >= 0.74-17 +Requires: hwdata >= 0.169 +Requires: module-init-tools +Requires: pam >= 0.75 %ifarch ia64 Requires: /usr/sbin/eepro100-diag %endif @@ -73,15 +70,15 @@ %prep %setup -q %patch0 -p1 -b .nopython -%patch1 -p1 install %{SOURCE1} . mv -f po/eu{_ES,}.po rm -f po/no.po # hack: do not start kudzu on s390/s390x on bootup %ifarch s390 s390x -perl -pi -e "s/345/-/g" kudzu.init +%{__sed} -i "s/345/-/g" kudzu.init %endif +%{__sed} -i 's/-Wl,-Bstatic -lpopt/-lpopt -Wl,-Bstatic/' Makefile %build ln -s `pwd` kudzu @@ -139,9 +136,13 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc README hwconf-description +%attr(755,root,root) /sbin/kudzu %attr(755,root,root) %{_sbindir}/kudzu %attr(755,root,root) %{_sbindir}/module_upgrade %attr(755,root,root) %{_sbindir}/fix-mouse-psaux +%ifarch %{ix86} ppc +%attr(755,root,root) %{_sbindir}/ddcprobe +%endif %{_mandir}/man8/* %{py_sitedir}/kudzu.py* %attr(755,root,root) %{py_sitedir}/_kudzumodule.so @@ -163,6 +164,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32 2005/10/17 02:27:11 charles +- updated to 1.2.9 +- updated BR, R +- removed outdated -gcc295.patch, cut changelog + Revision 1.31 2005/10/02 20:07:52 arekm - rel 1 @@ -254,628 +260,3 @@ Revision 1.2 2002/08/18 20:31:17 ggodlewski - updated, adaptarized - -* Thu Aug 15 2002 Bill Nottingham <[EMAIL PROTECTED]> 0.99.64-2 -- rebuild against new newt - -* Tue Aug 13 2002 Bill Nottingham <[EMAIL PROTECTED]> 0.99.64-1 -- fix firewire probe -- fix firewire mapping in python module - -* Mon Jul 29 2002 Bill Nottingham <[EMAIL PROTECTED]> 0.99.63-4 -- add missing header - -* Wed Jul 24 2002 Bill Nottingham <[EMAIL PROTECTED]> 0.99.63-1 -- USB printer config support - -* Tue Jul 23 2002 Bill Nottingham <[EMAIL PROTECTED]> 0.99.62-1 -- printer config support - -* Mon Jul 22 2002 Bill Nottingham <[EMAIL PROTECTED]> 0.99.61-1 -- kill Xconfigurator support, add redhat-config-xfree86 support - -* Sun Jul 21 2002 Bill Nottingham <[EMAIL PROTECTED]> 0.99.60-1 -- firewire controller support (#65386, <[EMAIL PROTECTED]>) -- minimal firewire bus probing - -* Wed Jul 17 2002 Bill Nottingham <[EMAIL PROTECTED]> 0.99.59-1 -- fix fix for #66652 -- fix serial console support - -* Thu Jul 11 2002 Bill Nottingham <[EMAIL PROTECTED]> 0.99.57-1 -- fix assorted brokenness in the DDC probing - -* Thu Jul 11 2002 Erik Troan <[EMAIL PROTECTED]> 0.99.56-1 -- collapsed jaz/zip entries into consistent /mnt/jaz, /mnt/zip mount points - -* Sun Jul 07 2002 Erik Troan <[EMAIL PROTECTED]> -- added CAMERA search string for updfstab (Minolta S304, at least) - -* Thu Jun 27 2002 Bill Nottingham <[EMAIL PROTECTED]> 0.99.55-1 -- don't initialize full device lists on all probes (<[EMAIL PROTECTED]>) - -* Wed Jun 19 2002 Bill Nottingham <[EMAIL PROTECTED]> 0.99.54-1 -- more modules.pcimap blacklisting (#66652) - -* Mon Jun 17 2002 Bill Nottingham <[EMAIL PROTECTED]> -- rebuild against new slang - -* Wed Apr 17 2002 Bill Nottingham <[EMAIL PROTECTED]> -- fix uninitialized variable (#63664) - -* Mon Apr 15 2002 Bill Nottingham <[EMAIL PROTECTED]> -- fix segfault in pciserial code - -* Sat Apr 6 2002 Bill Nottingham <[EMAIL PROTECTED]> -- set buffering for reading /proc/partitions (#61617, #56815) - -* Tue Apr 2 2002 Bill Nottingham <[EMAIL PROTECTED]> -- add support for USB2 (ehci-hcd) -- add device entries for *all* usb interfaces, not just the first (#52758) - -* Thu Mar 21 2002 Bill Nottingham <[EMAIL PROTECTED]> -- fix various ethernet device removal bugs (#61169) - -* Fri Feb 22 2002 Bill Nottingham <[EMAIL PROTECTED]> -- rebuild - -* Thu Jan 31 2002 Bill Nottingham <[EMAIL PROTECTED]> -- quick hack - -* Wed Jan 30 2002 Bill Nottingham <[EMAIL PROTECTED]> -- require hwdata, tweak paths accordingly -- require eepro100-diag on ia64 - -* Tue Jan 15 2002 Bill Nottingham <[EMAIL PROTECTED]> -- rename config file to updfstab.conf - -* Mon Jan 07 2002 Erik Troan <[EMAIL PROTECTED]> -- updated updfstab to use a config file - -* Mon Jan 7 2002 Bill Nottingham <[EMAIL PROTECTED]> -- don't print out VBE videocards when asked for DDC monitors, and vice - versa - -* Fri Jan 4 2002 Bill Nottingham <[EMAIL PROTECTED]> -- fix LRMI to work with pthreads - -* Thu Jan 3 2002 Bill Nottingham <[EMAIL PROTECTED]> -- split vbe-probed memory into its own video device -- fix a segfault in pci.c on bad pcitable data - -* Thu Oct 11 2001 Bill Nottingham <[EMAIL PROTECTED]> -- go to the head of the tree. mmm, python 2.2 - -* Tue Sep 25 2001 Bill Nottingham <[EMAIL PROTECTED]> -- dink with eepro100 eeproms - -* Sat Sep 8 2001 Bill Nottingham <[EMAIL PROTECTED]> -- add G550 pci id - -* Thu Sep 6 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix enabling of bcm5820 in boot environment - -* Tue Aug 28 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix po file headers (#52701) - -* Fri Aug 24 2001 Bill Nottingham <[EMAIL PROTECTED]> -- only refer to things in the cards DB -- we configure CLASS_OTHER now too (#51707) - -* Fri Aug 24 2001 Mike A. Harris <[EMAIL PROTECTED]> -- Updated ATI video hardware PCI ID's and sync'd with XFree86's ID's - -* Wed Aug 22 2001 Mike A. Harris <[EMAIL PROTECTED]> -- Fixed Radeon QD PCI ID, and a few others. -- Fixed broken pt_BR.po file so kudzu will actually build. - -* Wed Aug 22 2001 Bill Nottingham <[EMAIL PROTECTED]> -- move PS/2 probe to PROBE_SAFE (fixes #52040, indirectly...) - -* Wed Aug 15 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix checking of module aliases during device unconfiguration (#51100) - -* Mon Aug 13 2001 Bill Nottingham <[EMAIL PROTECTED]> -- add another megaraid variant to the pcitable -- add some configuration for bcm5820 cards (#51707) - -* Fri Aug 10 2001 Bill Nottingham <[EMAIL PROTECTED]> -- pcitable & translation updates (including fixing #51479) - -* Mon Aug 6 2001 Bill Nottingham <[EMAIL PROTECTED]> -- enumerate cardbus bridges before the rest of the PCI bus scan - (fixes #35136, #41972, #49842, possibly others) - -* Wed Aug 1 2001 Bill Nottingham <[EMAIL PROTECTED]> -- don't override generic pcitable entries with subvendor/subdevice - specific entries from modules.pcimap unless it uses a different module - (#46454, #50604) -- don't try to configure X if they don't appear to have it installed - (#50088) - -* Thu Jul 26 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix changes from yesterday - -* Wed Jul 25 2001 Bill Nottingham <[EMAIL PROTECTED]> -- shrink parts of libkudzu_loader.a - -* Tue Jul 24 2001 Bill Nottingham <[EMAIL PROTECTED]> -- put scsi.o in libkudzu_loader.a - -* Mon Jul 23 2001 Bill Nottingham <[EMAIL PROTECTED]> -- USB floppy probing, via scsi.c ugliness - -* Mon Jul 23 2001 Florian La Roche <[EMAIL PROTECTED]> -- some some more gdth entries - -* Thu Jul 19 2001 Bill Nottingham <[EMAIL PROTECTED]> -- floppy probing! - -* Mon Jul 9 2001 Bill Nottingham <[EMAIL PROTECTED]> -- return fb device for VESA fb devices - -* Tue May 8 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix updfstab erroring out on floppies, other devices (#39623) - -* Mon May 7 2001 Bill Nottingham <[EMAIL PROTECTED]> -- add a couple of e1000 ids (#39391) -- use dynamic buffer size for /proc/scsi/scsi (#37936) - -* Thu May 2 2001 Bill Nottingham <[EMAIL PROTECTED]> -- handle CLASS_RAID like CLASS_SCSI -- put man pages in man8, not man1 -- don't map all i960 stuff to megaraid; use explicit list - -* Tue May 01 2001 Erik Troan <[EMAIL PROTECTED]> -- added a man page for updfstab -- updfstab added devices even when the full disk device was in fstab already - -* Thu Apr 26 2001 Florian La Roche <[EMAIL PROTECTED]> -- add hack to not start kudzu on s390/s390x on bootup - -* Mon Apr 2 2001 Preston Brown <[EMAIL PROTECTED]> -- mark camera mount types w/a default partition. - -* Fri Mar 30 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix a couple of random only-on-occasion memory scribbles in pci.c - -* Thu Mar 29 2001 Bill Nottingham <[EMAIL PROTECTED]> -- if we're running for the first time, don't configure additional mice - if some existing mouse is configured - -* Wed Mar 28 2001 Bill Nottingham <[EMAIL PROTECTED]> -- more PS/2 probe tweaks to work with yet more strange KVMs -- random pcitable tweaks (G450, etc.) - -* Mon Mar 26 2001 Bill Nottingham <[EMAIL PROTECTED]> -- don't segfault if they don't have a PS/2 port - -* Thu Mar 22 2001 Bill Nottingham <[EMAIL PROTECTED]> -- cosmetic pcitable tweaks - -* Wed Mar 21 2001 Bill Nottingham <[EMAIL PROTECTED]> -- don't map a particular Compaq i960 thing to megaraid (#32082) - -* Tue Mar 20 2001 Erik Troan <[EMAIL PROTECTED]> -- set detached for usb devices that aren't plugged in -- don't put detached dfevices in the fstab - -* Mon Mar 19 2001 Bill Nottingham <[EMAIL PROTECTED]> -- only probe once in updfstab -- fix aumix lines, again (#32163) -- fix it so we don't reconfigure configured USB mice (#32236) - -* Fri Mar 16 2001 Erik Troan <[EMAIL PROTECTED]> -- check for Y-E (Vaio) floppies - -* Fri Mar 16 2001 Erik Troan <[EMAIL PROTECTED]> -- updfstab ignores partition tables that look invalid - -* Thu Mar 14 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix ps2 probe -- fix long latent bug in python module -- add new it/de/fr/es .po files - -* Wed Mar 13 2001 Bill Nottingham <[EMAIL PROTECTED]> -- add some documentation on the hwconf file - -* Tue Mar 12 2001 Bill Nottingham <[EMAIL PROTECTED]> -- new and improved PS/2 probe (<[EMAIL PROTECTED]>) - -* Mon Mar 12 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix two segfaults, one in the isapnp code, one in the ddc code - -* Thu Mar 8 2001 Bill Nottingham <[EMAIL PROTECTED]> -- some pcitable updates -- update to updfstab (pam_console support) -- don't try and load IDE modules if we don't need to - -* Wed Mar 7 2001 Bill Nottingham <[EMAIL PROTECTED]> -- clean up mouse handling (#30939, #21483, #18862, others) -- ignore non-native ISAPnP stuff for now (#30805) - -* Thu Mar 1 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix a segfault and other weirdness in the SCSI probe (#30168) - -* Wed Feb 28 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix a SCSI order bug - -* Tue Feb 27 2001 Preston Brown <[EMAIL PROTECTED]> -- identify 16meg G450 - -* Tue Feb 27 2001 Bill Nottingham <[EMAIL PROTECTED]> -- enable the ISAPnP stuff (part of #29450) -- fix a segfault - -* Mon Feb 26 2001 Bill Nottingham <[EMAIL PROTECTED]> -- merge in some stuff in pcitable that got lost - -* Sun Feb 25 2001 Bill Nottingham <[EMAIL PROTECTED]> -- don't return CLASS_NETWORK for everything in PCI_BASE_CLASS_NETWORK - (like, say, ISDN cards) (#29308) - -* Fri Feb 23 2001 Bill Nottingham <[EMAIL PROTECTED]> -- only probe the PCI bus in module_upgrade (#29092, sort of) -- random cleanups, plug some memory leaks -- don't give SCSI device names to non-SCSI devices - -* Fri Feb 23 2001 Preston Brown <[EMAIL PROTECTED]> -- don't make duplicate fstab entries for devices that have the same dev entry but match different patterns. - -* Thu Feb 22 2001 Bill Nottingham <[EMAIL PROTECTED]> -- write aliases for multiple usb controllers - -* Wed Feb 21 2001 Bill Nottingham <[EMAIL PROTECTED]> -- add a new i810_audio id -- read modules.pcimap from the normal directory if we're running the BOOT - kernel - -* Tue Feb 20 2001 Bill Nottingham <[EMAIL PROTECTED]> -- write lines to modules.conf to save/restore sound settings (#28504) -- fix module_upgrade for eth0 aliases - -* Tue Feb 20 2001 Preston Brown <[EMAIL PROTECTED]> -- set up agpgart on i860s. -- improvements and fixes to updfstab, including mounting IOMEGA devices in the format they prefer. - -* Fri Feb 16 2001 Matt Wilson <[EMAIL PROTECTED]> -- set usbDeviceList to NULL in freeUsbDevices - -* Thu Feb 15 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix USB multiple probe segfault - -* Wed Feb 14 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix updfstab up some - -* Wed Feb 14 2001 Preston Brown <[EMAIL PROTECTED]> -- final translation update - -* Tue Feb 13 2001 Preston Brown <[EMAIL PROTECTED]> -- sync pcitable w/Xconfigurator. - -* Tue Feb 13 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix configuration of PCI modems (#27414) - -* Mon Feb 12 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix python module - -* Sun Feb 11 2001 Bill Nottingham <[EMAIL PROTECTED]> -- expand the USB probing; return all sorts of devices, and more sane - descriptions - -* Sun Feb 11 2001 Erik Troan <[EMAIL PROTECTED]> -- added sony devices to updfstab -- look through /proc/partitions for actual partition to mount -- made symlinks optional, and only create them for /dev/cdrom - -* Fri Feb 9 2001 Bill Nottingham <[EMAIL PROTECTED]> -- don't bother showing a dialog for hardware we aren't going to do anything - with -- don't configure CD-ROMs - -* Thu Feb 08 2001 Preston Brown <[EMAIL PROTECTED]> -- update pcitable with new XFree86 stuff - -* Thu Feb 08 2001 Erik Troan <[EMAIL PROTECTED]> -- added updfstab -- don't report ide devices bound to ide-scsi -- they're really scsi devices - -* Wed Feb 7 2001 Matt Wilson <[EMAIL PROTECTED]> -- added modules.o to LOADEROBJS in Makefile -- remove modules.o from LOADEROBJS and add stub functions in kudzu.c - -* Wed Feb 7 2001 Bill Nottingham <[EMAIL PROTECTED]> -- add in modules.conf upgrader -- describe the types of hardware that's added or removed in the dialog - -* Mon Feb 5 2001 Bill Nottingham <[EMAIL PROTECTED]> -- map disabled PCI devices to 'disabled', not to 'ignore' - -* Thu Feb 1 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix calling of VESA BIOS stuff (#24176) - -* Wed Jan 31 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix detection of disabled video boards - -* Fri Jan 26 2001 Trond Eivind Glomsrřd <[EMAIL PROTECTED]> -- fix bug in USB detection - -* Thu Jan 25 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix some broken pcitable entries -- add BUS_USB to python module - -* Wed Jan 24 2001 Bill Nottingham <[EMAIL PROTECTED]> -- fix it so we actually pay attention to which button they push (#24858) - -* Wed Jan 24 2001 Preston Brown <[EMAIL PROTECTED]> -- final i18n update before beta - -* Sun Jan 21 2001 Bill Nottingham <[EMAIL PROTECTED]> -- change i18n mechanism - -* Sat Jan 20 2001 Bill Nottingham <[EMAIL PROTECTED]> -- add hack for 'configure/unconfigure all' in interactive mode - -* Thu Jan 18 2001 Erik Troan <[EMAIL PROTECTED]> -- pcitable update for natsemi module - -* Wed Jan 17 2001 Bill Nottingham <[EMAIL PROTECTED]> -- pcitable updates - -* Tue Jan 9 2001 Bill Nottingham <[EMAIL PROTECTED]> -- don't write modules.conf aliases for cardbus network stuff - -* Thu Dec 28 2000 Bill Nottingham <[EMAIL PROTECTED]> -- fix continual redetection of SOCKET devices - -* Fri Dec 22 2000 Bill Nottingham <[EMAIL PROTECTED]> -- read modules.pcimap as well -- pcitable updates - -* Tue Dec 19 2000 Bill Nottingham <[EMAIL PROTECTED]> -- map yenta_socket driver for cardbus bridges (CLASS_SOCKET) - -* Wed Dec 13 2000 Bill Nottingham <[EMAIL PROTECTED]> -- work around a possible glibc bug -- fix up the USB device stuff - -* Tue Dec 12 2000 Bill Nottingham <[EMAIL PROTECTED]> -- fix segfault caused by yesterday's changes -- stub load/removeModule for the loader - -* Mon Dec 11 2000 Bill Nottingham <[EMAIL PROTECTED]> -- libmodules gets integrated into libkudzu -- load necessary modules before probing - -* Fri Dec 8 2000 Bill Nottingham <[EMAIL PROTECTED]> -- a WORM device is a CD-ROM (#19250) - -* Tue Dec 05 2000 Michael Fulbright <[EMAIL PROTECTED]> -- fix for IDE CDROM probing segfault - -* Mon Nov 20 2000 Erik Troan <[EMAIL PROTECTED]> -- fix for scd devices > scd9 - -* Sat Nov 18 2000 Bill Nottingham <[EMAIL PROTECTED]> -- don't use files in /tmp to determine whether to switch runlevels - -* Sat Oct 21 2000 Matt Wilson <[EMAIL PROTECTED]> -- install kudzu.py into /usr/lib/python1.5/site-packages, not - /usr/lib/python1.5/ -- added backwards compatibility for old python interface -- fixed crashes in python C binding - -* Wed Oct 18 2000 Bill Nottingham <[EMAIL PROTECTED]> -- pcitable updates -- don't 'configure' agpgart on alpha -- don't configure usb controllers if there are no modules - -* Wed Oct 04 2000 Trond Eivind Glomsrřd <[EMAIL PROTECTED]> -- segfault fix - -* Tue Oct 03 2000 Trond Eivind Glomsrřd <[EMAIL PROTECTED]> -- some fixes to avoid segfaulting with serial devices - in kudzu if no PnP-description is available -- minor fix to the makefile - -* Fri Sep 29 2000 Trond Eivind Glomsrřd <[EMAIL PROTECTED]> -- rewritten USB support -- new python module (formerly kudzu2), giving access to - more information - -* Wed Sep 13 2000 Trond Eivind Glomsrřd <[EMAIL PROTECTED]> -- include more info in the kudzu2 python module - -* Fri Sep 08 2000 Trond Eivind Glomsrřd <[EMAIL PROTECTED]> -- new kudzu2 python module which gives access to all - of the information available on the device in the C - library. Hopefully will be the main module soonish. - -* Wed Aug 30 2000 Bill Nottingham <[EMAIL PROTECTED]> -- pcitable tweaks - -* Thu Aug 24 2000 Erik Troan <[EMAIL PROTECTED]> -- updated it/es translations - -* Thu Aug 24 2000 Bill Nottingham <[EMAIL PROTECTED]> -- fix segfault when passed '-f <some file that doesn't exist>' - -* Wed Aug 23 2000 Bill Nottingham <[EMAIL PROTECTED]> -- fix some ATI Mobility mappings -- use ftw() to look for modules; it's the only sane way to handle - 2.4 kernels - -* Sat Aug 19 2000 Bill Nottingham <[EMAIL PROTECTED]> -- fix network device ordering - -* Tue Aug 15 2000 Bill Nottingham <[EMAIL PROTECTED]> -- disabled things also have IRQ 255. Neat. - -* Wed Aug 9 2000 Bill Nottingham <[EMAIL PROTECTED]> -- actually include translation files. Duh. - -* Wed Aug 9 2000 Tim Waugh <[EMAIL PROTECTED]> -- avoid overflowing the monitor id buffer (#15795) - -* Tue Aug 8 2000 Erik Troan <[EMAIL PROTECTED]> -- look for PCMCIA IDE devices (they aren't in /proc) - -* Mon Aug 7 2000 Bill Nottingham <[EMAIL PROTECTED]> -- handle probing for excessive numbers of SCSI devices -- tweak IRQ 0 ignoring slightly - -* Sun Aug 6 2000 Bill Nottingham <[EMAIL PROTECTED]> -- ignore devices on IRQ 0 - -* Fri Aug 4 2000 Bill Nottingham <[EMAIL PROTECTED]> -- fix subdevice sorting in pci device table (#14503) - -* Fri Aug 4 2000 Florian La Roche <[EMAIL PROTECTED]> -- make some functions in pci.c "static" - -* Wed Aug 2 2000 Bill Nottingham <[EMAIL PROTECTED]> -- assorted pcitable and translation fixes - -* Fri Jul 28 2000 Bill Nottingham <[EMAIL PROTECTED]> -- fixes so translations get activated - -* Wed Jul 26 2000 Bill Nottingham <[EMAIL PROTECTED]> -- pcitable fixes (Neomagic, Matrox) - -* Wed Jul 26 2000 Matt Wilson <[EMAIL PROTECTED]> -- new translations for de fr it es - -* Tue Jul 25 2000 Bill Nottingham <[EMAIL PROTECTED]> -- pci.ids updates -- probe for memory in DDC probe -- link vbe library in directly - -* Tue Jul 25 2000 Florian La Roche <[EMAIL PROTECTED]> -- update gdth ICP vortex entries - -* Mon Jul 24 2000 Bill Nottingham <[EMAIL PROTECTED]> -- turn off DDC probing in generic hardware probe -- random pcitable updates - -* Tue Jul 18 2000 Michael Fulbright <[EMAIL PROTECTED]> -- enable USB bus probing for loader - <<Diff was trimmed, longer than 597 lines>> ---- CVS-web: http://cvs.pld-linux.org/SPECS/kudzu.spec?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
