aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_bus.c
Commit message (Expand)AuthorAgeFilesLines
* Create new wrapper function: bus_delayed_attach_children()Warner Losh2019-12-131-0/+16
* Allocate device softc from the device domain.Alexander Motin2019-10-121-5/+13
* Add necessary bits for Linux KPI to work correctly on powerpcJustin Hibbits2019-08-041-1/+0
* Fix description of debug.obsolete_panic.John Baldwin2019-07-021-2/+3
* Warn about deprecated features on all major OS versions.John Baldwin2019-06-031-2/+2
* device_printf: Use sbuf for more coherent prints on SMPConrad Meyer2019-05-071-3/+21
* Add DEV_RESET /dev/devctl2 ioctl.Konstantin Belousov2019-04-051-0/+9
* Provide newbus infrastructure for initiating device reset.Konstantin Belousov2019-04-051-0/+90
* Prevent detaching driver if the attach is not finishedMarcin Wojtas2019-03-011-0/+4
* add support for marking interrupt handlers as suspendedAndriy Gapon2018-12-171-0/+58
* acpi: fix acpi_ec_probe to only check EC devicesBen Widawsky2018-11-191-0/+10
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-12/+5
* Add a new device flag: DF_ATTACHED_ONCEWarner Losh2018-08-231-0/+1
* Create devctl freeze/thaw.Warner Losh2018-08-231-4/+84
* remove unneeded inclusion of sys/interrupt.h from several filesAndriy Gapon2018-07-041-1/+0
* Remove devctl_safe_quote since it's now unused.Warner Losh2018-06-271-32/+0
* Create new devctl_safe_quote_sb to copy a source string into a structWarner Losh2018-06-271-0/+24
* Make the data returned by devinfo harder to overflow.Warner Losh2018-05-311-18/+40
* Add device_quiet_children() and device_has_quiet_children()Warner Losh2018-05-071-0/+20
* for bus suspend, detach and shutdown iterate children in reverse orderAndriy Gapon2018-05-051-9/+25
* Fix LINT build after r328508, add forgotten part in format stringLi-Wen Hsu2018-01-291-1/+1
* Create deprecation management functions.Warner Losh2018-01-291-0/+50
* Add the DF_SUSPENDED flag to flags that are printed.Warner Losh2018-01-281-0/+1
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-3/+3
* kern: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-3/+3
* Use EVENTHANDLER_DIRECT_INVOKE() for device events, for better performance.Ian Lepore2018-01-071-5/+12
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add eventhandler notifications for newbus device attach/detach.Ian Lepore2017-10-081-1/+7
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-3/+3
* Add a "device_index" label to all sysctls under dev.$driver.$index.Ed Schouten2016-12-141-2/+2
* Add two new ddb commands: show device/show all devicesJustin Hibbits2016-11-131-4/+35
* Fix device delete child function.Hans Petter Selasky2016-10-171-3/+5
* Make device_quiet() an attachment property.John Baldwin2016-09-121-0/+7
* Implement 'devctl clear driver' to undo a previous 'devctl set driver'.John Baldwin2016-08-291-0/+20
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-191-78/+0
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-2/+2
* (1) Add a new bus method to get a mapping data for an interrupt.Svatopluk Kraus2016-06-051-5/+89
* Add new bus methods for mapping resources.John Baldwin2016-05-201-0/+74
* Don't forget to quote \ characters with \.Warner Losh2016-05-171-1/+1
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-091-0/+53
* s/struct device */device_t/gAdrian Chadd2016-05-041-1/+1
* Revert bus_get_cpus() for now.John Baldwin2016-05-031-54/+0
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-021-0/+54
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-271-0/+13
* Add 'devctl delete' that calls device_delete_child().John Baldwin2016-04-271-0/+19
* Add a new rescan method to the bus interface.John Baldwin2016-04-271-0/+8
* Add a function to lookup a device_t object by name.John Baldwin2016-04-101-6/+16
* Move pccard_safe_quote() up to subr_bus.c and rename toWarner Losh2016-03-281-0/+32
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.Justin Hibbits2016-03-031-4/+4