summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofwbus.c
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-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-25ofw: remove redundant calls in ofwbus_attach()Christos Margiolis
2023-04-10ofw: fix memory leak in ofwbus_attach()Christos Margiolis
2023-02-13ofwbus: only allow unit number zeroMitchell Horne
2023-02-13ofwbus: remove arm64 ifdefsMitchell Horne
2023-02-13ofwbus: trim includesMitchell Horne
2023-02-08ofwbus: remove handling of resources from ofwbusElliott Mitchell
2022-05-09ofw drivers: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2016-08-19INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun
2016-06-05INTRNG - change the way how an interrupt mapping data are providedSvatopluk Kraus
2016-03-18Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits
2016-02-20Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits
2016-02-18Fix bug in ofwbus_release_resource() for non-ofwbus descendantsZbigniew Bodek
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2015-05-05Move the point we attach the ofw driver on arm64 to nexus.c. This willAndrew Turner
2015-03-27Make simplebus a base class of ofwbus. This allows the elimination ofIan Lepore
2015-01-13Introduce ofw_bus_reg_to_rl() to replace part of common bus codeZbigniew Bodek
2014-11-07Avoid panic in ofwbus caused by not released resource list entryZbigniew Bodek
2014-09-25Replace multiple nearly-identical copies of code to walk through an FDTIan Lepore
2014-09-01Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore
2014-08-10Handle various ways that interrupt config data can be malformed byIan Lepore
2014-08-10Use a separate variable for resource id, because 'i' may increment at aIan Lepore
2014-08-05Adjust ofwbus and simplebus to attach at BUS_PASS_ORDER_MIDDLE, so thatIan Lepore
2014-08-05Set ofwbus and simplebus to attach during BUS_PASS_BUS.Ian Lepore
2014-05-11OF_peer() in IEEE 1275 returns 0 if no peer exists, not -1.Nathan Whitehorn
2014-02-05Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn