1. NAME

scsi_host_alloc - register a scsi host adapter instance.

2. SYNOPSIS

struct Scsi_Host * scsi_host_alloc(struct scsi_host_template *  sht , int  privsize );

3. ARGUMENTS

sht
    pointer to scsi host template

privsize
    extra bytes to allocate for driver

4. NOTE

Allocate a new Scsi_Host and perform basic initialization. The host is not published to the scsi midlayer until scsi_add_host is called.

5. RETURN VALUE

Pointer to a new Scsi_Host

6. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

7. COPYRIGHT