From owner-cvs-all Tue Mar 13 14:35:35 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 D8ECA37B719; Tue, 13 Mar 2001 14:35:28 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2DMZSr95750; Tue, 13 Mar 2001 14:35:28 -0800 (PST) (envelope-from ken) Message-Id: <200103132235.f2DMZSr95750@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Tue, 13 Mar 2001 14:35:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ken 2001/03/13 14:35:28 PST Modified files: sys/cam cam_xpt.c Log: In xpt_set_transfer_settings(), force async if either the period or the offset is set to 0. Re-arrange the DT limiting code so that we don't end up setting the period to 0xa if the user really wants async. The previous behavior seemed to confuse the aic(4) driver. PR: kern/22733 Reviewed by: gibbs Revision Changes Path 1.108 +13 -11 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message