2000-08-31  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/usb.c, src/others.c: don't show devices with id "00000000".
	  HardDrake asks to send us infos otherwise ...

2000-08-30  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/printer.c: improoved printer detection.
	* src/other.c: better debug output, fixed serial detection.
	* src/isa.c, src/pci.c, src/pcmcia.c: better debug output.
	* src/detect.h, src/disk.c, src/ide.c: fixed cylinders for large
	  harddisks.

2000-08-29  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/pcmcia.c: fixed bad bug resulting in segfaults on laptops.
	* src/serial.c, src/others.c: fixed bug leading to uninitialized
	  structs.

2000-08-21  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/ide.c: fixed bug (short instead of int)

2000-08-19 Pablo Saratxaga <pablo@mandrakesoft.com>
	* configure.in,po/vi*.po: added Vietnamese language files

2000-08-11 Alexandre Dussart <adussart@mandrakesoft.com
	* TODO: Updated.
	* HARDWARE: Removed.
	* docs/report_detect.html: Merge in API now. So obsolete.
	* docs/API: Adds.
	* docs/FAQ: Numbering fixes ;-)
	* docs/FAQ: Some updates.
	* docs/Programming: Updates and adds.
	* src/SuperProbe/Utils.c: Use AsmMacros.h only if arch is !ppc and
      !alpha.
	* src/cpu.c: Minor fixe.
	* src/lst/pci.lst: Updates.
	* src/: pcmcia.c, usb.c: Priority if for lst->type(more precise).
	* src/pci.c: Minor fixes.
	* src/pci.c: Priority for lst->type instead of conv(more precise).
	* src/conv.c: DISPLAY_OTHERS are videocard.
	* src/: calls.c, cdrom.c, cpu.c, disk.c, ethernet.c, floppy.c:
      Added more i18n.
	* src/: calls.c, floppy.c: Replaced latest #ifdef DEBUG by
      if(debug).
	* src/lst/isa.lst: Updates.

2000-08-10 Alexandre Dussart <adussart@mandrakesoft.com
	* configure.in: Increase version numbering.
	* src/utils.h: Use dgettext instead of gettext.
	* src/lst/pci.lst: Updates.
	* src/lst/isa.lst: Updates.
	* AUTHORS: Updated.

2000-08-07 Alexandre Dussart <adussart@mandrakesoft.com
	* BUGS: Update.
	* src/: detect.h, options.c: debug variable must be accessible from
      linked program.
	* src/: detect.h, utils.h: debug variable in detect.h instead of
      utils.h now.

2000-08-07  Stefan Siegel  <siegel@linux-mandrake.com>
	* Makefile.am: new tag "list" to generate hardware list archive.
	* configure.in: checking for new isapnp headers.
	* pci.c: added missing debug output.
	* conv.c, tvcard.c: fixed tvcard bug.
	* cpu.c: added missing initialization.
	
2000-08-06  Stefan Siegel  <siegel@linux-mandrake.com>
	* Makefile.am, src/SuperProbe/OS_Linux.c, src/cpu.c, src/disk.c,
	  src/pci.c: alpha adaptions.
	* docs/PCI-Structure src/lst/pci.lst: added a new tag: bridge

2000-08-02  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/options.c: Comestic change.
	* detect.1: Updated.
	* src/: cdrom.c, cpu.c, disk.c, ethernet.c, floppy.c, ide.c,
	  isdn.c, joystick.c, lst.c, mem.c, modem.c, mouse.c, options.c,
	  others.c, parallel.c, printer.c, scanner.c, scsi.c, serial.c,
	  soundcard.c, tape.c, tvcard.c, usb.c, utils.h, video.c,
	  webcam.c: Added --debug option(deprecated #ifdef DEBUG).
	* src/Makefile.am: Added reference to webcam.c
	* src/lst/pci.lst: Updated.

2000-08-01 Alexandre Dussart  <adussart@mandrakesoft.com>
	* ChangeLog: Updated
	* src/SuperProbe/Matrox.c: Removed obsolete function.

2000-07-31  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/detect.h, src/soundcard.c, src/pci.c: fixed missing
	  options for pci soundcards.

2000-07-31 Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/isa.lst: Updated.
	* src/pci.c: Don't need to test pci class...if lst->type == ISDN
	  it's isdn!
	* src/: Makefile.am, conv.c, report.c, detect.h, webcam.c: Added
	  webcam detection.
	* ChangeLog: Updated.
	* src/pci.c: Minor fix.

2000-07-29  Stefan Siegel  <siegel@linux-mandrake.com>
	* Makefile.am, detect.1: added a man page for detect.

2000-07-28 Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/pci.lst: Updates.
	* src/: conv.c, detect.h, isdn.c, others.c, pci.c, report.c:
	  Added isdn detection.
	* src/lst/usb.lst: Updates.
	* src/lst/isa.lst: Updated.
	* src/lst/isa.lst: Updated otpions of SB cards.
	* src/cpu.c: Temporary fix (model is char* not int).
	* src/isa.c: Try to load isa-pnp module if isapnp not present.
	* src/lst/isa.lst: Updated.

2000-07-28  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/ethernet.c src/floppy.c src/modem.c src/report.c
	  src/scsi.c src/serial.c: more PowerPC adaptions.

2000-07-27 Alexandre Dussart  <adussart@mandrakesoft.com>
	* po/fr.po: Updated.
	* src/conv.c: Fixed typo.

2000-07-27  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/parallel.c: fixed typo.
	* src/lst/isa.lst: new modem.
	* configure.in, src/cpu.c, src/isa.c, src/conv.c,
	  src/report.c, src/utils.h: PowerPC adaptions.
	* src/options.c: fixed typo to get serial modems recognized.

2000-07-26 Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/usb.c: Get USB function from /proc instead of usb.lst.
	* src/scsi.c: Added debug ifdef.

2000-07-26  Pablo Saratxaga <pablo@mandrakesoft.com>
	* configure.in,po/*.po: big merging with po files of harddrake.
	* src/options.c,src/report.c: fixed English typos

2000-07-25  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/bus.c, src/modem.c, src/serial.c, src/lst.c, src/conv.c:
	  add "ATI9" detection of serial PnP modems.
	* docs/PCI-Structure, src/lst/pci.lst: new tag "pmc" for
	  power management controller.

2000-07-24 Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/usb.lst: Restored old version.
	* src/lst/pci.lst: Many updates.
	* src/lst.c: Minor fix.
	* src/lst.c: Handle device type again.
	* src/lst/: pcmcia.lst, usb.lst: Put device type field again.
	* src/lst/pci.lst: Put again device type field.(mea culpa :-/)
	* configure.in: Increase version number.
	* src/conv.c: Use local usb.h instead.
	* src/usb.h: Included.
	* src/lst/pci.lst: Changed format & use latest pcitable.
	* src/lst/isa.lst: Update

2000-07-21 Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/detect.h: Changed pcmciaclass2device prototype.
	* src/: conv.c, usb.c: Updated usb section(not finished yet).
	* src/conv.c: Updated usbclass2device function.
	* src/lst/usb.lst: Removed device type information (will be
	  obsolete soon ;-)
	* src/lst/pcmcia.lst: Some adds.
	* src/lst/pcmcia.lst: Removed device type field(obsolete now).
	* src/pcmcia_probe.c: A mistake when has been moved... see
	  pcmcia.c ;-)
	* src/pcmcia/pcmcia_probe.c: Removed(obsolete now).
	* src/conv.c: Typo fixe.
	* src/Makefile.am: Removed reference to libpcmcia.a
	* src/conv.c: Added pcmciaclass2device function.
	* src/pcmcia.c: Clean-ups.
	* configure.in: Removed reference to src/pcmcia.
	* src/detect.h: Removed info field from pcmcia_info (obsolete
	  now).
	* src/: conv.c, detect.h: Added pcmciaclass2device function.
	* src/Makefile.am: Removed pcmcia in SUBDIRS.
	* src/pcmcia/Makefile.am: Obsolete now.
	* src/pcmcia/: bulkmem.h, cistpl.h, config.h, cs.h, cs_types.h,
	  driver_ops.h, ds.h, version.h: Now in src/pcmcia
	* src/pcmcia.c: Old pcmcia_probe.c moved here to pcmcia.c
	* src/Makefile.am: Handle pcmcia.c
	* src/pcmcia_probe.c: Moved to main sources.
	* src/others.c: Added PCMCIA.
	* src/lst/pci.lst: Don't need device type anymore...
	* src/: lst.c, pci.c: Retreive class type from /proc/bus/pci/*
	  now.
	* src/: conv.c, detect.h: New pciclass2device function.
	* src/usb.c: Minor fixe.
	* src/usb.c: Clean-ups.

2000-07-20  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/isa.lst: Updated.


2000-07-18  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/isa.lst: Updated.

2000-07-14  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/modem.c: Fixed segfault.

2000-07-14  Alexandre Dussart  <adussart@mandrakesoft.com>

	* TODO: Updated.
	* src/isa.c: Use libisapnp old method for system without
	  /proc/isapnp available.
	* src/modem.c: Retablish serial modem detection (if no PCI&ISA
	  are found).
	* src/: report.c, utils.c, utils.h: Use device2str in report
	  function (more generic).


2000-07-13  Stefan Siegel  <siegel@linux-mandrake.com>
	* docs/ISA-Structure, src/conv.c, src/others.c, src/report.c,
	  src/lst/pci.lst: added new dummy module "ignore" for other
	  devices. (first step for a future join with insall pcilist)

2000-07-12  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/isa.c, src/pci.c, src/printer.c, src/usb.c,
	  src/utils.c, src/utils.h: fixed warnings

2000-07-12 Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/utils.h: Added some #include directives frequently used.
	* src/utils.h: [no log message]
	* src/printer.c: Use getline instead of fgets.
	* src/: cpu.c, ide.c, isa.c, lst.c, pci.c, scsi.c, usb.c,
	  utils.c: Use getline instead of fgets.

2000-07-11  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/: isa.c, soundcard.c: Some fixes.
	* src/: detect.h, ethernet.c, ide.c, joystick.c, modem.c,
	  others.c, scsi.c, soundcard.c, usb.c, utils.c: Handle new ISA
	  PnP detection code.
	* src/isa.c: Use /proc/isapnp to detect ISA PNP device now (can
	  detect IO,IRQ and DMA settings now).

2000-07-11 Alexandre Dussart    <adussart@mandrakesoft.com>
	* src/: detect.h, detect.h: Clean-ups
	* src/disk.c: Cleaned
	* src/disk.h: Obsolete now.
	* src/Makefile.am: Removed partitions.c from building
	* src/partitions.c: Obsolete now
	* src/: ide.c, tape.c: Added ide tape support

2000-07-10  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/bus.c, src/report.c, src/serial.c src/parallel.c
	  src/detect.h: added detection of serial device(s) fixed
	  detection of parallel device(s)

2000-07-10 Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/pci.lst: Added many modem updated Set module to
	  winmodem if winmodem is confirmed in description field.
	* src/: ethernet.c, ide.c, scsi.c, tvcard.c, usb.c: Added pci
	  id info.
	* src/: detect.h, modem.c, report.c: Removed serial modem
	  detection.
	* src: modem.c: Added pci modem detection.
	* src: modem.c, detect.h: Added module field in modem_info
	  struct.

2000-07-04  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/cpu.c, src/utils.c: removed leading spaces in output.
	* src/pci.c, src/usb.c: minor fixes.

2000-07-04  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/joystick.c, src/detect.h: Added joystick support.
	* src/*.c: Removed kernel_verif (not needed cause pci is NULL
	  in this case)
	* src/video.c: If pci == NULL then don't use SuperProbe
	  detection.
	* src/joystick.c: Added detection of PCI gameport.

2000-07-03  Stefan Siegel  <siegel@linux-mandrake.com>
        * autogen.sh: report to type make only if configure succeeded

2000-07-01  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/ethernet.c, src/soundcard.c: Fill id field for PCI and
	  PCMCIA devices.

2000-06-30  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/conv.c: Some fixes.
	* src/detect.h: Clean-ups again.

2000-06-29  Alexandre Dussart  <adussart@mandrakesoft.com>
	* detect.h: Put PARALLEL in BusType instead of PortType.
	* src/usb.c, src/detect.h: Added USB devices detection support.
	* src/pci.c: Handle unknown pci cards from pci.lst.
	* src/detect.h: use long_id for 8 bits id size long.
	* src/lst/pcmcia.lst: Reformatted to have the same structure as
	  pci/usb.
	* src/lst.c: Handle new pcmcia.lst format.
	* src/pcmcia.c: Use same arch as pci/usb.
	* src/pcmcia.c: Some fixes.
	* src/lst/usb.lst: Many updates.
	* src/parallel.c: deprecated port.c.
	* src/joystick.c: Added gameport detection (only isa _ports_
	  not the joystick connected).

2000-06-28  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/isa.c: compilation fix with isapnptools 1.22.
	* src/lst/usb.lst: formatted to have same format as pci.lst.
	* src/lst/usb.lst: Many updates.
	* src/lst.c: Handle usb.lst.
	* src/report.c, others.c: Handle USB devices.

2000-06-27  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/cdrom.c, src/floppy.c: Fixed.

2000-06-27  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/*c src/detect.h: added USBINTERFACE, IDEINTERFACE
	  detection.
	* src/*c: new structure bus_lst.

2000-06-23  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/calls.c: push functions used by EtherDrake and SoundDrake
	  to libdetect (that's what shared libs are for ;-)

2000-06-22  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/isa.c: Removed debug printf.

2000-06-21  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/scsi.c: fixed warning.
	* src/utils.h: cleanup.
	* 0.9.51 version!
	* docs/FAQ, docs/ISA-Structure, docs/PCI-Structure,
	  docs/Programming: corrections & updates.

2000-06-20  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/conv.c: Updates.

2000-06-20  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/scsi.c: fixed typo report module.
	* src/SuperProbe/*.c: fixed warnings.
	* po/POTFILES.in: more files to be i18n'ed.
	* src/*.c: some i18n fixes and clean up `struct port_info'.
	* src/printer.c: fixed old autoprope printer without CLASS:.
	* src/detect.h: cleanup.
	* src/others.c: added missing initialization of device.

2000-06-19  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/disk.c: Removed unused functions.
	* src/detect.h, src/tvcard.c, src/report.c, src/conv.c: Handle
	  tvcard detection now.
	* src/conv.c: Removed function2device.
	* src/pcmcia/pcmcia_probe.c: report type of device now.
	* src/detect.h, src/printer.c, src/report.c: handle printer
	  detection now.
	* src/lst/isa.lst: Updated.

2000-06-19  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/tape.c: added tape support (streamer, etc.)

2000-06-18  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/report.c: added vendor to disk lines; added vendor and
	  model to modem line
	* src/detect.h, src/mouse.c, src/disk.c, src/modem.c: added new
	  tags in report file
	* changed version to 0.9.51 (report changes make the lines
	  incompatible with the previous versions ...)
	* new function "report_verbose_detect" creats explaining comment
	  lines in the report file (better human readable now ...)
	* we parse commandline now ....

2000-06-17  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/utils.h src/utils.c: added some comments while trying to
	  understand the functions
	* src/detect.c: cosmetic i18n fixes
	* src/detect.h src/floppy.c, src/report.c, src/scsi.c: added
	  SCSI zip-drive support
	* src/pcmcia/pcmcia_probe.c: fixed == vs. = typo
	* src/port.c: removed unused variable len
	* src/*.c: fixed tonns of warnings

2000-06-16  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst.c: don't fill list when one of lst file path is set
	  to NULL
	* src/conv.c: Added, contains conversions functions.
	* src/detect.h: Removed functions not specific to detect.
	* configure.in: Clean-ups and compilations fixes.
	* src/Ma
	* src/util.h: Added, contains functions not specific to detect.
	* src/*.c: Removed a lot of unused variable.

2000-06-15  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/isa.lst: Updated

2000-06-10  Pablo Saratxaga <pablo@mandrakesoft.com>
	* configure.in, po/*.po: added po files fro various languages

2000-06-10  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/pcmcia/pcmcia_probe.c, src/detect.h, src/ethernet.c,
	  src/scsi.c, src/utils.c: small bugfixes to get detect build

2000-06-09  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/pcmcia/pcmcia_probe.c, src/detect.h, src/ethernet.c,
	  src/scsi.c: Use same structure as isa, pci, scsi etc..
	* src/report.c: Handle new pcmcia structure.

2000-06-07  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/pci.lst, src/lst/isa.lst: Updates.
	* src/soundcard.c: Why put pci soundcard module to null?? fixed.

2000-06-07  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/soundcard.c: some fixes.
	* src/report.c, src/detect.h, src/others.c: Handle pci id in
	  others struct now.

2000-06-06  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/pci.lst:Synced with pci-utils latest pci.ids.

2000-06-05  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/pci.lst:Many updates and adds.
	* src/lst/isa.lst: Updated.

2000-06-03  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/detect.h, src/utils.c: port2string->port2str and declared
	  as extern.
	* src/port.c: some fixes.
	* src/lst/pci.lst:Updated.

2000-06-02  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/isa.lst: Updated.

2000-05-31  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/isa.lst: Updated.

2000-05-29  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/utils.c: Added device2str function
	* src/utils.c: Completed str2device function.
	* configure.in: incremented version to 0.9.43

2000-05-25  Stefan Siegel <siegel@linux-mandrake.com>
	* added ".cvsignore" where needet to build in sito
	* po/de.po: initial german translation
	* VERSION: updated (0.9.31 -> 0.9.42 ;-)

2000-05-23  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/isa.lst: Typo fix.

2000-05-22  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/pci.lst: Updated.

2000-05-21  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/mouse.c: Fix serial mouse detection segfault.
	* configure.in: Incremented version.
	* 0.9.42 version!

2000-05-19  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/isa.c, src/detect.h, src/report.c: Added new
	  free_irqs_dmas_detect function.
	* configure.in: Incremented version.
	* 0.9.41 version!

2000-05-18  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/Makefile.am: Install binary in $prefix/sbin now.

2000-05-15  Alexandre Dussart  <adussart@mandrakesoft.com>
	* AUTHORS: Updated.
	* docs/report_detect.html: API example.

2000-05-12  Alexandre Dussart  <adussart@mandrakesoft.com>
	* docs/FAQ:Updated.
	* src/report.c: Added dev_id info. for others devices.
	* src/detect.h, src/others.c: Removed some obsolete fields.
	* 0.9.40 version!

2000-05-10  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/others.c, src/detect.h: Added info about isa ID.

2000-05-09  Alexandre Dussart  <adussart@mandrakesoft.com>
	* configure.in: Removed de locale(don't exist).

2000-05-04  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/isa.lst, src/lst/pci.lst: Updated.

2000-05-04  Andrew Post  <apost@chmi.upmc.edu>
	* src/report.c, src/detect.h: uses new disk_detect syntax.
	* src/scsi.c: Bug fix.
	* src/disk.c: Improved scsi detection code.

2000-03-19  Stefan Siegel  <siegel@linux-mandrake.com>
	* src/cdrom.c: Check for SCSI CD-Roms, Fixed ide-bug
	* src/detect.h: added new DeviceType SCANNER
	                new structs: scsi_info, scanner_info
	* src/report.c: new output: SCANNER
	* src/scanner.c: new
	* src/scsi.c: added scsi_detect
	* configure.in: Incremented versionning(0.9.40)

2000-02-29  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/ide.c: Get geometry for disk.
	* src/lst/isa.lst:Updated.
	* 0.9.35 version!

2000-02-23  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/isa.lst: Updated.

2000-02-22  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/pci.lst, src/lst/isa.lst: Updated.

2000-02-21  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/pci.lst: Updated.

2000-02-11  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/isa.lst:Updated.

2000-02-10  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/isa.lst: Updated.

2000-02-09  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/cpu.c: Fixed cpu flags..
	* src/lst/isa.lst, src/lst/pci.lst: Updated.
	* src/report.c: Removed space between the lines.
	* 0.9.34 version!

2000-02-08  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/others.c: Added ISA devices.
	* src/report.c: Makes reports compatible with Lothar report file.
	* src/report.c: Added others category.

2000-02-07  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/isa.lst: Updated.

2000-02-04  Alexandre Dussart  <adussart@mandrakesoft.com>
	* ltmain.sh, lconfig: Upgraded.

2000-02-03  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/utils.c: Renamed some function name.
	* src/utils.c: Added some convertions functions.
	* src/utils.c: Modified kernel_verif.
	* src/cpu.c: Uses an 'options' field for cpu flags as 3dnow, fpu or mmx
	* src/lst/isa.lst: Updated.
	* libtool: Upgraded.
	* 0.9.33 version!

2000-02-02  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/detect.h: Added PORTS devicetype.

2000-01-28  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/detect.h: Set correctly path to cpuinfo(/proc/cpuinfo).

2000-01-27  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/ide.c: Test if we can open /proc/ide.(Michael Vogt
	  <mvogt@acm.org>)
	* src/cdrom.c: Some fixes. (thanks to Michael Vogt
	  <mvogt@acm.org>)
	* BUGS, AUTHORS, README: Updated.
	* 0.9.32 version!

2000-01-24  Alexandre Dussart  <adussart@mandrakesoft.com>
	* docs/Programing: Updated
	* docs/API: Added(functions: their descriptions and use)

2000-01-21  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/isa.lst: Updated.
	* src/lst.c: Some fixes(get properly options).

2000-01-19  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/scsi.c, src/soundcard.c, src/modem.c, src/ethernet.c:
	  handle dev_num and dev_id.
	* src/detect.h: Added board_num, dev_num and dev_id for ISA card.

2000-01-18  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/scsi.c, src/soundcard.c, src/modem.c, src/ethernet.c:
	  handle board_id.
	* src/detect.h: Added new board_id
	* src/cpu.c: Initalize tdnow, fpu and mmx field to zero.
	* BUGS: Updated.

2000-01-17  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/isa.lst: Updated
	* docs/Programming: Added(Guide to developp with detect library).

2000-01-14  Felipe Rivera Marquez  <felipe@informador.com.mx>
	* docs/ISA-Structure, docs/PCI-Structure: Corrections and use
	  better english.

2000-01-13  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/scsi.c, src/ethernet.c: Continue to perform PCMCIA probing.
	* ChangeLog: I've lost old changes of 12/14 to 01/13... :-(
	* src/detect.h: Added isa_dev to handle isa logical device.
	* src/modem.c, src/soundcard.c, src/scsi.c, src/ethernet.c:
	  Handle new isa_info structure.
	* src/detect.h: Added vendor&model to modem_info.
	* src/isa.c: Better libisapnp integration
	* src/isa.c: Can handle logical device now.
	* src/*: Many fixes.
	* src/soundcard.c: Removed ISA SB detection(can be dangerous).
	* TODO, AUTHORS, BUGS: Updated.
	* src/lst.c: Handle new isa.lst structure.
	* src/lst/isa.lst: New structure and many more card recognized.
	* src/lst/pci.lst: Many updates(SB Live!, ESS-SOLO...).
	* docs/ISA-Structure: Contains informations about isa.lst 
	  structure.
	* docs/PCI-Structure: Contains informations about pci.lst 
	  structure.
	* 0.9.31 version!

1999-12-14  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/isa.c: Don't exit if we can't detect any card.

1999-12-10  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/lst/pci.lst: Updated

1999-12-08  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/isa.c, src/lst.c: Adpated to use new isapnp library.
	* src/pnpdump/*: Not needed anymore.
	* src/report.c: Display soundcard modulename.
	* configure.in: removed src/pnpdump/Makefile generation.
	* configure.in: Linked with static isapnp library.
	* configure.in: Some clean-up&fixes
	* TODO, BUGS, README: Updated
	* src/lst/isa.lst: Updated
	* 0.9.30 version!

1999-12-02  Alexandre Dussart  <adussart@mandrakesoft.com>
	* src/pnpdump/*: Updated to v1.19

1999-11-22 Pablo Saratxaga <pablo@mandrakesoft.com>
	* Makefile.am,acconfig.h,aclocal.m4,configure.in,
	  src/{Makefile.am,detect.c,detect.h,detect_config.h.in},
	  po/*,intl/*: added i18n support

1999-11-11  Alexandre Dussart <adussart@mandrakesoft.com>
	* Updated isa.lst

1999-11-04  Alexandre Dussart <adussart@mandrakesoft.com>
	* Updated isa.lst

1999-11-03  Alexandre Dussart <adussart@mandrakesoft.com>
	* Fixed configure.in to link with math library.

1999-11-02  Philippe Chauvat <philippe.chauvat@sympatico.ca>
	* Add port.c for detecting parallel ports.

1999-11-02  Alexandre Dussart <adussart@mandrakesoft.com>
	* Updated isa.lst

1999-10-28  Alexandre Dussart  <adussart@mandrakesoft.com>
	* Updated isa.lst

1999-10-25  Alexandre Dussart <adussart@mandrakesoft.com>
	* Released as 0.9.29 version!

1999-10-20  Alexandre Dussart <adussart@mandrakesoft.com>
	* Reuse Philippe Chauvat ide.c code.
	* Reuse of this file (ChangeLog) again.

1999-10-11  Alexandre Dussart <adussart@mandrakesoft.com>
	* Updated isa.lst

1999-10-05  Alexandre Dussart <adussart@mandrakesoft.com>
	* Updated isa.lst

1999-10-04  Alexandre Dussart <adussart@mandrakesoft.com>
	* put bus type in report.txt for disk device.
	* Updated isa.lst

1999-09-30  Felipe Rivera Marquez <felipe@informador.com.mx>
	* Many clean&fix
	* Get more information about CPU.
	* Added an others device categories.

1999-09-30  Alexandre Dussart <adussart@mandrakesoft.com>
	* Modifications on Felipe code again.

1999-09-28  Alexandre Dussart <adussart@mandrakesoft.com>
	* Released as 0.9.28 version!
	* Many clean-up
	* Oupsss...forget to modify scsi.c to detect scsi disk...

1999-09-27  Alexandre Dussart <adussart@mandrakesoft.com>
	* src/report.c: updated output file.

1999-09-24  Alexandre Dussart <adussart@mandrakesoft.com>
	* Released as 0.9.27 version!

1999-09-23  Alexandre Dussart <adussart@mandrakesoft.com>
	* isa.lst: Updated

1999-09-21  Alexandre Dussart <adussart@mandrakesoft.com>
	* disk.c: use ide_detect to detect ide disk, some fixes
	* cdrom.c: ide_info passed as argument
	* floppy.c: ide_info passed as argument

1999-09-20  Philippe Chauvat <philippe.chauvat@sympatico.ca>
	* ide.c: improved /proc/ide reading.

1999-09-20  Alexandre Dussart <adussart@mandrakesoft.com>
	* Updated isa.lst.

1999-09-17  Alexandre Dussart <adussart@mandrakesoft.com>
	* lst.c: recomit modification to handle MPU401 IO range

1999-09-15  Alexandre Dussart <adussart@mandrakesoft.com>
	* Released as 0.9.26 version!

1999-09-15  Alexandre Dussart <adussart@mandrakesoft.com>
	* pnpdump/Makefile.am: Added -g option

1999-09-10  Alexandre Dussart <adussart@mandrakesoft.com>
	* isa.lst: Put HAS_DMA16 and HAS_MPU401 in isa.lst again
	* lst.c: Minor fix to handle MPU401 IO range.

1999-09-09  Alexandre Dussart <adussart@mandrakesoft.com>
	* disk.c: added /dev/hde to /dev/hdf
	* ide.c: same as disk.c

1999-09-08  Alexandre Dussart <adussart@mandrakesoft.com>
	* Released as 0.9.25 version!
	* isa.lst: updates
	* configure.in: handle linux header path better

1999-09-07
	* Released as 0.9.24 version!
	* Documentation updates.

1999-09-06
	* Added HAS_DMA2 option (to handle dma2 instead of dma1 param)

1999-09-02
	* Released as 0.9.23 version!
	* Updated isa.lst
	* Added new IO, IRQ, DMA, DMA2 and MPU401 range field to isa.lst
	  and isa_info structure.

1999-09-01
	* PCI detection rewritten from scratch.
	* Extended pci.lst (modulename + type fields).
	* Now can list all pci&isa cards recognized by detect library.
	* Updated pci.lst

1999-08-31
	* Updated isa.lst

1999-08-30
	* Updated isa.lst
	* Little fix in report.

1999-08-25
	* Updated isa.lst (and alphabetical order for cards)

1999-08-24
	* Removes isa.lst structure and function.
	* Added new cards_lst generic structure for all cards recognized
	  by detect.
	* New function to handle cards_lst.
	* Can handle HAS_CS4232 option.

1999-08-23
	* Updated isa.lst
	* autogen.sh fix

1999-08-19
	* Header clean-up.
	* Added 3dnow CPU detection.

1999-08-18
	* Remove spec file.
	* Released as 0.9.22 version!
	* Updated isa.lst

1999-08-17
	* Released as 0.9.21 version!

1999-07-26
	* Little change in report structure file(removed undetected
	  devices)
	* Typo fix in isa.lst

1999-07-19
	* Can recognize standard floppy drive(1.44).
	* More generic IDE floppy drive instead of details each them
	  (ZIP, LS120...)

1999-07-16
	* Fixed a a bug in scsi (Abdul)
	* Can recognize SCSI host card again (Abdul)

1999-07-15
	* Added some soundcards.
	* Released as 0.9.20 version!

1999-07-13
	* Added joystick, awe and dream options for soundcard.
	* SMP fixes.

1999-07-12
	* Some fixes.
	* Released as 0.9.19. version

1999-07-09
	* Update .spec file (from Abdul)

1999-07-08
	* Update configure to handle pci.lst instead of pci.ids

1999-07-07
	* Upgrade pnpdump code to v1.18 again + patch on resource.c
	* Updated isa.lst
	* Change pci.ids name to pci.lst name

1999-07-06
	* Add isa_lst structure to detect.h
	* Changed some options name
	* Can recognize HAS_DMA16 option.
	* Added BusType to isa_lst structure (used by soundconfig)

1999-07-05
	* Added init_isa_lst in detect.h (to parse the hardware list).
	* Can recognize MPU401 and OPL3 options.

1999-06-29
	* Downgraded libtool macro (compilation error's on some system).

1999-06-25
	* Updated report.c

1999-06-23
	* Modem fix
	* Released as 0.9.18 version

1999-06-16
	* Updated docs.
	* Cleaned-up detect.h
	* Few fixes

1999-06-14
	* Warning if you try to use test_lst

1999-06-10
	* Added output informations.

1999-06-09
	* Can configure isa.lst and pci.ids path for installation.
	* Added BUGS file.

1999-06-08
	* Print a warning if the isa.lst isn't found.
	* Downgrade pnpdump code to v1.14 (without the SB32/64 bug)
	* Updated FAQ

1999-06-07
	* Compilation error fix.
	* Warning you if an ISA card isn't repertoried.

1999-05-27
	* Modem bus fix.

1999-05-26
	* Typedef for bus and device type.

1999-05-25
	* Fix VERSION that causes warning during compilation.
	* ReAdd pci soundcard detection.

1999-05-12
	* Finish Libpci integration (use pci.ids of pciutils).
	* Some fixes.
	* Small updates of FAQ.

1999-05-07
	* Fix in SCSI cdrom code.
	* Fully restructuration.
	* Integration of libpci (from pci-utils).
	* The detection speed should be improved.

1999-05-04
	* Updated FAQ from Abdulmajid.

1999-05-03
	* Fix report cpu again (should report more than one processor now).
	* Video fix.
	* Updated isa.lst (many cards added).

1999-05-01
	* Fixe cpu code again from Jamie

1999-04-30
	* Some fixe on new cpu code from Jamie

1999-04-29
	* Can detect more than one CPU from Jamie

1999-04-28
	* Compilation fixes.
	* New isa.lst syntax (more flexible).

1999-04-27
	* Modified configure script to install detect header.

1999-04-26
	* Add configure script from Balazs <bazsi@balabit.h>

1999-04-20
	* Released as 0.9.17 version.
	* New 'swap total' and 'swap free' field in memory module.

1999-04-19
	* isa.lst updated.

1999-04-14
	* Include the utils functions in detect.h headers (can be
	  useful for all programs that use detect).
	* Cleaned headers.
	* Warning compilations fixes (for nicer compilation ;).
	* Functions to operate on serial port are separated now.
	* Add a serial.h header (contains functions shared by modem and
	  mouse code.
	* Add a disk.h headers (contains functions shared by disk and
	  partition code).

1999-04-13
	* Released as 0.9.16 version.
	* New atapi/ide code.
	* kernel buffer not longer used for cdrom detection.
	* New 'model' field for cdrom.

1999-04-12
	* Removed the floppy drive code(buggy).

1999-04-08  Alexandre Dussart  <adussart@mandrakesoft.com>
	* ZIP fix.
	* HARDWARE updates.
	* pci.lst updates.

Version 0.9.15
Modifs by Alex:
-Detection of floppy disk(fd, zip).

Version 0.9.14:
Modifs by bero:
-add PCMCIA detection (currently limited to Ethernet+SCSI)
-define Neomagic MagicGraph stuff as VIDEO/SVGA in pci.lst
-add some stuff to the HARDWARE file
-fix SuperProbe for cards with unknown amounts of memory (add |0| rather
 than nothing - needed for DAC detection)
-fix Makefile - we need to rebuild libdetect.a if .o files in subdirectories
 have changed
-tweak Makefile - we don't have to rebuild all .c files if one of them
 changed
-replace all occurences of "UNKNOW" with "UNKNOWN" (spelling)
-fix detection of SCSI CD-ROMs
-fix 2.2.3 compilation error.

Modifs by Alex:
-Updates for integrate bero-code(the speeder coder ;).
-New isa.lst entries.


Version 0.9.13:
Modifs by bero:
-fix detection of modems that are in non-verbose mode (ATV0) by default
-add portspeed to modem detection
-add capabilities (V.90, Fax class 1/2, etc) to modem detection
-don't segfault if we can't detect the amount of video RAM
-don't exit() from pnpdump.c if there's no PnP card in the system...
-add detection of non-PnP SB cards
-fix detection of serial modems
-merge some pnpdump fixes from isapnptools 1.18

Modifs by Alex:
-Removed the '.o' extension of modules('sndconfig' data compliant)
-New 'bus' field('sndconfig' data compliant).
-Change model to type field for soundcard('sndconfig' data compliant).

Version 0.9.12
-IO, IRQ and DMA detection buggy.
-Release in trash now.

Version 0.9.11
-Some fixes
-New disk&partitions detection code.
-New field for disk&partitions.
-Extended partitions are separated now.
-partitions_detect obsolete now.
-FAQ english now.

Warning: The partitions detection method has been changed. Consult detect.c
for an example.

Version 0.9.10
-Many fixes
-Integration of the lastest superprobe code.

Version 0.9.9
-Superprobe integration(adapted for detect).
-Detection of VLB/ISA/EISA video cards now.
-Detection of PCI card non-detected in the first step.
-New videocard fields(memory, clockchip, ramdac).
-Many fixes.
-Complemented HARDWARE, pci.lst and isa.lst.
-Pnpdump integration(adapted for detect).
-Don't use isapnp temporary file anymore.
-PCI extra field for videocard has been modified.
-Changes and README files are english now.
-Minor fix in script report.sh.

Version 0.9.8
-Showing detection state.
-Many fixes.

Version 0.9.7
-Reactivated non detected hardware print.
-CPU detection improvment.
-FAQ creation.
-Complemented isa.lst and pci.lst.

Version 0.9.6
-Always use linked structures now.
-Can install detect library now.

Version 0.9.5
-Modem detection(externals, internals).
-Many fixes.

Version 0.9.4:
-New CPU field(frequence).
-ATAPI/IDE CDROM drive detection improvment.
-Kernel verification improvment.
-Complemented isa.lst.
-Cleaned fdisk code.
-Verification program improvment.
-Complemented pci.lst
-Wait 3 secunds before generate report.tar.gz.

Version 0.9.3:
-All source is english now.
-Cleaned code(by E.DUMAS).
-Only the root can run detect now(E.DUMAS).
-Complemented HARDWARE.
-Suppression of optimization flag.
-New entry in isa.lst.
-Complemented pci.lst.
-ATAPI/IDE CDROM drive detection fixe.
-Version of detect library is taken in VERSION file now.
-Kernel version verification.

Version 0.9.2:
-New HARDWARE file.
-Verification program improvment.

Version 0.9.1
-Many fixes.
-New CPU field(vendor name).
-Added a pci.lst verification program.

Version 0.9
-Added 'report.sh' script.
-Added a function to detect ISA PnP cards.
-Created isa.lst file.
-Complemented pci.lst.
-Complemented documentation.

Version 0.8
-Headers fusion(API definitions).
-New fields in soundcard structure.
-Many fixes.
-Added a generic function to detect PCI cards.
-Make detections even when /proc/bus/pci/devices is absent.
-Added function to generate a hardware information file.
-Modified example(use report function).
-Created pci.lst.
-Error value '-1' is returned now.
-New ATAPI/IDE detection code(suggestion by C.ROMAIN).

Version 0.7
-Complemented ethernet.lst.
-Complemented scsi.lst.
-Many fixes.
-Added function to detect geometry disk.
-Cleaned Makefile.
-Added function to detect serial mouses.
-Added function to detect PCI soundcard.

Version 0.6
-Added function to detect PCI SCSI card.
-Cleaned code.
-Many parameters are "#defined".
-Many fixes.
-New field for ethernet and scsi(modules).
-Videocard detection improvment.
-Modified example.
-Complemented video.lst

Version 0.5:
-Added function to detect ATAPI/IDE cdrom drive.
-New fields for partitions detected(boot, sectors, id).
-Added function to detect PCI ethernetcard.
-Memory allocation are always controlled.
-Added function to detect PS/2 mouse.

Version 0.4:
-Structure are distinct now.
-New standard function name 'function_detect()'.
-New fields for CPU detected(FPU, MMX).
-Fdisk detection improvment.
-Cleaned fdisk code.
-Partitions detected are structure linked now.
-Added function to detect memory.

Version 0.3:
-Added function to detect PCI videocard.
-Added function to detect CPU.
-Many fixes.
-Informations are returned in structure form.

Version: 0.2
-Fdisk integration improvment.
-Added function to detect partition type.
-Added function to detect partition size.
-Informations are returned in char array form.

Version 0.1:
-Fdisk integration.
