summaryrefslogtreecommitdiff
path: root/util/superiotool/nsc.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi
2020-05-09AUTHORS, util/: Drop individual copyright noticesPatrick Georgi
2018-08-26superiotool: fix wpcd376iStefan Tauner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2011-03-06Add support for the NSC PC87364 Super I/O.Michael Karcher
2011-02-02Add detection/dump support for the NSC PC87382.Sven Schnelle
2009-11-09Add detection and dump support for the Winbond WPCD376I.Sean Young
2009-06-26This adds register definitions for all logical devices on the SMSCMichael Gold
2008-12-20This adds register map based on NSC PC87392 datasheet. LDN#2 can beMichał Mirosław
2008-12-01The Winbond Super I/O chips have another indirection of registers. TheStefan Reinauer
2008-10-28Allow superiotool to compile and work on FreeBSD. Tested on FreeBSD 7.Andriy Gapon
2008-06-07Add dump support for Winbond (NSC) PC87427. Dumps available from real hardware.Tom Sylla
2008-01-15Add new --list-supported switch for printing the list of Super I/OsRobinson P. Tryon
2007-12-17Add dump support for NSC PC87317.Ulf Jordan
2007-12-14Add dump support for NSC PC97317.Ulf Jordan
2007-12-13Add detection and dump support for NSC PC97307.Ulf Jordan
2007-12-13Add dump support for NSC PC8741x.Ulf Jordan
2007-12-08Add detection and dump support for NSC PC87309.Ulf Jordan
2007-12-07Add/fix some LDN descriptions (trivial).Uwe Hermann
2007-12-07Fix typo. According to National's datasheet PC87317 has SID = 0xd0 andUlf Jordan
2007-11-24Add dump support for the PC87366.Ulf Jordan
2007-11-13Add dump support for NSC PC87360.Ulf Jordan
2007-11-12Drop superfluous exit_conf_mode*() calls, we don't want to call them twice.Uwe Hermann
2007-10-31Use the preferred order of 'static const' instead of 'const static'.Uwe Hermann
2007-10-17Drop support for the --human-readable option. It's not any more useful thanUwe Hermann
2007-10-14Add dump support for the NSC PC8374L (trivial).Uwe Hermann
2007-10-07Detection support for a bunch of NSC Super I/Os (trivial).Uwe Hermann
2007-10-07Print a short message if no Super I/O chip could be detected (trivial).Uwe Hermann
2007-10-04 * Convert the NSC code to the common code structure all other Super I/Os use.Uwe Hermann
2007-09-28Random minor fixes. Use svn revision as superiotool version number.Uwe Hermann
2007-09-20Add -D / --dump-readable option which prints the Super I/O registerUwe Hermann
2007-09-20Fix up and generalize the ITE IT8708F code. It was only working out ofUwe Hermann
2007-09-19Further code simplifications and improvements.Uwe Hermann
2007-09-19Use uint16_t and friends where appropriate (trivial).Uwe Hermann
2007-09-16Split up superiotool.c into multiple source files, one per vendor.Uwe Hermann