1. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  2. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  3. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  4. 522e9e9 Avoid false detection of SMSC FDC37N972 when Infineon TPM is present by Jonathan A. Kollasch · 13 years ago
  5. 1866e9c Add SMSC SCH3114 superio register descriptions to superiotool. by Mark Norman · 13 years ago
  6. c55bcde superiotool: Cosmetics and coding style fixes. by Uwe Hermann · 13 years ago
  7. b159f7a add mec1308 support to superiotool by David Hendricks · 13 years ago
  8. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  9. 4d68df7 Add support for the SMSC FDC37C932 Super I/O. by Marc Bertens · 14 years ago
  10. a57a0ac Add detection support for the SMSC FDC37M602. by Uwe Hermann · 15 years ago
  11. 22b44ba Add dump support for SMSC LPC47N252. by François-Regis Vuillemin · 15 years ago
  12. db52fb8 Don't dump 0x07 registers, they're useless as they change every time by Uwe Hermann · 15 years ago
  13. 556e6fb This adds register definitions for all logical devices on the SMSC by Michael Gold · 15 years ago
  14. 2ac37ca Fix my last commit. I looked at the wrong dead laptop. by Uwe Hermann · 15 years ago
  15. 0dae44c Support for detecting the SMSC FDC37N869 (trivial). by Uwe Hermann · 15 years ago
  16. 83da8dc - List SMSC LPC47N227 runtime register block as supported. by Uwe Hermann · 15 years ago
  17. 6df0c62 Add support for the LPC47M182 to superiotool by Stefan Reinauer · 15 years ago
  18. 7a51e50 The Winbond Super I/O chips have another indirection of registers. The by Stefan Reinauer · 16 years ago
  19. b64aa60 Allow superiotool to compile and work on FreeBSD. Tested on FreeBSD 7. by Andriy Gapon · 16 years ago
  20. b0ae976 Drop global register 0x07 for all Super I/Os (trivial). by Uwe Hermann · 16 years ago
  21. cfb6ac7 Add some more Super I/O IDs/names (trivial). by Uwe Hermann · 16 years ago
  22. 67b35cb1 fix typo in superiotool (trivial) by Stefan Reinauer · 16 years ago
  23. a3f0579 superiotool: add support for SMSC SIO10N268 (trivial) by Stefan Reinauer · 16 years ago
  24. a12eb6a add support for 2 new SMSC superio chips. Information is a bit ambiguous by Stefan Reinauer · 16 years ago
  25. bb33e4a Detect SMSC SCH5027 (trivial). by Uwe Hermann · 16 years ago
  26. 552cfb7 Add new --list-supported switch for printing the list of Super I/Os by Robinson P. Tryon · 16 years ago
  27. c9a677b Add dump support for SMSC LPC47M192. by Ulf Jordan · 17 years ago
  28. 59b99d9 Various small fixes (trivial). by Uwe Hermann · 17 years ago
  29. 29cbb36 Dump support for SMSC FDC37C67x. by Robinson P. Tryon · 17 years ago
  30. f811ede Dump support for the SMSC LPC47B27x (trivial). by Uwe Hermann · 17 years ago
  31. 74b29b9 Detection support for more Super I/Os. Small fixes (trivial). by Uwe Hermann · 17 years ago
  32. 4c28034 Add detection and dump support for the SMSC FDC37N958FR (trivial). by Uwe Hermann · 17 years ago
  33. 9c22e86 Drop superfluous exit_conf_mode*() calls, we don't want to call them twice. by Uwe Hermann · 17 years ago
  34. 246be7d Use the preferred order of 'static const' instead of 'const static'. by Uwe Hermann · 17 years ago
  35. 7dabe5e Drop support for the --human-readable option. It's not any more useful than by Uwe Hermann · 17 years ago
  36. 45c1556 Dump support for the SMSC LPC47N227. by Stefan Reinauer · 17 years ago
  37. 0446dbb Fixup a register dump attached to the wrong Super I/O. Seems something by Uwe Hermann · 17 years ago
  38. 14f304a Add detection support for lots more SMSC Super I/Os (trivial). by Uwe Hermann · 17 years ago
  39. e9d4616 Print a short message if no Super I/O chip could be detected (trivial). by Uwe Hermann · 17 years ago
  40. 8a9c03f Dump support for the SMSC FDC37B72x. by Robinson P. Tryon · 17 years ago
  41. e1073f1 Dump support for the SMSC FDC37B78x. by Robinson P. Tryon · 17 years ago
  42. 87c4999 Dump support for the SMSC FDC37M81x. by Robinson P. Tryon · 17 years ago
  43. 23740c8 Add dump support for the SMSC LPC47M10x (trivial). by Uwe Hermann · 17 years ago
  44. db5f953 Add detection support for the LPC47B387 (trivial). by Uwe Hermann · 17 years ago
  45. 8b8d039 * Convert the NSC code to the common code structure all other Super I/Os use. by Uwe Hermann · 17 years ago
  46. afe8309 Random minor fixes. Use svn revision as superiotool version number. by Uwe Hermann · 17 years ago
  47. 5f45fc2 Fix up the SMSC detection code to probe _both_ old- and new-style by Uwe Hermann · 17 years ago
  48. 0f86732 Add detection support for quite a number of SMSC Super I/Os. Also, add by Uwe Hermann · 17 years ago
  49. eddc473 Add -D / --dump-readable option which prints the Super I/O register by Uwe Hermann · 17 years ago
  50. 0702469 Fix up and generalize the ITE IT8708F code. It was only working out of by Uwe Hermann · 17 years ago
  51. 2c290e3 Superiotool: Add dump support to the Winbond W83697HF/F. by Uwe Hermann · 17 years ago
  52. 7e7e9ac Add support for the Winbond W83697HF/F and W83627EHF/EF/EHG/EG. by Uwe Hermann · 17 years ago
  53. 3acf31e Further code simplifications and improvements. by Uwe Hermann · 17 years ago
  54. 25a6c0f Split out enter_conf_mode_*()/exit_conf_mode_() functions, we'll soon need by Uwe Hermann · 17 years ago
  55. de24a0e Use uint16_t and friends where appropriate (trivial). by Uwe Hermann · 17 years ago
  56. d754d2c Make the code a bit more generic (trivial). Different Super I/Os by Uwe Hermann · 17 years ago
  57. 6ff6af7 Superiotool: Add support for the SMSC FDC37N769. by Uwe Hermann · 17 years ago