summaryrefslogtreecommitdiffstats
path: root/sys/dev/proto
Commit message (Expand)AuthorAgeFilesLines
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-1/+1
* Check the sync operation.marcel2015-07-281-1/+6
* o make sure the boundary is a power of 2, when not zero.marcel2015-07-261-5/+9
* Check the hw.proto.attach environment variable for devices thatmarcel2015-07-194-7/+70
* Implement unload and sync operations.marcel2015-07-032-0/+45
* Add create, destroy and load of memory descriptors.marcel2015-07-034-18/+162
* Add an ISA/ACPI bus attachment to proto(4).marcel2015-07-022-0/+130
* Change the probe to what was intended: attach to devices withmarcel2015-06-221-2/+1
* We need to handle 64-bit BARs ourselves to avoid that themarcel2015-06-121-8/+11
* Load the allocated memory and return both the physicalmarcel2015-06-102-4/+24
* Implement mmap(2) for the busdma resource.marcel2015-06-083-12/+39
* Add DMA memory allocation and freeing.marcel2015-06-084-41/+181
* DMA support part 1: DMA tag create & destroymarcel2015-06-066-20/+293
* Add proto(4): A driver for prototyping and diagnostics.marcel2014-04-284-0/+602
OpenPOWER on IntegriCloud