aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_bus.c
Commit message (Expand)AuthorAgeFilesLines
* "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
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Fix build for i386 and arm64 after r295755Zbigniew Bodek2016-02-181-2/+2
* Introduce bus_get_bus_tag() methodZbigniew Bodek2016-02-181-0/+33
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-20/+22
* Huge cleanup of random(4) code.Mark Murray2015-06-301-7/+8
* Fix handling of BUS_PROBE_NOWILDCARD in 'device_probe_child()'.Neel Natu2015-04-151-8/+10
* Use SYSCTL_OUT_STR() to return strings.Ian Lepore2015-03-141-2/+2
* Fix SR-IOV passthrough devices to allow ppt to attachRyan Stone2015-03-101-0/+19
* Add a new device control utility for new-bus devices called devctl. ThisJohn Baldwin2015-02-061-0/+263
* Expose the constants for internal new-bus device flags to userland. TheJohn Baldwin2015-02-051-9/+0
* Set and clear the DF_SUSPENDED flag on the child device being manipulatedJohn Baldwin2015-02-051-2/+2
* Trim trailing whitespace.John Baldwin2015-01-051-25/+25
* Revert device_getenv_int() for now as it duplicates resource_int_value().John Baldwin2014-12-031-17/+0
* Make igb and ixgbe check tunables at probe time.Alfred Perlstein2014-11-261-0/+17
* Add a bus_get_domain() wrapper around BUS_GET_DOMAIN(). Use this to addJohn Baldwin2014-11-241-0/+17
* This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray2014-10-301-1/+1
* Add a bus method to fetch the VM domain for the given device/bus.Adrian Chadd2014-10-091-0/+31
* Don't panic if a resource is allocated twice. Instead, print a warning andJohn Baldwin2014-09-261-1/+4
* Stage one of multipass suspend/resumeJustin Hibbits2014-09-231-3/+37
* Clear nonblock and async on devctl close instaed of open.Mateusz Guzik2014-07-121-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-13/+14
* Revert r267961, r267973:Glen Barber2014-06-271-14/+13
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-13/+14
* Revert r263754, re-adding support for hw.bus.devctl_disable. BreakingBrooks Davis2014-04-281-3/+37
* Add kqueue support for devctl.David Xu2014-04-101-0/+41
* Fix SIGIO delivery. Use fsetown() to handle file descriptor ownerDavid Xu2014-04-041-30/+13
* Document a known problem with handling the process intended to receiveMateusz Guzik2014-03-251-0/+16
* Remove long obsolete sysctl hw.bus.devctl_disable.Mateusz Guzik2014-03-251-37/+3