summaryrefslogtreecommitdiff
path: root/sys/dev/dpaa
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-04-24dpaa: uma_zcreate() does not failMark Johnston
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin
2024-03-13sys: Set the type of allocated bus resourcesJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-02dtsec(4): Restore IFCAP_JUMBO_MTU lost in IfAPI conversionJustin Hibbits
2023-08-26dtsec: Support multicast receive.Justin Hibbits
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-03-11dtsec: Complete mechanical conversion to IfAPIJustin Hibbits
2023-02-09mi_switch(): clean up switch types and their usageMitchell Horne
2023-01-24Mechanically convert dtsec(4) to IfAPIJustin Hibbits
2022-11-28dpaa: Don't assume the MDIO is on the same fman as the MACJustin Hibbits
2022-11-26dpaa: Don't probe disabled devicesJustin Hibbits
2022-11-26dpaa: Use BUS_PASS_SUPPORTDEV for pqmdioJustin Hibbits
2022-11-26dpaa: Probe and attach pqmdio at BUS_PASS_RESOURCEJustin Hibbits
2022-11-26dpaa: Account for MDIO device not being foundJustin Hibbits
2022-11-05dpaa: Go to cleanup exit point on fman attach errorJustin Hibbits
2022-05-10dpaa: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-10dpaa bman: Remove unused bman_devclass.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-13dpaa: Remove unused variables.John Baldwin
2020-02-25[PowerPC] [Book-E] Remove obsolete interrupt binding workaroundBrandon Bergren
2020-02-25[PowerPC] [Book-E] Fix dpaa interrupt binding.Brandon Bergren
2020-02-24Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff
2020-01-23Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff
2019-12-15schedlock 4/4Jeff Roberson
2019-08-21dpaa: Fix warnings in dtsec(4) found by clangJustin Hibbits
2018-10-23dpaa: Mark BMan and QMan as earlier driver modulesJustin Hibbits
2018-04-09Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko
2017-12-14Allow bman-portals and qman-portals to attach to simple-busJustin Hibbits
2017-11-20Eliminate 1 XX_VirtToPhys() and 2 XX_PhysToVirt() calls from if_dtsec(4)Justin Hibbits
2017-11-17Add jumbo frame support to dtsec(4)Justin Hibbits
2017-11-02Fix interrupt handling for dtsecJustin Hibbits
2017-11-01Remove a singleton in the DPAA driver, to allow multiple fman instancesJustin Hibbits
2017-10-31Make DPAA work in 64-bit modeJustin Hibbits
2017-10-30Update DPAA SDK to SDK 2.0Justin Hibbits
2017-10-12Fix build after r324446.Gleb Smirnoff
2017-10-09Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff
2017-05-12Use UMA_ALIGN_PTR to specify pointer alignmentJustin Hibbits
2017-05-11Fix uma_zcreate() align argument, now that the constraint is asserted.Justin Hibbits
2016-11-16Simplify the page tracking for VA<->PA translations.Justin Hibbits
2016-11-12Make dpaa work with only slightly modified Linux device trees.Justin Hibbits
2016-11-11Use ofw_bus_node_is_compatible() instead of fdt_is_compatible()Justin Hibbits
2016-10-23Use the correct name for the qm_portals class.Justin Hibbits
2016-10-22Initialize the ofw_bus_devinfo on the portals to prevent a crash.Justin Hibbits
2016-10-21Remove a hack requiring dtsec0 to always be enabled for mdio.Justin Hibbits