aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_bus_if.m
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* Move gpiobus routines to dev/gpio. Avoid polluting ofw_bus with busLuiz Otavio O Souza2014-05-041-30/+0
* Fix the gpio-specifier decoding by respecting the GPIO controller'sLuiz Otavio O Souza2014-04-271-1/+29
* Add a set of helpers (ofw_bus_get_status() and ofw_bus_status_okay()) toNathan Whitehorn2014-02-021-0/+1
* Open Firmware interrupt specifiers can consist of arbitrary-length byteNathan Whitehorn2014-02-011-26/+7
* Fix a typo on a comment in ofw_bus_if.m, the default method will return -1Luiz Otavio O Souza2013-11-121-1/+1
* Add two new interfaces to ofw_bus:Nathan Whitehorn2013-10-231-0/+46
* Make ofw_bus_get_node() consistently return -1 when there is no associatedNathan Whitehorn2012-03-151-1/+1
* - Add a new method ofw_bus_default_get_devinfo() that allows to retrieveMarius Strobl2005-11-221-2/+36
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-0/+1
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-0/+110