aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/proto/proto.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* proto: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-1/+0
* Lock busdma operations and serialize detach against open/closeMarcel Moolenaar2019-07-041-3/+5
* Check the hw.proto.attach environment variable for devices thatMarcel Moolenaar2015-07-191-1/+2
* DMA support part 1: DMA tag create & destroyMarcel Moolenaar2015-06-061-1/+5
* Add proto(4): A driver for prototyping and diagnostics.Marcel Moolenaar2014-04-281-0/+63