aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/proto/proto_core.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* proto: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-1/+0
* Remove sparc64 kernel supportWarner Losh2020-02-031-2/+0
* Lock busdma operations and serialize detach against open/closeMarcel Moolenaar2019-07-041-19/+47
* proto: change device permissions to 0600Ed Maste2018-11-221-3/+3
* Check the hw.proto.attach environment variable for devices thatMarcel Moolenaar2015-07-191-1/+57
* Add create, destroy and load of memory descriptors.Marcel Moolenaar2015-07-031-1/+1
* Add an ISA/ACPI bus attachment to proto(4).Marcel Moolenaar2015-07-021-0/+9
* Implement mmap(2) for the busdma resource.Marcel Moolenaar2015-06-081-8/+18
* Add DMA memory allocation and freeing.Marcel Moolenaar2015-06-081-0/+8
* DMA support part 1: DMA tag create & destroyMarcel Moolenaar2015-06-061-18/+46
* Add proto(4): A driver for prototyping and diagnostics.Marcel Moolenaar2014-04-281-0/+384