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

Revision 8851, 25.9 KB checked in by Takemikaduchi, 10 years ago (diff)

alsa, mc: new upstream release
others: rebuild

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