summaryrefslogtreecommitdiff
path: root/sys/dev/proto
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-06-02proto: Use device_set_descf()Mark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-05-09proto: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2020-09-01proto: clean up empty lines in .c and .h filesMateusz Guzik
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
2016-03-18Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits
2015-07-28Check the sync operation.Marcel Moolenaar
2015-07-26o make sure the boundary is a power of 2, when not zero.Marcel Moolenaar
2015-07-19Check the hw.proto.attach environment variable for devices thatMarcel Moolenaar
2015-07-03Implement unload and sync operations.Marcel 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-22Change the probe to what was intended: attach to devices withMarcel Moolenaar
2015-06-12We need to handle 64-bit BARs ourselves to avoid that theMarcel Moolenaar
2015-06-10Load the allocated memory and return both the physicalMarcel 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