aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/ds1631.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop 'All rights reserved'Andreas Tobler2020-03-061-5/+4
| | | | | | | Replace hardcoded sizes by nitems and sizeof Notes: svn path=/head/; revision=358721
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+3
| | | | | | | | | | | | | | | | | | | r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are still not MPSAFE (or already are but aren’t properly marked). Use it in preparation for a general review of all nodes. This is non-functional change that adds annotations to SYSCTL_NODE and SYSCTL_PROC nodes using one of the soon-to-be-required flags. Mark all obvious cases as MPSAFE. All entries that haven't been marked as MPSAFE before are by default marked as NEEDGIANT Approved by: kib (mentor, blanket) Commented by: kib, gallatin, melifaro Differential Revision: https://reviews.freebsd.org/D23718 Notes: svn path=/head/; revision=358333
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326255
* Make more unsigned ints signed.Justin Hibbits2013-12-071-1/+1
| | | | | | | | Found by: clang (powerpc64) MFC after: 1 week Notes: svn path=/head/; revision=259082
* Add a new temperature driver for certain PowerMacs. Found here on my Quad G5.Andreas Tobler2012-08-191-0/+413
Notes: svn path=/head/; revision=239400