From owner-aic7xxx Tue Oct 6 21:05:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA27870 for aic7xxx-outgoing; Tue, 6 Oct 1998 21:05:16 -0700 (PDT) (envelope-from owner-aic7xxx@FreeBSD.ORG) Received: from dledford.dialnet.net (dledford.dialnet.net [206.65.249.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA27835 for ; Tue, 6 Oct 1998 21:05:04 -0700 (PDT) (envelope-from dledford@dialnet.net) Received: from dialnet.net (dledford@localhost [127.0.0.1]) by dledford.dialnet.net (8.8.7/8.8.7) with ESMTP id XAA01499; Tue, 6 Oct 1998 23:04:46 -0500 Message-ID: <361AE85E.F69DD912@dialnet.net> Date: Tue, 06 Oct 1998 23:04:46 -0500 From: Doug Ledford X-Mailer: Mozilla 4.06 [en] (X11; I; Linux 2.1.123 i686) MIME-Version: 1.0 To: Elgin Lee CC: aic7xxx@FreeBSD.ORG Subject: Re: host unique_id for aic7xxx driver References: <199810031746.KAA01134@porcini.funghi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-aic7xxx@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 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