aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/bus.h
Commit message (Expand)AuthorAgeFilesLines
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-2/+4
* newbus: Minor update fix.Warner Losh2021-04-171-2/+3
* newbus: style nitWarner Losh2021-04-161-1/+1
* Add device and ifnet logging methods, similar to device_printf / if_printfAdrian Chadd2021-03-221-0/+1
* Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions.Michal Meloun2020-09-191-0/+16
* sys: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* Move devctl_notify* to devctl.h.Warner Losh2020-08-201-12/+1
* Make devctl_queue_data_f and devctl_queue_data private.Warner Losh2020-08-201-4/+1
* Create new wrapper function: bus_delayed_attach_children()Warner Losh2019-12-131-0/+1
* Add necessary bits for Linux KPI to work correctly on powerpcJustin Hibbits2019-08-041-0/+2
* upgrade the warning printf-s in bus accessors to KASSERT-s, take 2Andriy Gapon2019-07-011-12/+7
* revert r349460, printf -> KASSERT in bus.h, until I can fix itAndriy Gapon2019-06-271-7/+12
* upgrade the warning printf-s in bus accessors to KASSERT-sAndriy Gapon2019-06-271-12/+7
* first step towards enforcing must-succeed semantics for bus accessorsAndriy Gapon2019-06-051-2/+16
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+3
* Add DEV_RESET /dev/devctl2 ioctl.Konstantin Belousov2019-04-051-0/+1
* Provide newbus infrastructure for initiating device reset.Konstantin Belousov2019-04-051-0/+6
* add support for marking interrupt handlers as suspendedAndriy Gapon2018-12-171-0/+6
* acpi: fix acpi_ec_probe to only check EC devicesBen Widawsky2018-11-191-0/+1
* Add a new device flag: DF_ATTACHED_ONCEWarner Losh2018-08-231-0/+1
* Create devctl freeze/thaw.Warner Losh2018-08-231-1/+4
* Remove devctl_safe_quote since it's now unused.Warner Losh2018-06-271-1/+0
* Create new devctl_safe_quote_sb to copy a source string into a structWarner Losh2018-06-271-1/+3
* Make the data returned by devinfo harder to overflow.Warner Losh2018-05-311-8/+11
* Add device_quiet_children() and device_has_quiet_children()Warner Losh2018-05-071-0/+3
* Introduce BUS_PASS_SUPPORTDEVEmmanuel Vadot2018-03-031-0/+1
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add a #define RESOURCE_SPEC_END. Similar to DEVMETHOD_END andIan Lepore2017-10-281-0/+1
* Remove resource_set_*() declarations from sys/bus.h.Mark Johnston2017-10-231-7/+0
* Add a INTR_TRIG_INVALID, and use it in the powerpc interrupt code.Justin Hibbits2017-01-301-0/+1
* Fix a variety of cosmetic typos and misspellingsConrad Meyer2017-01-151-2/+2
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-5/+5
* Implement 'devctl clear driver' to undo a previous 'devctl set driver'.John Baldwin2016-08-291-0/+4
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-191-14/+0
* Add __printflike() to bus_describe_intr() to enable -Wformat checks.John Baldwin2016-08-041-1/+1
* (1) Add a new bus method to get a mapping data for an interrupt.Svatopluk Kraus2016-06-051-0/+14
* Add new bus methods for mapping resources.John Baldwin2016-05-201-0/+37
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-091-0/+14
* Revert bus_get_cpus() for now.John Baldwin2016-05-031-15/+0
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-021-0/+15
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-271-0/+1
* Add 'devctl delete' that calls device_delete_child().John Baldwin2016-04-271-0/+4
* Add a new rescan method to the bus interface.John Baldwin2016-04-271-0/+1
* Add a function to lookup a device_t object by name.John Baldwin2016-04-101-0/+1
* Move pccard_safe_quote() up to subr_bus.c and rename toWarner Losh2016-03-281-0/+1
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.Justin Hibbits2016-03-031-2/+2
* Add the bus_alloc_resource_anywhere() convenience function.Justin Hibbits2016-02-271-0/+7
* Introduce bus_get_bus_tag() methodZbigniew Bodek2016-02-181-0/+4
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-25/+25
* Change BUS_PROBE_HOOVER from -500 to -1000000. We have PCI bus driversMarcel Moolenaar2015-06-061-1/+1