altera: Stop checking for failures from malloc(M_WAITOK)MFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D45852(cherry picked from commit e06e2c84074740a0087193d5929d09f1bc7e1
altera: Stop checking for failures from malloc(M_WAITOK)MFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D45852(cherry picked from commit e06e2c84074740a0087193d5929d09f1bc7e1c4b)
show more ...
sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
sys: Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
altera drivers: Remove unused devclass arguments to DRIVER_MODULE.
altera: clean up empty lines in .c and .h files
o Add support for BERI IOMMU deviceo Add an experimental IOMMU support to xDMA frameworkThe BERI IOMMU device is the part of CHERI device-model project [1]. Ittranslates memory addresses for vari
o Add support for BERI IOMMU deviceo Add an experimental IOMMU support to xDMA frameworkThe BERI IOMMU device is the part of CHERI device-model project [1]. Ittranslates memory addresses for various BERI peripherals modelled insoftware. It accepts FreeBSD/mips64 page directories format and managesBERI TLB.1. https://github.com/CTSRD-CHERI/device-modelSponsored by: DARPA, AFRL
Add support for extended descriptor format to Altera mSGDMA driver.The format to use depends on hardware configuration (synthesis-time),so make it compile-time kernel option.Extended format allo
Add support for extended descriptor format to Altera mSGDMA driver.The format to use depends on hardware configuration (synthesis-time),so make it compile-time kernel option.Extended format allows DMA engine to operate with 64-bit memory addresses.Sponsored by: DARPA, AFRL
Add driver for Altera modular Scatter-Gather DMA engine (mSGDMA).Sponsored by: DARPA, AFRLDifferential Revision: https://reviews.freebsd.org/D9619