aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa
Commit message (Expand)AuthorAgeFilesLines
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-8/+7
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-132-5/+4
* sys: Set the type of allocated bus resourcesJohn Baldwin2024-03-131-0/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2714-14/+5
* dtsec(4): Restore IFCAP_JUMBO_MTU lost in IfAPI conversionJustin Hibbits2023-09-021-0/+1
* dtsec: Support multicast receive.Justin Hibbits2023-08-261-1/+32
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1614-28/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-167-14/+0
* dtsec: Complete mechanical conversion to IfAPIJustin Hibbits2023-03-113-12/+12
* mi_switch(): clean up switch types and their usageMitchell Horne2023-02-092-4/+2
* Mechanically convert dtsec(4) to IfAPIJustin Hibbits2023-01-242-25/+24
* dpaa: Don't assume the MDIO is on the same fman as the MACJustin Hibbits2022-11-282-31/+17
* dpaa: Don't probe disabled devicesJustin Hibbits2022-11-272-0/+6
* dpaa: Use BUS_PASS_SUPPORTDEV for pqmdioJustin Hibbits2022-11-261-1/+1
* dpaa: Probe and attach pqmdio at BUS_PASS_RESOURCEJustin Hibbits2022-11-261-1/+2
* dpaa: Account for MDIO device not being foundJustin Hibbits2022-11-261-0/+3
* dpaa: Go to cleanup exit point on fman attach errorJustin Hibbits2022-11-061-1/+1
* dpaa: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-105-18/+9
* dpaa bman: Remove unused bman_devclass.John Baldwin2022-05-101-2/+0
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-062-2/+2
* dpaa: Remove unused variables.John Baldwin2022-04-132-4/+0
* [PowerPC] [Book-E] Remove obsolete interrupt binding workaroundBrandon Bergren2020-02-251-7/+0
* [PowerPC] [Book-E] Fix dpaa interrupt binding.Brandon Bergren2020-02-251-2/+1
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-1/+1
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-231-1/+1
* schedlock 4/4Jeff Roberson2019-12-152-4/+2
* dpaa: Fix warnings in dtsec(4) found by clangJustin Hibbits2019-08-211-2/+2
* dpaa: Mark BMan and QMan as earlier driver modulesJustin Hibbits2018-10-232-2/+4
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-1/+1
* Allow bman-portals and qman-portals to attach to simple-busJustin Hibbits2017-12-142-7/+25
* Eliminate 1 XX_VirtToPhys() and 2 XX_PhysToVirt() calls from if_dtsec(4)Justin Hibbits2017-11-201-6/+6
* Add jumbo frame support to dtsec(4)Justin Hibbits2017-11-171-1/+29
* Fix interrupt handling for dtsecJustin Hibbits2017-11-023-4/+7
* Remove a singleton in the DPAA driver, to allow multiple fman instancesJustin Hibbits2017-11-014-37/+18
* Make DPAA work in 64-bit modeJustin Hibbits2017-10-317-11/+205
* Update DPAA SDK to SDK 2.0Justin Hibbits2017-10-308-10/+14
* Fix build after r324446.Gleb Smirnoff2017-10-121-1/+1
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-091-2/+4
* Use UMA_ALIGN_PTR to specify pointer alignmentJustin Hibbits2017-05-121-1/+1
* Fix uma_zcreate() align argument, now that the constraint is asserted.Justin Hibbits2017-05-111-2/+2
* Simplify the page tracking for VA<->PA translations.Justin Hibbits2016-11-163-5/+0
* Make dpaa work with only slightly modified Linux device trees.Justin Hibbits2016-11-128-238/+137
* Use ofw_bus_node_is_compatible() instead of fdt_is_compatible()Justin Hibbits2016-11-113-11/+8
* Use the correct name for the qm_portals class.Justin Hibbits2016-10-231-5/+5
* Initialize the ofw_bus_devinfo on the portals to prevent a crash.Justin Hibbits2016-10-222-2/+2
* Remove a hack requiring dtsec0 to always be enabled for mdio.Justin Hibbits2016-10-217-71/+282
* Remove an unnecessary debug printf.Justin Hibbits2016-10-211-1/+0
* Use proper integer-pointer type conversions.Justin Hibbits2016-10-186-23/+24
* Set the TLB caching properties for portals at attach time.Justin Hibbits2016-05-251-2/+9
* Don't mark the initial portal registers as fully mapped.Justin Hibbits2016-05-111-1/+0