driver_attach(9) centos man page | unix.com

Man Page: driver_attach

Operating Environment: centos

Section: 9

DRIVER_ATTACH(9)					   Device drivers infrastructure					  DRIVER_ATTACH(9)

NAME
driver_attach - try to bind driver to devices.
SYNOPSIS
int driver_attach(struct device_driver * drv);
ARGUMENTS
drv driver.
DESCRIPTION
Walk the list of devices that the bus has on it and try to match the driver with each one. If driver_probe_device returns 0 and the dev->driver is set, we've found a compatible pair.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DRIVER_ATTACH(9)
Related Man Pages
hpfc(7d) - sunos
struct_device_driver(9) - centos
amr(7d) - sunos
uk(4) - netbsd
ntwdt(7d) - opensolaris
Similar Topics in the Unix Linux Community
How do I know which HBA cards' hardware I have (on Solaris 10) ?
SoundCard.. Again
ffserver cannot open ffserver.conf file
Attach Solaris 11.1 rwn driver to RaLink RT8200/8260 Wi Fi Adapter