From owner-cvs-all Fri Feb 16 17:53:32 2001 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 6CA9037B67D; Fri, 16 Feb 2001 17:53:23 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1H1rN002785; Fri, 16 Feb 2001 17:53:23 -0800 (PST) (envelope-from gibbs) Message-Id: <200102170153.f1H1rN002785@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 16 Feb 2001 17:53:23 -0800 (PST) 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 2001/02/16 17:53:23 PST Modified files: sys/dev/aic7xxx aic7xxx_freebsd.c Log: Limit CHANNEL_B_PRIMARY's effect to twin channel adapters where we can easily register our sub-busses in the reversed order. In the future, we may provide a hint to CAM on how to order the scans for multi-function adapters that also set this flag, but trying to do it the "twin channel" way will lead to a panic. Revision Changes Path 1.20 +5 -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