aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/proto/proto_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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