aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ow/ow.c
Commit message (Expand)AuthorAgeFilesLines
* ow: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-12-011-3/+7
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ow: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-18/+4
* kernel: provide panicky version of __unreachableKyle Evans2020-05-131-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+5
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* Remove redundant hw sysctl declaration. gcc CI complains, but clang doesn't.Warner Losh2019-10-301-1/+0
* ow(4): clean up stray white spaceAndriy Gapon2019-10-301-3/+3
* ow(4): protocol timings can now be changed as sysctl-s / tunablesAndriy Gapon2019-10-301-22/+126
* ow(4): increase regular mode recovery time, t_rec, to 15 usAndriy Gapon2019-10-301-1/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+2
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* dev/ow: Tag an unreachable switch default.Pedro F. Giffuni2016-05-161-0/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Simply to appease gcc's warnings.Warner Losh2015-08-281-1/+1
* New 1-Wire bus implementation. 1-Wire controller is abstracted, thoughWarner Losh2015-08-271-0/+639