From owner-cvs-src@FreeBSD.ORG Sun Mar 30 13:47:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D32737B401; Sun, 30 Mar 2003 13:47:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D07D743F3F; Sun, 30 Mar 2003 13:47:16 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h2ULlG0U070579; Sun, 30 Mar 2003 13:47:16 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h2ULlGe0070578; Sun, 30 Mar 2003 13:47:16 -0800 (PST) Message-Id: <200303302147.h2ULlGe0070578@repoman.freebsd.org> From: Scott Long Date: Sun, 30 Mar 2003 13:47:16 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aac aac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2003 21:47:18 -0000 scottl 2003/03/30 13:47:16 PST FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Add the ability to send 64-bit scatter/gather elements to aac cards. This is enabled when both the size of bus_addr_t > 4 and the card claims support. Don't wake up the kthread to allocate more commands if we know that we've already allocated the max number of commands. Revision Changes Path 1.66 +78 -39 src/sys/dev/aac/aac.c