History log of /freebsd-current/share/man/man9/BUS_ADD_CHILD.9
Revision Date Author Comments
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# a339dccc 03-Dec-2019 Warner Losh <imp@FreeBSD.org>

Regularize copyright notices for me.

Remove stray All Rights Reserved and other non-license stuff. Make sure all
copyrights have year.


# df4531ff 08-Apr-2018 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

[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


# c64c9b8e 28-Oct-2015 Warner Losh <imp@FreeBSD.org>

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.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 9cbda590 21-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Sort sections.


# db79bbff 07-Jul-2004 Ruslan Ermilov <ru@FreeBSD.org>

Sweep formatting and assorted fixes.


# 1c1bc2f7 13-May-2004 Warner Losh <imp@FreeBSD.org>

Add some verbage over the difference between BUS_ADD_CHILD and
device_add_child. The former calls the latter.

Pointed out by: jhb


# aebc6093 13-May-2004 Warner Losh <imp@FreeBSD.org>

The DEVICE_IDENTIFY man page refers to this, create a dummy one
directing people to device_add_child.