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
/
subr_bus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split out the probing magic of device_probe_and_attach into
imp
2008-06-20
1
-6
/
+25
*
devctl_process_running(): Check for devsoftc.inuse == 1 instead of
rpaulo
2008-05-18
1
-1
/
+1
*
Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQ
jhb
2008-03-20
1
-0
/
+31
*
Tiny bit of KNF to make bus_setup_intr() look like the rest of this
imp
2008-03-10
1
-19
/
+18
*
Any driver that relies on its parent to set the devclass has no way to
imp
2008-03-09
1
-0
/
+8
*
Add devctl_process_running() so that power management system driver
iwasaki
2008-01-27
1
-0
/
+9
*
When devclass_get_maxunit is passed a NULL, return -1 to indicate that
imp
2007-12-19
1
-1
/
+4
*
Deal with the possibility of device_set_unit() being called when attaching
peter
2007-11-30
1
-0
/
+11
*
First in a series of changes to remove the now-unused Giant compatibility
rwatson
2007-07-27
1
-3
/
+0
*
fix comment typo
sam
2007-05-23
1
-1
/
+1
*
Use NULL rather than 0 for various pointer constants.
jhb
2007-02-26
1
-26
/
+26
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-7
/
+14
*
Add a default method for BUS_ADD_CHILD() that just calls
jhb
2006-09-11
1
-0
/
+7
*
add a newbus method for obtaining the bus's bus_dma_tag_t... This is
jmg
2006-09-03
1
-0
/
+33
*
Commit the results of the typo hunt by Darren Pilgrim.
yar
2006-08-04
1
-1
/
+1
*
Create bus_enumerate_hinted_children. This routine will allow drivers
imp
2006-07-08
1
-0
/
+34
*
Whoops, revert accidental commit.
jhb
2006-06-21
1
-19
/
+7
*
Fix two comments and a style fix.
jhb
2006-06-21
1
-7
/
+19
*
const'ify resource_spec to note that we won't be changing anything while
jmg
2006-04-20
1
-2
/
+4
*
Add a devd(8) event that is sent after the system resumes. This can be
njl
2006-01-22
1
-1
/
+13
*
When loading a driver that is a subclass of another driver don't set the
jhb
2006-01-20
1
-1
/
+11
*
Correct STAILQ usage in purge of resourcelist.
phk
2006-01-14
1
-1
/
+1
*
When data passed into devctl_notify is NULL, don't print (null). Instead
imp
2005-10-04
1
-2
/
+6
*
Add two convenience functions for device drivers: bus_alloc_resources()
phk
2005-09-24
1
-0
/
+31
*
MFp4: Expose device_probe_child()
imp
2005-09-18
1
-1
/
+1
*
Simplify the code a bit after the bzero().
imp
2005-06-09
1
-12
/
+3
*
Document that the returned pointer should be freed even if the number
njl
2005-05-20
1
-1
/
+1
*
If we are going to
cperciva
2005-05-06
1
-0
/
+1
*
resource_list_purge: release the resources in this list, and purge the
imp
2005-04-12
1
-0
/
+21
*
Return the resource created/found in resource_list_add to avoid an extra
imp
2005-04-12
1
-2
/
+3
*
Document that devclass_get_maxunit(9) returns one greater than the current
njl
2005-04-04
1
-0
/
+3
*
Add devclass_get_drivers(9) which provides an array of pointers to driver
njl
2005-04-04
1
-0
/
+41
*
maxunit is actually one higher than the greatest currently-allocated unit
njl
2005-04-03
1
-1
/
+1
*
- Denote a few places where kobj class references are manipulated without
jhb
2005-03-31
1
-1
/
+2
*
Move implementation of hw.bus.rman sysctl to subr_rman.c so that
phk
2005-03-24
1
-87
/
+0
*
Use STAILQ in preference to SLIST for the resources. Insert new resources
imp
2005-03-18
1
-7
/
+7
*
Use dynamic major number allocation.
phk
2005-02-27
1
-2
/
+0
*
kill dead code
sam
2005-02-23
1
-7
/
+1
*
Maxunit is inclusive so fix off-by-one in previous commit.
njl
2005-02-08
1
-1
/
+1
*
Update device_find_child(9) to return the first matching child if unit
njl
2005-02-08
1
-5
/
+15
*
Correct a minr whitespace inconsistency introduced in revision 1.159:
rwatson
2005-01-29
1
-1
/
+1
*
Introduce bus_free_resource. It is a convenience function which wraps
imp
2005-01-19
1
-0
/
+8
*
Implement device_quiesce. This method means 'you are about to be
imp
2004-12-31
1
-0
/
+101
*
Add the devclass_get_count(9) function and man page. It gets a count of
njl
2004-12-08
1
-7
/
+19
*
When panicing in device_unbusy(), actually tell what device has the issue.
obrien
2004-12-05
1
-1
/
+2
*
Start to add GIANT_REQUIRED; macros in places where giant is required
imp
2004-12-05
1
-0
/
+6
*
Don't print the singularly unhelpful message:
phk
2004-11-03
1
-1
/
+1
*
Update flags patch for the !ISA case.
njl
2004-10-14
1
-5
/
+14
*
Set flags for devices before probing them. In the non-ISA case, flags set
njl
2004-10-13
1
-1
/
+5
*
Fix BUS_DEBUG case
imp
2004-08-30
1
-1
/
+1
[next]