summaryrefslogtreecommitdiffstats
path: root/util/superiotool/nsc.c
Commit message (Expand)AuthorAgeFilesLines
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-11/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-5/+1
* superiotool: fix wpcd376iStefan Tauner2018-08-261-4/+8
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Add support for the NSC PC87364 Super I/O.Michael Karcher2011-03-061-0/+42
* Add detection/dump support for the NSC PC87382.Sven Schnelle2011-02-021-1/+19
* Add detection and dump support for the Winbond WPCD376I.Sean Young2009-11-091-5/+56
* This adds register definitions for all logical devices on the SMSCMichael Gold2009-06-261-1/+1
* This adds register map based on NSC PC87392 datasheet. LDN#2 can beMichał Mirosław2008-12-201-0/+36
* The Winbond Super I/O chips have another indirection of registers. TheStefan Reinauer2008-12-011-1/+1
* Allow superiotool to compile and work on FreeBSD. Tested on FreeBSD 7.Andriy Gapon2008-10-281-7/+7
* Add dump support for Winbond (NSC) PC87427. Dumps available from real hardware.Tom Sylla2008-06-071-0/+59
* Add new --list-supported switch for printing the list of Super I/OsRobinson P. Tryon2008-01-151-0/+5
* Add dump support for NSC PC87317.Ulf Jordan2007-12-171-0/+34
* Add dump support for NSC PC97317.Ulf Jordan2007-12-141-0/+34
* Add detection and dump support for NSC PC97307.Ulf Jordan2007-12-131-0/+36
* Add dump support for NSC PC8741x.Ulf Jordan2007-12-131-0/+47
* Add detection and dump support for NSC PC87309.Ulf Jordan2007-12-081-0/+30
* Add/fix some LDN descriptions (trivial).Uwe Hermann2007-12-071-2/+2
* Fix typo. According to National's datasheet PC87317 has SID = 0xd0 andUlf Jordan2007-12-071-2/+2
* Add dump support for the PC87366.Ulf Jordan2007-11-241-0/+56
* Add dump support for NSC PC87360.Ulf Jordan2007-11-131-0/+42
* Drop superfluous exit_conf_mode*() calls, we don't want to call them twice.Uwe Hermann2007-11-121-1/+0
* Use the preferred order of 'static const' instead of 'const static'.Uwe Hermann2007-10-311-1/+1
* Drop support for the --human-readable option. It's not any more useful thanUwe Hermann2007-10-171-38/+0
* Add dump support for the NSC PC8374L (trivial).Uwe Hermann2007-10-141-0/+40
* Detection support for a bunch of NSC Super I/Os (trivial).Uwe Hermann2007-10-071-1/+65
* Print a short message if no Super I/O chip could be detected (trivial).Uwe Hermann2007-10-071-0/+1
* * Convert the NSC code to the common code structure all other Super I/Os use.Uwe Hermann2007-10-041-25/+39
* Random minor fixes. Use svn revision as superiotool version number.Uwe Hermann2007-09-281-2/+2
* Add -D / --dump-readable option which prints the Super I/O registerUwe Hermann2007-09-201-2/+5
* Fix up and generalize the ITE IT8708F code. It was only working out ofUwe Hermann2007-09-201-0/+1
* Further code simplifications and improvements.Uwe Hermann2007-09-191-4/+1
* Use uint16_t and friends where appropriate (trivial).Uwe Hermann2007-09-191-3/+3
* Split up superiotool.c into multiple source files, one per vendor.Uwe Hermann2007-09-161-0/+91