Rechercher une page de manuel
ata_host_register
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
ata_host_register - register initialized ATA hostSYNOPSIS
- int ata_host_register(struct ata_host * host, struct scsi_host_template * sht);
ARGUMENTS
host
- ATA host to register
sht
- template for SCSI host
DESCRIPTION
Register initialized ATA host. host is allocated using ata_host_alloc and fully initialized by LLD. This function starts ports, registers host with ATA and SCSI layers and probe registered devices.
LOCKING
Inherited from calling layer (may sleep).
RETURNS
0 on success, -errno otherwise.
AUTHOR
Jeff Garzik
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre