summaryrefslogtreecommitdiff
path: root/sys/dev/proto/proto_core.c
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-05-09proto: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-07-04Lock busdma operations and serialize detach against open/closeMarcel Moolenaar
2018-11-22proto: change device permissions to 0600Ed Maste
2015-07-19Check the hw.proto.attach environment variable for devices thatMarcel Moolenaar
2015-07-03Add create, destroy and load of memory descriptors.Marcel Moolenaar
2015-07-02Add an ISA/ACPI bus attachment to proto(4).Marcel Moolenaar
2015-06-08Implement mmap(2) for the busdma resource.Marcel Moolenaar
2015-06-08Add DMA memory allocation and freeing.Marcel Moolenaar
2015-06-06DMA support part 1: DMA tag create & destroyMarcel Moolenaar
2014-04-28Add proto(4): A driver for prototyping and diagnostics.Marcel Moolenaar