index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
bus_if.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new bus methods for mapping resources.
jhb
2016-05-20
1
-4
/
+51
*
Fix misleading comments in bus_if.m
rpokala
2016-05-18
1
-4
/
+4
*
Document the formatting requirements of location and pnpinfo strings.
jhb
2016-05-17
1
-1
/
+15
*
Add a new bus method to fetch device-specific CPU sets.
jhb
2016-05-09
1
-0
/
+18
*
Revert bus_get_cpus() for now.
jhb
2016-05-03
1
-18
/
+0
*
Add a new bus method to fetch device-specific CPU sets.
jhb
2016-05-02
1
-0
/
+18
*
sys/kern: spelling fixes in comments.
pfg
2016-04-29
1
-4
/
+4
*
Add a new rescan method to the bus interface.
jhb
2016-04-27
1
-0
/
+13
*
Replace all resource occurrences of '0UL/~0UL' with '0/~0'.
jhibbits
2016-03-03
1
-2
/
+2
*
Introduce bus_get_bus_tag() method
zbb
2016-02-18
1
-0
/
+11
*
Convert rman to use rman_res_t instead of u_long
jhibbits
2016-01-27
1
-11
/
+11
*
Add a note to the effect that BUS_ADD_CHILD calls
imp
2015-10-28
1
-1
/
+3
*
Add a bus method to fetch the VM domain for the given device/bus.
adrian
2014-10-09
1
-0
/
+13
*
Stage one of multipass suspend/resume
jhibbits
2014-09-23
1
-0
/
+22
*
Add a BUS_CHILD_DELETED() method that a bus can hook to allow it to cleanup
jhb
2012-08-21
1
-0
/
+14
*
Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be a
jhb
2011-04-29
1
-0
/
+24
*
bus_add_child: add specialized default implementation that calls panic
avg
2010-09-13
1
-1
/
+11
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
1
-1
/
+1
*
Virtualize pci_remap_msi_irq() call from general MSI code. It allows MSI
mav
2010-06-14
1
-0
/
+22
*
Add a facility for associating optional descriptions with active interrupt
jhb
2009-10-15
1
-1
/
+19
*
Add support for multiple passes of the device tree during the boot-time
jhb
2009-06-09
1
-0
/
+8
*
Allow device hints to wire the unit numbers of devices.
jhb
2008-11-18
1
-1
/
+17
*
Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQ
jhb
2008-03-20
1
-0
/
+17
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-0
/
+1
*
- Revert making bus_generic_add_child() the default for BUS_ADD_CHILD().
jhb
2006-09-11
1
-1
/
+1
*
Add a default method for BUS_ADD_CHILD() that just calls
jhb
2006-09-11
1
-1
/
+1
*
add a newbus method for obtaining the bus's bus_dma_tag_t... This is
jmg
2006-09-03
1
-0
/
+11
*
Create bus_enumerate_hinted_children. This routine will allow drivers
imp
2006-07-08
1
-0
/
+22
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-2
/
+1
*
Minor formatting fixes for lines > 80 characters
imp
2004-08-12
1
-7
/
+8
*
Add doxygen doc comments for most of newbus and the BUS interface.
dfr
2004-07-18
1
-106
/
+322
*
Introduce BUS_CONFIG_INTR(). The method allows devices to tell parents
marcel
2003-09-10
1
-0
/
+11
*
Give print_child a default method.
mdodd
2003-03-25
1
-1
/
+1
*
Add two interfaces to allow for busses to report the pnpinfo for
imp
2002-10-07
1
-0
/
+22
*
Clarify the return value from child_present.
imp
2002-09-11
1
-0
/
+7
*
Add bus_child_present and the child_present method to bus_if.m
imp
2002-07-21
1
-4
/
+11
*
Use protected names (_foo) to cutdown on boatloads of lint warnings.
markm
2002-04-21
1
-68
/
+68
*
"Fixed" -Wshadow warnings by changing the name of some function parameters
bde
2002-03-27
1
-2
/
+2
*
Alter the return value and arguments of the GET_RESOURCE_LIST bus method.
mdodd
2000-11-28
1
-2
/
+1
*
Add new bus method 'GET_RESOURCE_LIST' and appropriate generic
mdodd
2000-10-18
1
-0
/
+9
*
* Factor out the object system from new-bus so that it can be used by
dfr
2000-04-08
1
-0
/
+2
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
1
-0
/
+36
*
Call DEVICE_IDENIFY in bus_generic_driver_added to allow devices to
imp
1999-10-09
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-3
/
+5
*
Add a hook for a bus to detect child devices which didn't find drivers.
dfr
1999-07-11
1
-1
/
+11
*
* Change device_add_child_after() to device_add_child_ordered() which is
dfr
1999-05-28
1
-3
/
+3
*
* Define a new static method DEVICE_IDENTIFY which is called to add device
dfr
1999-05-14
1
-1
/
+14
*
* Augment the interface language to allow arbitrary C code to be 'passed
dfr
1999-05-10
1
-2
/
+16
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-1
/
+2
[next]