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
*
/* -> /*- 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
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-1
/
+11
*
Add some useful functions to the device framework:
dfr
1999-03-29
1
-1
/
+10
*
My changes to the new device interface:
wollman
1998-11-14
1
-18
/
+66
*
Add semicolon to INTERFACE declaration.
nsouch
1998-11-08
1
-2
/
+2
*
Document BUS_CREATE_INTR and BUS_CONNECT_INTR.
dfr
1998-09-16
1
-3
/
+8
*
Change interrupt api to be closer to intr_create/intr_connect.
dfr
1998-07-12
1
-2
/
+8
*
[Add missing files from previous commit]
dfr
1998-06-14
1
-0
/
+82