Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Oct 1998 23:04:46 -0500
From:      Doug Ledford <dledford@dialnet.net>
To:        Elgin Lee <ehl@funghi.com>
Cc:        aic7xxx@FreeBSD.ORG
Subject:   Re: host unique_id for aic7xxx driver
Message-ID:  <361AE85E.F69DD912@dialnet.net>
References:  <199810031746.KAA01134@porcini.funghi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Elgin Lee wrote:
> --- linux/drivers/scsi/aic7xxx.c.pre15  Sat Oct  3 02:03:19 1998
> +++ linux/drivers/scsi/aic7xxx.c        Sat Oct  3 02:08:04 1998
> @@ -7452,6 +7452,7 @@
>    host->n_io_port = 0xFF;
>    host->base = (unsigned char *) p->mbase;
>    host->irq = p->irq;
> +  host->unique_id = host->host_no;
>    if (p->features & AHC_WIDE)
>    {
>      host->max_id = 16;

Something similar, but not identical, has been added for the pre16 code.

-- 

 Doug Ledford  <dledford@dialnet.net>
  Opinions expressed are my own, but
     they should be everybody's.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-aic7xxx" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?361AE85E.F69DD912>