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
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Change calling of chained event handler from always after
n_hibma
1999-08-16
1
-3
/
+7
*
add debugging message in unregister_method
n_hibma
1999-08-14
1
-1
/
+2
*
Minor spelling glitch
n_hibma
1999-08-14
1
-2
/
+2
*
Grrrr. Fix a really lame bug that I tripped over while testing my miibus
wpaul
1999-08-14
1
-2
/
+2
*
Make subr_bus.c actually compile with -DBUS_DEBUG
peter
1999-08-11
1
-6
/
+6
*
Zap some stray references to DRIVER_TYPE_foo in the BUS_DEBUG case, as
peter
1999-08-11
1
-12
/
+3
*
Fix a typo.
mdodd
1999-07-29
1
-2
/
+2
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-11
/
+38
*
This makes the in kernel printf routines conform to the documented
dfr
1999-07-24
1
-6
/
+8
*
Add a hook for a bus to detect child devices which didn't find drivers.
dfr
1999-07-11
1
-1
/
+3
*
* Add a function devclass_create() which looks up the named devclass and
dfr
1999-05-30
1
-2
/
+8
*
* Change device_add_child_after() to device_add_child_ordered() which is
dfr
1999-05-28
1
-20
/
+23
*
Fix an embarrasing typo in device_add_child_after(). I can't understand
dfr
1999-05-27
1
-3
/
+3
*
Add some helper functions to make it easier to write a driver for a bus
dfr
1999-05-22
1
-1
/
+149
*
Add seatbelt like in previous function..
peter
1999-05-22
1
-1
/
+3
*
Silently return NULL from devclass_get_device if dc == NULL. The caller
dfr
1999-05-21
1
-2
/
+2
*
* Define a new static method DEVICE_IDENTIFY which is called to add device
dfr
1999-05-14
1
-1
/
+17
*
Adjust method dispatch to ensure that default methods are called properly.
dfr
1999-05-14
1
-1
/
+8
*
* Augment the interface language to allow arbitrary C code to be 'passed
dfr
1999-05-10
1
-6
/
+55
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-7
/
+8
*
Change resource_set_*() to be more useful. BTW; resource_find() is a
peter
1999-05-08
1
-16
/
+9
*
GC some stray debugging printf()s...
peter
1999-04-19
1
-4
/
+1
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-42
/
+344
*
Add some useful functions to the device framework:
dfr
1999-03-29
1
-42
/
+303
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-7
/
+7
*
A few small improvements to the bus code:
dfr
1999-01-16
1
-4
/
+75
*
Remove warning
n_hibma
1999-01-10
1
-3
/
+1
*
When no driver was found for a device, the message 'not probed' appeared
n_hibma
1998-12-12
1
-5
/
+5
*
A couple of minor sanity checks.
dfr
1998-11-15
1
-4
/
+10
*
My changes to the new device interface:
wollman
1998-11-14
1
-67
/
+200
*
A couple of fixes to device_delete_child() to delete all children of
dfr
1998-11-13
1
-2
/
+10
*
Lots of debugging code and some bugfixes.
dfr
1998-10-27
1
-25
/
+338
*
Nitpicking and dusting performed on a train. Removes trivial warnings
phk
1998-10-25
1
-7
/
+1
*
Don't call DEVICE_DETACH directly, always go through the device_detach()
dfr
1998-10-03
1
-4
/
+4
*
Fixed recently perpetrated printf format errors.
bde
1998-09-05
1
-2
/
+2
*
Add some very simple support for a compiled in (from config(8)) resource
dfr
1998-07-22
1
-1
/
+123
*
Change interrupt api to be closer to intr_create/intr_connect.
dfr
1998-07-12
1
-6
/
+16
*
Major changes to the generic device framework for FreeBSD/alpha:
dfr
1998-06-14
1
-166
/
+229
*
Add initial support for the FreeBSD/alpha kernel. This is very much a
dfr
1998-06-10
1
-0
/
+854