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
/
arch
/
macppc
/
dev
/
smu.c
Age
Commit message (
Expand
)
Author
2022-01-22
Change the devhandle_from_*() functions to also take a "super handle",
thorpej
2021-09-03
switch smu to common fan control code
macallan
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-03-09
add support for the CPU temperature sensor found in iMac G5s
macallan
2021-03-05
Convert to intr_establish_xname().
rin
2021-02-25
deal with node name inconsistencies between PowerMac10,x and 8,x
macallan
2020-07-04
- Adjust location of \n in attach message.
rin
2019-12-22
Cleanup i2c bus acquire / release, centralizing all of the logic into
thorpej
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-04-20
overhaul SMU i2c handling:
macallan
2018-03-09
Initialise ret to avoid returning uninitialised value if the if statement is
sevan
2017-10-01
we support the drive bay sensor now
macallan
2017-09-29
provide crude but working fan control based on sensor readings
macallan
2017-06-06
SMU support, from Phileas Fogg
macallan