]> mj.ucw.cz Git - pciutils.git/blobdiff - ChangeLog
Added support for printing of subsystem IDs.
[pciutils.git] / ChangeLog
index b8bb1ff81d4b7fa535c5ffb5a381b6291a7e9626..0b37ee55eb453ab119bf3c817fb7fc5343ba065d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,70 @@
+Fri Jul 17 10:43:30 1998  Martin Mares  <mj@albireo.ucw.cz>
+
+       * 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  <mj@albireo.ucw.cz>
+
+       * 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  <mj@albireo.ucw.cz>
+
+       * 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  <mj@albireo.ucw.cz>
+
+       * 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
+       <steve@icarus.com> for reporting this.
+
+Sun Jun  7 19:27:51 1998  Martin Mares  <mj@albireo.ucw.cz>
+
+       * 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 <linux/pci.h> removed.
+       Thanks to Geert Uytterhoeven <Geert.Uytterhoeven@cs.kuleuven.ac.be>
+       for bug report.
+
+Thu May 28 14:45:58 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
+
+       * pci.ids: More updates from Jens Maurer.
+
+Wed Apr 22 10:00:39 1998  Martin Mares  <mj@albireo.ucw.cz>
+
+       * pci.ids: Updates from Jens Maurer.
+
 Sun Apr 19 11:14:25 1998  Martin Mares  <mj@albireo.ucw.cz>
 
+       * Released as 1.03.
+
        * setpci.8: Written.
 
        * setpci.c: Finished.