From owner-cvs-all Tue Sep 19 21:46:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA4D637B423; Tue, 19 Sep 2000 21:46:16 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA49630; Tue, 19 Sep 2000 21:46:16 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200009200446.VAA49630@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 19 Sep 2000 21:46:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/09/19 21:46:16 PDT Modified files: sys/dev/aic7xxx aic7xxx_freebsd.c Log: Remove the last two uses of ahc->unit in the FreeBSD version of the driver. ahc->unit is depricated and will be going away as soon as the Linux driver catches up. In the FreeBSD case, it is always initialized to 0 and this caused some strangeness in registering multiple ahc controllers with CAM. Noticed by: Tor.Egge@fast.no Revision Changes Path 1.2 +4 -3 src/sys/dev/aic7xxx/aic7xxx_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message