Up to [cvs.NetBSD.org] / src / sys / arch / macppc / dev
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 8 10:17:53 2022 UTC (9 months, 3 weeks ago) by andvar
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
fix various typos, mainly in comments, but also log messages, docs, game text.
Revision 1.4.8.1 / (download) - annotate - [select for diffs], Mon Aug 9 01:16:01 2021 UTC (17 months, 3 weeks ago) by thorpej
Branch: thorpej-i2c-spi-conf2
Changes since 1.4: +5 -3
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Adapt to thorpej-i2c-spi-conf2: ia->ia_cookie is gone.
Revision 1.4.4.2 / (download) - annotate - [select for diffs], Sun Aug 1 22:42:12 2021 UTC (17 months, 4 weeks ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.4.4.1: +514 -0
lines
Diff to previous 1.4.4.1 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)
Sync with HEAD.
Revision 1.4.4.1, Fri Jul 30 22:07:14 2021 UTC (18 months ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.4: +0 -514
lines
FILE REMOVED
file fcu.c was added on branch thorpej-i2c-spi-conf on 2021-08-01 22:42:12 +0000
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 30 22:07:14 2021 UTC (18 months ago) by macallan
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf-base,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
thorpej-cfargs2
Branch point for: thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf
Changes since 1.3: +22 -10
lines
Diff to previous 1.3 (colored)
make thermal zone parameters configurable by sysctl
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 28 00:59:10 2021 UTC (18 months ago) by macallan
Branch: MAIN
Changes since 1.2: +9 -3
lines
Diff to previous 1.2 (colored)
check temperatures a bit more often while there, explain why the delay is variable
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jul 27 23:38:42 2021 UTC (18 months ago) by macallan
Branch: MAIN
Changes since 1.1: +80 -77
lines
Diff to previous 1.1 (colored)
first step towards abstracting thermal zone management out of the fcu driver ( and eventually, the smu driver ) todo: - add sysctl()s to set zone parameters - handle envsys - adapt smu
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 27 20:23:41 2021 UTC (18 months ago) by macallan
Branch: MAIN
move the fcu driver into arch/macppc where it belongs