imp
|
1f49f4dd80
|
Regularize copyright notices for me.
Remove stray All Rights Reserved and other non-license stuff. Make sure all
copyrights have year.
|
2019-12-03 15:48:28 +00:00 |
|
gonzo
|
5e1d126c43
|
[man] Fix return type of BUS_ADD_CHILD(9)
Fix return type of BUS_ADD_CHILD(9) in SYNOPSYS section,
it should be device_t, not int
PR: 207389
MFC after: 3 days
|
2018-04-09 05:48:12 +00:00 |
|
imp
|
35a45e42cd
|
BUS_ADD_CHILD calls device_add_child. device_add_child does not call
BUS_ADD_CHILD. Make it explicit since it follows the command paradigm
rather than the callback paradigm. Add other clarifying notes as well.
|
2015-10-28 19:11:06 +00:00 |
|
ru
|
7a3e657c56
|
Sort sections.
|
2005-01-21 08:36:40 +00:00 |
|
ru
|
5b5605b88b
|
Sweep formatting and assorted fixes.
|
2004-07-07 07:56:58 +00:00 |
|
imp
|
73b8b7698f
|
Add some verbage over the difference between BUS_ADD_CHILD and
device_add_child. The former calls the latter.
Pointed out by: jhb
|
2004-05-13 20:54:49 +00:00 |
|
imp
|
6f99a641aa
|
The DEVICE_IDENTIFY man page refers to this, create a dummy one
directing people to device_add_child.
|
2004-05-13 20:28:18 +00:00 |
|