source: projects/specs/branches/6/k/kudzu/kudzu-vl.spec @ 3960

Revision 3960, 25.6 KB checked in by daisuke, 13 years ago (diff)

kudzu:

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