source: projects/specs/trunk/k/kudzu/kudzu-vl.spec @ 7684

Revision 7684, 25.8 KB checked in by daisuke, 11 years ago (diff)

kudzu: fix segv on hw probe in anaconda

Line 
1Name: kudzu
2Version: 1.2.86
3Release: 3%{?_dist_release}
4License: GPL
5Summary: The Vine Linux hardware probing tool.
6Summary(ja): Vine Linux ハードウエア検出ツール
7Group: Applications/System
8Source: kudzu-%{version}.tar.bz2
9Patch10: kudzu-1.2.85-libresolv.patch
10
11Patch20: kudzu-1.2.86-new-sysfs.patch
12Patch100: kudzu-1.2.86-vine.patch
13
14BuildRoot: %{_tmppath}/%{name}-root
15BuildRequires: pciutils-devel >= 2.2, python-devel, python, newt-devel, gettext
16BuildRequires: pciutils-static
17BuildRequires: zlib-devel
18
19Obsoletes: rhs-hwdiag setconsole
20Requires(post): chkconfig
21Requires(preun): chkconfig
22Requires: pam >= 0.74-17, hwdata
23Conflicts: netconfig < 0.8.18
24Conflicts: Xconfigurator <= 4.9
25Conflicts: mouseconfig < 4.18
26Conflicts: initscripts < 8.40
27Requires: hwdata >= 0.146.1
28
29%description
30Kudzu is a hardware probing tool run at system boot time to determine
31what hardware has been added or removed from the system.
32
33%description -l ja
34Kudzu は,システムに追加・削除したハードウェアをブート時に検出する
35ツールです.
36
37%package devel
38Summary: Development files needed for hardware probing using kudzu.
39Summary(ja): ハードウェア検出のための開発ライブラリ
40Group: Development/Libraries
41Requires: pciutils-devel
42
43%description devel
44The kudzu-devel package contains the libkudzu library, which is used
45for hardware probing and configuration.
46
47%description -l ja devel
48kudzu-devel パッケージは libkudzu と libmodules を含んでいます.
49いずれもハードウェアの検出や設定に使われるライブラリです.
50
51
52%prep
53
54%setup -q
55
56%patch10 -p1 -b .resolv
57%patch20 -p1 -b .new-sysfs
58
59%patch100 -p1 -b .debug
60
61# hack: do not start kudzu on s390/s390x on bootup
62%ifarch s390 s390x
63perl -pi -e "s/345/-/g" kudzu.init
64%endif
65
66sed -i -e 's/python2/python/g' Makefile
67
68%build
69ln -s `pwd` kudzu
70
71make RPM_OPT_FLAGS="%{optflags} -I." all kudzu
72
73%install
74rm -rf $RPM_BUILD_ROOT
75make install install-lib DESTDIR=$RPM_BUILD_ROOT libdir=$RPM_BUILD_ROOT/%{_libdir}
76
77%clean
78rm -rf $RPM_BUILD_ROOT
79
80%triggerun -- kudzu < 1.2.85-1
81/sbin/chkconfig --del kudzu
82
83%files
84%defattr(-,root,root)
85%doc README
86%{_libdir}/python*/site-packages/*
87
88%Files devel
89%defattr(-,root,root)
90%{_libdir}/libkudzu.a
91%{_includedir}/kudzu
92
93%changelog
94* Sun May 12 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.86-3
95- add patch to fix segv on hw probe.
96
97* Sat Jan 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.86-2
98- remove Requires: hal
99
100* Tue May 24 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.86-1
101- update to 1.2.86
102- add patch20 to work with new sysfs
103
104* Tue Apr 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.85-5
105- rebuild with rpm-4.8.1
106
107* Sun Feb 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.85-4
108- add BuildRequires: pciutils-static, zlib-devel
109
110* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.85-3
111- rebuilt with python-2.6.4
112
113* Thu Feb 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.85-2
114- add -lresolv for _kudzumodule.so
115
116* Mon Aug 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.85-1
117- new upstream release
118- remove kudzu binary and init scripts
119
120* Tue Oct 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.95.15-0vl7
121- add remove redhatify string.
122
123* Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.95.15-0vl6
124- add %%triggerun script to remove obsolete fstab entry (<BTS:256>)
125
126* Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.95.15-0vl5
127- add Patch30 not to configure mice on boot.
128
129* Mon Sep 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.95.15-0vl4
130- fix kanjicode of spec file (<BTS:197>)
131
132* Sun Sep 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.95.15-0vl3
133- add Patch20 to use legacy mouseconfig in fix-mouse-psaux script.
134
135* Sat Aug 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.95.15-0vl2
136- add Patch10
137  - do not use dietlibc
138
139* Sat Aug 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.95.15-0vl1
140- new upstream source
141  - merge changes with RHEL4 version of kudzu
142
143* Sat Jun 24 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.99.60-1vl12
144- rebuild
145
146* Sat Feb 18 2006 Shu KONNO <owa@bg.wakwak.com> 0.99.60-1vl11
147- added kudzu-0.99.60-pci.patch
148- replaced lib to %%{_lib} in Makefile
149- rebuilt for x86_64 architecture
150
151* Sun Apr 03 2005 Shu KONNO <owa@bg.wakwak.com> 0.99.60-1vl10
152- rebuild with python-2.4.1-0vl1
153
154* Fri Dec 17 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.99.60-1vl9
155- added Patch14 (for problem regarding KUDZU_ARGS handling)
156
157* Tue Jul 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.60-1vl8
158- do not start kudzu if /etc/sysconfig/kudzu does not exist or
159  "KUDZU=off" is defined in /etc/sysconfig/kudzu.
160 
161* Tue Jun 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.60-1vl7
162- don't remove mouse symlink for all architecture.
163
164* Thu Jun 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.60-1vl6
165- add Patch11 to add iocharset=euc-jp in updfstab.
166
167* Tue Jun  8 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.60-1vl5
168- add patch10 to support Xorg X11 and to run in safe mode
169- update ja.po
170
171* Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 0.99.60-1vl4
172- rebuild with python-2.3.3-0vl1
173
174* Sat Apr 10 2004 Shu KONNO <owa@bg.wakwak.com> 0.99.60-1vl3.1
175- rebuild with python-2.3.3-0vl0.3 (for TestPkg)
176
177* Wed Jan 29 2003 Tomoya TAKA <taka@vinelinux.org> 0.99.60-1vl3
178- rebuild against python-2.2
179
180* Mon Dec 16 2002 Tomoya TAKA <taka@vinelinux.org> 0.99.60-1vl2
181- ddcprobe requires {asm,sys}/vm86.h, which is only available for %%ix86 archs
182- the spec was in Shift-JIS. fixed.
183
184* Fri Nov 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.60-1vl1
185- user hwdata package for pcitable database.
186- merged with upstream CVS.
187  - firewire controller support (#65386, <hjl@gnu.org>)
188  - minimal firewire bus probing
189  - fix serial console support
190  - fix assorted brokenness in the DDC probing
191  - collapsed jaz/zip entries into consistent /mnt/jaz, /mnt/zip mount points
192  - added CAMERA search string for updfstab (Minolta S304, at least)
193  - don't initialize full device lists on all probes (<ewt@redhat.com>)
194  - more modules.pcimap blacklisting (#66652)
195  - fix uninitialized variable (#63664)
196  - fix segfault in pciserial code
197  - set buffering for reading /proc/partitions (#61617, #56815)
198  - add support for USB2 (ehci-hcd)
199  - add device entries for *all* usb interfaces, not just the first (#52758)
200  - fix various ethernet device removal bugs (#61169)
201  - require hwdata, tweak paths accordingly
202  - rename config file to updfstab.conf
203    updated updfstab to use a config file
204  - don't print out VBE videocards when asked for DDC monitors, and vice
205    versa
206
207* Mon Oct 07 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl13
208- modify pcitable to support newer device.
209
210* Fri Jun  7 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl12
211- modify pcitable for CyberBladeXPAi1 to use its own Cards entry.
212
213* Tue Jun  4 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl11
214- update pcitable. (add 845G support: not tested)
215
216* Sun Jun  2 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl10
217- update pcitable.
218
219* Tue Mar 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl9
220- update pcitable for S3 SuperSavage series cards.
221
222* Sun Mar 17 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl8
223- update pcitable
224  OLD DECchip21?4? cards needs tulip_old (not tulip).
225 
226* Sun Mar 17 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl7
227- don't make symlink for /dev/mouse when we detect usb mouse.
228
229* Sat Mar 16 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.99.42-1vl6
230- modified Patch20 to disable removing /dev/mouse symlink on ppc
231
232* Sun Feb 24 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.99.42-1vl5
233- added Patch20 to disable video card probe on ppc
234
235* Mon Feb 18 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.99.42-1vl4
236- Oops the spec was in Shift-JIS. Fixed.
237
238* Thu Jan 10 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl3
239- more pcitable
240
241* Mon Jan 07 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.99.42-1vl2
242- fixed spec typo
243- ee100pro-diag requires sys/io.h, which is only available for %%ix86 archs
244
245* Sun Jan  6 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.42-1vl1
246- new upstream version 0.99.42-1
247- build for Vine Linux
248 
249* Fri Jan  4 2002 Bill Nottingham <notting@redhat.com>
250- fix LRMI to work with pthreads
251
252* Thu Jan  3 2002 Bill Nottingham <notting@redhat.com>
253- split vbe-probed memory into its own video device
254- fix a segfault in pci.c on bad pcitable data
255
256* Thu Oct 11 2001 Bill Nottingham <notting@redhat.com>
257- go to the head of the tree. mmm, python 2.2
258
259* Tue Sep 25 2001 Bill Nottingham <notting@redhat.com>
260- dink with eepro100 eeproms
261
262* Sat Sep  8 2001 Bill Nottingham <notting@redhat.com>
263- add G550 pci id
264
265* Thu Sep  6 2001 Bill Nottingham <notting@redhat.com>
266- fix enabling of bcm5820 in boot environment
267
268* Tue Aug 28 2001 Bill Nottingham <notting@redhat.com>
269- fix po file headers (#52701)
270
271* Fri Aug 24 2001 Bill Nottingham <notting@redhat.com>
272- only refer to things in the cards DB
273- we configure CLASS_OTHER now too (#51707)
274
275* Fri Aug 24 2001 Mike A. Harris <mharris@redhat.com>
276- Updated ATI video hardware PCI ID's and sync'd with XFree86's ID's
277
278* Wed Aug 22 2001 Mike A. Harris <mharris@redhat.com>
279- Fixed Radeon QD PCI ID, and a few others.
280- Fixed broken pt_BR.po file so kudzu will actually build.
281
282* Wed Aug 22 2001 Bill Nottingham <notting@redhat.com>
283- move PS/2 probe to PROBE_SAFE (fixes #52040, indirectly...)
284
285* Wed Aug 15 2001 Bill Nottingham <notting@redhat.com>
286- fix checking of module aliases during device unconfiguration (#51100)
287
288* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
289- add another megaraid variant to the pcitable
290- add some configuration for bcm5820 cards (#51707)
291
292* Fri Aug 10 2001 Bill Nottingham <notting@redhat.com>
293- pcitable & translation updates (including fixing #51479)
294
295* Mon Aug  6 2001 Bill Nottingham <notting@redhat.com>
296- enumerate cardbus bridges before the rest of the PCI bus scan
297  (fixes #35136, #41972, #49842, possibly others)
298
299* Wed Aug  1 2001 Bill Nottingham <notting@redhat.com>
300- don't override generic pcitable entries with subvendor/subdevice
301  specific entries from modules.pcimap unless it uses a different module
302  (#46454, #50604)
303- don't try to configure X if they don't appear to have it installed
304  (#50088)
305
306* Thu Jul 26 2001 Bill Nottingham <notting@redhat.com>
307- fix changes from yesterday
308
309* Wed Jul 25 2001 Bill Nottingham <notting@redhat.com>
310- shrink parts of libkudzu_loader.a
311
312* Tue Jul 24 2001 Bill Nottingham <notting@redhat.com>
313- put scsi.o in libkudzu_loader.a
314
315* Mon Jul 23 2001 Bill Nottingham <notting@redhat.com>
316- USB floppy probing, via scsi.c ugliness
317
318* Mon Jul 23 2001 Florian La Roche <Florian.LaRoche@redhat.de>
319- some some more gdth entries
320
321* Thu Jul 19 2001 Bill Nottingham <notting@redhat.com>
322- floppy probing!
323
324* Mon Jul  9 2001 Bill Nottingham <notting@redhat.com>
325- return fb device for VESA fb devices
326
327* Tue May  8 2001 Bill Nottingham <notting@redhat.com>
328- fix updfstab erroring out on floppies, other devices (#39623)
329
330* Mon May  7 2001 Bill Nottingham <notting@redhat.com>
331- add a couple of e1000 ids (#39391)
332- use dynamic buffer size for /proc/scsi/scsi (#37936)
333
334* Thu May  2 2001 Bill Nottingham <notting@redhat.com>
335- handle CLASS_RAID like CLASS_SCSI
336- put man pages in man8, not man1
337- don't map all i960 stuff to megaraid; use explicit list
338
339* Tue May 01 2001 Erik Troan <ewt@redhat.com>
340- added a man page for updfstab
341- updfstab added devices even when the full disk device was in fstab already
342
343* Thu Apr 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
344- add hack to not start kudzu on s390/s390x on bootup
345
346* Mon Apr  2 2001 Preston Brown <pbrown@redhat.com>
347- mark camera mount types w/a default partition.
348
349* Fri Mar 30 2001 Bill Nottingham <notting@redhat.com>
350- fix a couple of random only-on-occasion memory scribbles in pci.c
351
352* Thu Mar 29 2001 Bill Nottingham <notting@redhat.com>
353- if we're running for the first time, don't configure additional mice
354  if some existing mouse is configured
355
356* Wed Mar 28 2001 Bill Nottingham <notting@redhat.com>
357- more PS/2 probe tweaks to work with yet more strange KVMs
358- random pcitable tweaks (G450, etc.)
359
360* Mon Mar 26 2001 Bill Nottingham <notting@redhat.com>
361- don't segfault if they don't have a PS/2 port
362
363* Thu Mar 22 2001 Bill Nottingham <notting@redhat.com>
364- cosmetic pcitable tweaks
365
366* Wed Mar 21 2001 Bill Nottingham <notting@redhat.com>
367- don't map a particular Compaq i960 thing to megaraid (#32082)
368
369* Tue Mar 20 2001 Erik Troan <ewt@redhat.com>
370- set detached for usb devices that aren't plugged in
371- don't put detached dfevices in the fstab
372
373* Mon Mar 19 2001 Bill Nottingham <notting@redhat.com>
374- only probe once in updfstab
375- fix aumix lines, again (#32163)
376- fix it so we don't reconfigure configured USB mice (#32236)
377
378* Fri Mar 16 2001 Erik Troan <ewt@redhat.com>
379- check for Y-E (Vaio) floppies
380
381* Fri Mar 16 2001 Erik Troan <ewt@redhat.com>
382- updfstab ignores partition tables that look invalid
383
384* Thu Mar 14 2001 Bill Nottingham <notting@redhat.com>
385- fix ps2 probe
386- fix long latent bug in python module
387- add new it/de/fr/es .po files
388
389* Wed Mar 13 2001 Bill Nottingham <notting@redhat.com>
390- add some documentation on the hwconf file
391
392* Tue Mar 12 2001 Bill Nottingham <notting@redhat.com>
393- new and improved PS/2 probe (<bcrl@redhat.com>)
394
395* Mon Mar 12 2001 Bill Nottingham <notting@redhat.com>
396- fix two segfaults, one in the isapnp code, one in the ddc code
397
398* Thu Mar  8 2001 Bill Nottingham <notting@redhat.com>
399- some pcitable updates
400- update to updfstab (pam_console support)
401- don't try and load IDE modules if we don't need to
402
403* Wed Mar  7 2001 Bill Nottingham <notting@redhat.com>
404- clean up mouse handling (#30939, #21483, #18862, others)
405- ignore non-native ISAPnP stuff for now (#30805)
406
407* Thu Mar  1 2001 Bill Nottingham <notting@redhat.com>
408- fix a segfault and other weirdness in the SCSI probe (#30168)
409
410* Wed Feb 28 2001 Bill Nottingham <notting@redhat.com>
411- fix a SCSI order bug
412
413* Tue Feb 27 2001 Preston Brown <pbrown@redhat.com>
414- identify 16meg G450
415
416* Tue Feb 27 2001 Bill Nottingham <notting@redhat.com>
417- enable the ISAPnP stuff (part of #29450)
418- fix a segfault
419
420* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
421- merge in some stuff in pcitable that got lost
422
423* Sun Feb 25 2001 Bill Nottingham <notting@redhat.com>
424- don't return CLASS_NETWORK for everything in PCI_BASE_CLASS_NETWORK
425  (like, say, ISDN cards) (#29308)
426
427* Fri Feb 23 2001 Bill Nottingham <notting@redhat.com>
428- only probe the PCI bus in module_upgrade (#29092, sort of)
429- random cleanups, plug some memory leaks
430- don't give SCSI device names to non-SCSI devices
431
432* Fri Feb 23 2001 Preston Brown <pbrown@redhat.com>
433- don't make duplicate fstab entries for devices that have the same dev entry but match different patterns.
434
435* Thu Feb 22 2001 Bill Nottingham <notting@redhat.com>
436- write aliases for multiple usb controllers
437
438* Wed Feb 21 2001 Bill Nottingham <notting@redhat.com>
439- add a new i810_audio id
440- read modules.pcimap from the normal directory if we're running the BOOT
441  kernel
442
443* Tue Feb 20 2001 Bill Nottingham <notting@redhat.com>
444- write lines to modules.conf to save/restore sound settings (#28504)
445- fix module_upgrade for eth0 aliases
446
447* Tue Feb 20 2001 Preston Brown <pbrown@redhat.com>
448- set up agpgart on i860s.
449- improvements and fixes to updfstab, including mounting IOMEGA devices in the format they prefer.
450
451* Fri Feb 16 2001 Matt Wilson <msw@redhat.com>
452- set usbDeviceList to NULL in freeUsbDevices
453
454* Thu Feb 15 2001 Bill Nottingham <notting@redhat.com>
455- fix USB multiple probe segfault
456
457* Wed Feb 14 2001 Bill Nottingham <notting@redhat.com>
458- fix updfstab up some
459
460* Wed Feb 14 2001 Preston Brown <pbrown@redhat.com>
461- final translation update
462
463* Tue Feb 13 2001 Preston Brown <pbrown@redhat.com>
464- sync pcitable w/Xconfigurator.
465
466* Tue Feb 13 2001 Bill Nottingham <notting@redhat.com>
467- fix configuration of PCI modems (#27414)
468
469* Mon Feb 12 2001 Bill Nottingham <notting@redhat.com>
470- fix python module
471
472* Sun Feb 11 2001 Bill Nottingham <notting@redhat.com>
473- expand the USB probing; return all sorts of devices, and more sane
474  descriptions
475
476* Sun Feb 11 2001 Erik Troan <ewt@redhat.com>
477- added sony devices to updfstab
478- look through /proc/partitions for actual partition to mount
479- made symlinks optional, and only create them for /dev/cdrom
480
481* Fri Feb  9 2001 Bill Nottingham <notting@redhat.com>
482- don't bother showing a dialog for hardware we aren't going to do anything
483  with
484- don't configure CD-ROMs 
485
486* Thu Feb 08 2001 Preston Brown <pbrown@redhat.com>
487- update pcitable with new XFree86 stuff
488
489* Thu Feb 08 2001 Erik Troan <ewt@redhat.com>
490- added updfstab
491- don't report ide devices bound to ide-scsi -- they're really scsi devices
492
493* Wed Feb  7 2001 Matt Wilson <msw@redhat.com>
494- added modules.o to LOADEROBJS in Makefile
495- remove modules.o from LOADEROBJS and add stub functions in kudzu.c
496
497* Wed Feb  7 2001 Bill Nottingham <notting@redhat.com>
498- add in modules.conf upgrader
499- describe the types of hardware that's added or removed in the dialog
500
501* Mon Feb  5 2001 Bill Nottingham <notting@redhat.com>
502- map disabled PCI devices to 'disabled', not to 'ignore'
503
504* Thu Feb  1 2001 Bill Nottingham <notting@redhat.com>
505- fix calling of VESA BIOS stuff (#24176)
506
507* Wed Jan 31 2001 Bill Nottingham <notting@redhat.com>
508- fix detection of disabled video boards
509
510* Fri Jan 26 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
511- fix bug in USB detection
512
513* Thu Jan 25 2001 Bill Nottingham <notting@redhat.com>
514- fix some broken pcitable entries
515- add BUS_USB to python module
516
517* Wed Jan 24 2001 Bill Nottingham <notting@redhat.com>
518- fix it so we actually pay attention to which button they push (#24858)
519
520* Wed Jan 24 2001 Preston Brown <pbrown@redhat.com>
521- final i18n update before beta
522
523* Sun Jan 21 2001 Bill Nottingham <notting@redhat.com>
524- change i18n mechanism
525
526* Sat Jan 20 2001 Bill Nottingham <notting@redhat.com>
527- add hack for 'configure/unconfigure all' in interactive mode
528
529* Thu Jan 18 2001 Erik Troan <ewt@redhat.com>
530- pcitable update for natsemi module
531
532* Wed Jan 17 2001 Bill Nottingham <notting@redhat.com>
533- pcitable updates
534
535* Tue Jan  9 2001 Bill Nottingham <notting@redhat.com>
536- don't write modules.conf aliases for cardbus network stuff
537
538* Thu Dec 28 2000 Bill Nottingham <notting@redhat.com>
539- fix continual redetection of SOCKET devices
540
541* Fri Dec 22 2000 Bill Nottingham <notting@redhat.com>
542- read modules.pcimap as well
543- pcitable updates
544
545* Tue Dec 19 2000 Bill Nottingham <notting@redhat.com>
546- map yenta_socket driver for cardbus bridges (CLASS_SOCKET)
547
548* Wed Dec 13 2000 Bill Nottingham <notting@redhat.com>
549- work around a possible glibc bug
550- fix up the USB device stuff
551
552* Tue Dec 12 2000 Bill Nottingham <notting@redhat.com>
553- fix segfault caused by yesterday's changes
554- stub load/removeModule for the loader
555
556* Mon Dec 11 2000 Bill Nottingham <notting@redhat.com>
557- libmodules gets integrated into libkudzu
558- load necessary modules before probing
559
560* Fri Dec  8 2000 Bill Nottingham <notting@redhat.com>
561- a WORM device is a CD-ROM (#19250)
562
563* Tue Dec 05 2000 Michael Fulbright <msf@redhat.com>
564- fix for IDE CDROM probing segfault
565
566* Mon Nov 20 2000 Erik Troan <ewt@redhat.com>
567- fix for scd devices > scd9
568
569* Sat Nov 18 2000 Bill Nottingham <notting@redhat.com>
570- don't use files in /tmp to determine whether to switch runlevels
571
572* Sat Oct 21 2000 Matt Wilson <msw@redhat.com>
573- install kudzu.py into /usr/lib/python1.5/site-packages, not
574  /usr/lib/python1.5/
575- added backwards compatibility for old python interface
576- fixed crashes in python C binding
577
578* Wed Oct 18 2000 Bill Nottingham <notting@redhat.com>
579- pcitable updates
580- don't 'configure' agpgart on alpha
581- don't configure usb controllers if there are no modules
582
583* Wed Oct 04 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
584- segfault fix
585
586* Tue Oct 03 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
587- some fixes to avoid segfaulting with serial devices
588  in kudzu if no PnP-description is available
589- minor fix to the makefile 
590
591* Fri Sep 29 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
592- rewritten USB support
593- new python module (formerly kudzu2), giving access to
594  more information
595
596* Wed Sep 13 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
597- include more info in the kudzu2 python module
598
599* Fri Sep 08 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
600- new kudzu2 python module which gives access to all
601  of the information available on the device in the C
602  library. Hopefully will be the main module soonish.
603
604* Wed Aug 30 2000 Bill Nottingham <notting@redhat.com>
605- pcitable tweaks
606
607* Thu Aug 24 2000 Erik Troan <ewt@redhat.com>
608- updated it/es translations
609
610* Thu Aug 24 2000 Bill Nottingham <notting@redhat.com>
611- fix segfault when passed '-f <some file that doesn't exist>'
612
613* Wed Aug 23 2000 Bill Nottingham <notting@redhat.com>
614- fix some ATI Mobility mappings
615- use ftw() to look for modules; it's the only sane way to handle
616  2.4 kernels
617
618* Sat Aug 19 2000 Bill Nottingham <notting@redhat.com>
619- fix network device ordering
620
621* Tue Aug 15 2000 Bill Nottingham <notting@redhat.com>
622- disabled things also have IRQ 255. Neat.
623
624* Wed Aug  9 2000 Bill Nottingham <notting@redhat.com>
625- actually include translation files. Duh.
626
627* Wed Aug  9 2000 Tim Waugh <twaugh@redhat.com>
628- avoid overflowing the monitor id buffer (#15795)
629
630* Tue Aug  8 2000 Erik Troan <ewt@redhat.com>
631- look for PCMCIA IDE devices (they aren't in /proc)
632
633* Mon Aug  7 2000 Bill Nottingham <notting@redhat.com>
634- handle probing for excessive numbers of SCSI devices
635- tweak IRQ 0 ignoring slightly
636
637* Sun Aug  6 2000 Bill Nottingham <notting@redhat.com>
638- ignore devices on IRQ 0
639
640* Fri Aug  4 2000 Bill Nottingham <notting@redhat.com>
641- fix subdevice sorting in pci device table (#14503)
642
643* Fri Aug  4 2000 Florian La Roche <Florian.LaRoche@redhat.com>
644- make some functions in pci.c "static"
645
646* Wed Aug  2 2000 Bill Nottingham <notting@redhat.com>
647- assorted pcitable and translation fixes
648
649* Fri Jul 28 2000 Bill Nottingham <notting@redhat.com>
650- fixes so translations get activated
651
652* Wed Jul 26 2000 Bill Nottingham <notting@redhat.com>
653- pcitable fixes (Neomagic, Matrox)
654
655* Wed Jul 26 2000 Matt Wilson <msw@redhat.com>
656- new translations for de fr it es
657
658* Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
659- pci.ids updates
660- probe for memory in DDC probe
661- link vbe library in directly
662
663* Tue Jul 25 2000 Florian La Roche <Florian.LaRoche@redhat.de>
664- update gdth ICP vortex entries
665
666* Mon Jul 24 2000 Bill Nottingham <notting@redhat.com>
667- turn off DDC probing in generic hardware probe
668- random pcitable updates
669
670* Tue Jul 18 2000 Michael Fulbright <msf@redhat.com>
671- enable USB bus probing for loader
672
673* Tue Jul 18 2000 Bill Nottingham <notting@redhat.com>
674- pcitable updates
675
676* Fri Jul 14 2000 Matt Wilson <msw@redhat.com>
677- added USB probing to kudzu_loader library
678
679* Fri Jul 14 2000 Bill Nottingham <notting@redhat.com>
680- move initscript back
681
682* Tue Jul 11 2000 Florian La Roche <Florian.LaRoche@redhat.de>
683- add another ncr/sym controller to pcitable
684
685* Mon Jul  3 2000 Trond Eivind Glomsr藷?<teg@redhat.com>
686- USB mouse detection
687
688* Mon Jul  3 2000 Bill Nottingham <notting@redhat.com>
689- preliminary USB probing (from Trond)
690
691* Tue Jun 27 2000 Bill Nottingham <notting@redhat.com>
692- add /etc/sysconfig/kudzu where you can force only safe probes on boot
693
694* Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
695- configure USB controllers
696- initscript path munging
697
698* Sun Jun 18 2000 Bill Nottingham <notting@redhat.com>
699- fix broken bus handling in library
700
701* Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
702- add r128 driver mappings
703
704* Thu Jun 15 2000 Matt Wilson <msw@redhat.com>
705- hacks to probe vesa and vga16 framebuffers
706
707* Tue Jun 13 2000 Bill Nottingham <notting@redhat.com>
708- DDC probing fixes
709
710* Wed Jun  7 2000 Bill Nottingham <notting@redhat.com>
711- add in monitor probing
712
713* Mon Jun  4 2000 Bill Nottingham <notting@redhat.com>
714- pcitable fixes
715
716* Thu Jun  1 2000 Bill Nottingham <notting@redhat.com>
717- modules.confiscation
718
719* Tue May 30 2000 Erik Troan <ewt@redhat.com>
720- moved kudzumodule to main kudzu package
721
722* Wed May 10 2000 Bill Nottingham <notting@redhat.com>
723- add support for PCI subvendor, subdevice IDs
724
725* Tue Apr  4 2000 Bill Nottingham <notting@redhat.com>
726- add fix for odd keyboard controllers
727
728* Tue Mar 28 2000 Erik Troan <ewt@redhat.com>
729- added kudzumodule to devel package
730- added libkudzu_loader to devel
731
732* Sat Mar  4 2000 Matt Wilson <msw@redhat.com>
733- added 810 SVGA mapping
734
735* Thu Mar  2 2000 Bill Nottingham <notting@redhat.com>
736- fixes in pci device list merging
737
738* Thu Feb 24 2000 Bill Nottingham <notting@redhat.com>
739- fix aliasing and configuration of network devices
740- only configure modules that are available
741
742* Mon Feb 21 2000 Bill Nottingham <notting@redhat.com>
743- fix handling of token ring devices
744
745* Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
746- yet more serial fixes
747
748* Wed Feb 16 2000 Bill Nottingham <notting@redhat.com>
749- more serial fixes; bring back DTR and RTS correctly
750
751* Fri Feb  4 2000 Bill Nottingham <notting@redhat.com>
752- don't run serial probe on serial console, fixed right
753
754* Tue Feb  1 2000 Bill Nottingham <notting@redhat.com>
755- fix previous fixes.
756
757* Wed Jan 26 2000 Bill Nottingham <notting@redhat.com>
758- fix add/remove logic somewhat
759
760* Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
761- don't run serial probe on serial console
762
763* Fri Jan  7 2000 Bill Nottingham <notting@redhat.com>
764- fix stupid bug in configuring scsi/net cards
765
766* Mon Oct 25 1999 Bill Nottingham <notting@redhat.com>
767- oops, don't try to configure 'unknown's.
768
769* Mon Oct 11 1999 Bill Nottingham <notting@redhat.com>
770- fix creation of /etc/sysconfig/soundcard...
771
772* Wed Oct  6 1999 Bill Nottingham <notting@redhat.com>
773- add inittab munging for sparc serial consoles...
774
775* Thu Sep 30 1999 Bill Nottingham <notting@redhat.com>
776- add sun keyboard probing (from jakub)
777- add some bttv support
778
779* Wed Sep 22 1999 Bill Nottingham <notting@redhat.com>
780- run 'telinit 5' if needed in the initscript
781
782* Mon Sep 20 1999 Bill Nottingham <notting@redhat.com>
783- new & improved UI
784- module aliasing fixes
785
786* Thu Sep  9 1999 Bill Nottingham <notting@redhat.com>
787- sanitize, homogenize, sterilize...
788
789* Wed Sep  8 1999 Bill Nottingham <notting@redhat.com>
790- get geometry for ide drives
791- enumerate buses (jj@ultra.linux.cz)
Note: See TracBrowser for help on using the repository browser.