index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
isa
/
itesio_isa.c
Age
Commit message (
Expand
)
Author
2022-06-29
unregister sensors only when registered.
mlelstv
2021-07-03
itesio(4): Added IT8625E support.
nonaka
2019-07-23
Add IT8655 support.
msaitoh
2017-09-12
Add IT8728F and IT877[12]E.
msaitoh
2017-08-14
Enable the IT8628E shipped with my gigabyte GA-N3150N-D3V board.
hauke
2015-04-23
Update module dependencies for all the existing modules that depend on sysmon...
pgoyette
2012-11-15
Add support for ITE8720F by Nat Sloss. PR#47169.
msaitoh
2011-07-29
add module support
jmcneill
2011-06-20
Initialize sensors states before registering.
pgoyette
2010-08-13
Implement user-settable rfact in itesio.
jakllsch
2010-07-17
Put the original NULL pmf handler establishment back where it started, so
pgoyette
2010-07-17
If this itesio(4) has a watchdog, then set up a real suspend handler to
pgoyette
2010-05-02
This only needs one bus_space_tag_t.
jakllsch
2008-04-26
Also attach in the IT8726F Super I/O.
xtraeme
2008-04-26
Fixup the negative VINs, they were inverted and conversion was wrong.
xtraeme
2008-04-04
Don't forget to unmap the I/O space in the error paths.
xtraeme
2008-03-05
struct cfdata * -> cfdata_t (for consistency).
xtraeme
2008-03-04
Change my email address to the netbsd one.
xtraeme
2007-12-31
Proxy-commit for xtraeme:
wiz
2007-12-29
Erm, update another comment that was outdated with latest changes.
xtraeme
2007-12-29
Update a comment that I wanted to correct for long time now...
xtraeme
2007-12-29
Added support for the Watchdog Timer built in the IT871[268] Super I/Os.
xtraeme
2007-12-13
Check return value of pmf_device_register(), pointed out by joerg.
xtraeme
2007-12-09
Register to pmf(9).
xtraeme
2007-12-01
aprintify, on behalf of xtraeme
jmcneill
2007-11-22
Print the error if sysmon_envsys_register() fails and add a missing
xtraeme
2007-11-16
Extend the envsys2 API (one more time, sorry) as defined in:
xtraeme
2007-11-15
Remove a debug printf.
xtraeme
2007-11-15
- Remove an extra RCS ID line.
xtraeme
2007-11-15
Rename it(4) to itesio(4) to accomodate for the following changes:
xtraeme