From owner-cvs-all Sun Aug 5 0:26:37 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 847E337B403; Sun, 5 Aug 2001 00:26:31 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f757QV859150; Sun, 5 Aug 2001 00:26:31 -0700 (PDT) (envelope-from scottl) Message-Id: <200108050726.f757QV859150@freefall.freebsd.org> From: Scott Long Date: Sun, 5 Aug 2001 00:26:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 aac.4 src/sys/dev/aac aac.c aac_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2001/08/05 00:26:31 PDT Modified files: share/man/man4 aac.4 sys/dev/aac aac.c aac_disk.c Log: Once again throw out the calculation of si_iosize_max and set it to 64K. Although it can go higher, it is not safe to so do on arrays with many members. Compromise by adding a tunable, "hw.aac.iosize_max" that can be set at boottime. Also document in the aac(4) manpage. MFC after: 4 weeks Revision Changes Path 1.8 +13 -1 src/share/man/man4/aac.4 1.19 +5 -1 src/sys/dev/aac/aac.c 1.11 +11 -18 src/sys/dev/aac/aac_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message