aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofwbus.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* ofwbus: only allow unit number zeroMitchell Horne2023-04-171-0/+5
* ofwbus: remove arm64 ifdefsMitchell Horne2023-04-171-23/+2
* ofwbus: remove handling of resources from ofwbusElliott Mitchell2023-04-171-83/+9
* ofw: fix memory leak in ofwbus_attach()Christos Margiolis2023-04-171-0/+1
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-191-56/+0
* INTRNG - change the way how an interrupt mapping data are providedSvatopluk Kraus2016-06-051-0/+59
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-2/+2
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Fix bug in ofwbus_release_resource() for non-ofwbus descendantsZbigniew Bodek2016-02-181-4/+9
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+2
* Move the point we attach the ofw driver on arm64 to nexus.c. This willAndrew Turner2015-05-051-0/+11
* Make simplebus a base class of ofwbus. This allows the elimination ofIan Lepore2015-03-271-230/+18
* Introduce ofw_bus_reg_to_rl() to replace part of common bus codeZbigniew Bodek2015-01-131-31/+1
* Avoid panic in ofwbus caused by not released resource list entryZbigniew Bodek2014-11-071-1/+7
* Replace multiple nearly-identical copies of code to walk through an FDTIan Lepore2014-09-251-32/+2
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-1/+1
* Handle various ways that interrupt config data can be malformed byIan Lepore2014-08-101-8/+22
* Use a separate variable for resource id, because 'i' may increment at aIan Lepore2014-08-101-5/+5
* Adjust ofwbus and simplebus to attach at BUS_PASS_ORDER_MIDDLE, so thatIan Lepore2014-08-051-1/+1
* Set ofwbus and simplebus to attach during BUS_PASS_BUS.Ian Lepore2014-08-051-1/+2
* OF_peer() in IEEE 1275 returns 0 if no peer exists, not -1.Nathan Whitehorn2014-05-111-1/+1
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-051-0/+527