X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ChangeLog;h=0b37ee55eb453ab119bf3c817fb7fc5343ba065d;hb=ce503b7f7073ff1bd471395d380691349d776aa3;hp=b8bb1ff81d4b7fa535c5ffb5a381b6291a7e9626;hpb=b2c9b37385b4f06bbdb0af0aca627dfc00df5afb;p=pciutils.git diff --git a/ChangeLog b/ChangeLog index b8bb1ff..0b37ee5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,70 @@ +Fri Jul 17 10:43:30 1998 Martin Mares + + * lspci.c (show_verbose): Print subsystem ID using the new resolver. + (show_machine): Print subsystem ID. + + * names.c: New name resolution engine supporting subsystem IDs. + + * Released as version 1.07. + +Wed Jul 15 15:37:21 1998 Martin Mares + + * lspci.c (show_htype2 etc.): Displaying of CardBus headers. + (show_bases): Honor the `cnt' argument. + (grow_tree): Parse CardBus headers in tree mode as well. + + * pci.h: Updated CardBus header field description. I still don't + have the CardBus standard available, but OZ6832 specs contain + full description of all header fields supported by the chip. + +Tue Jun 9 22:53:59 1998 Martin Mares + + * Released as 1.06. + + * names.c (parse_name_list): Killed an unused variable. + + * setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1 + if they are not defined by glibc (needed for glibc built on older + kernels). Ugly. + + * setpci.c (exec_op): Fixed error messages. Thanks, Steve! + +Mon Jun 8 10:59:22 1998 Martin Mares + + * Released as 1.05. + + * setpci.c: Problems with pread()/pwrite() with glibc on Alpha + should be gone. Again thanks to Steve for bug report. + + * filter.c (filter_parse_slot): Fixed ":x" type filters. + + * pci.ids: Killed duplicate entry. Thanks to Stephen Williams + for reporting this. + +Sun Jun 7 19:27:51 1998 Martin Mares + + * lspci.c (main), setpci.c (main): Implemented "--version". + + * Released as 1.04. + + * pciutils.h (PCIUTILS_VERSION): Added version string. + + * filter.c, names.c: Extraneous #include removed. + Thanks to Geert Uytterhoeven + for bug report. + +Thu May 28 14:45:58 1998 Martin Mares + + * pci.ids: More updates from Jens Maurer. + +Wed Apr 22 10:00:39 1998 Martin Mares + + * pci.ids: Updates from Jens Maurer. + Sun Apr 19 11:14:25 1998 Martin Mares + * Released as 1.03. + * setpci.8: Written. * setpci.c: Finished.