.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "BUS_ADD_DEVICE" "" "06 October 2005" "" ""
.SH NAME
bus_add_device \- add device to bus
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int bus_add_device (struct device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
device being added
.SH "DESCRIPTION"
.PP
- Add the device to its bus's list of devices.
- Try to attach to driver.
- Create link to device's physical location.