aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/proto
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-274-4/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* proto: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-094-5/+3
* proto: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* Remove sparc64 kernel supportWarner Losh2020-02-031-2/+0
* Lock busdma operations and serialize detach against open/closeMarcel Moolenaar2019-07-044-27/+77
* proto: change device permissions to 0600Ed Maste2018-11-221-3/+3
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Check the sync operation.Marcel Moolenaar2015-07-281-1/+6
* o make sure the boundary is a power of 2, when not zero.Marcel Moolenaar2015-07-261-5/+9
* Check the hw.proto.attach environment variable for devices thatMarcel Moolenaar2015-07-194-7/+70
* Implement unload and sync operations.Marcel Moolenaar2015-07-032-0/+45
* Add create, destroy and load of memory descriptors.Marcel Moolenaar2015-07-034-18/+162
* Add an ISA/ACPI bus attachment to proto(4).Marcel Moolenaar2015-07-022-0/+130
* Change the probe to what was intended: attach to devices withMarcel Moolenaar2015-06-221-2/+1
* We need to handle 64-bit BARs ourselves to avoid that theMarcel Moolenaar2015-06-121-8/+11
* Load the allocated memory and return both the physicalMarcel Moolenaar2015-06-102-4/+24
* Implement mmap(2) for the busdma resource.Marcel Moolenaar2015-06-083-12/+39
* Add DMA memory allocation and freeing.Marcel Moolenaar2015-06-084-41/+181
* DMA support part 1: DMA tag create & destroyMarcel Moolenaar2015-06-066-20/+293
* Add proto(4): A driver for prototyping and diagnostics.Marcel Moolenaar2014-04-284-0/+602