From owner-cvs-all Mon Dec 3 18:38:13 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 7ABAF37B416; Mon, 3 Dec 2001 18:38:04 -0800 (PST) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB42c4N13812; Mon, 3 Dec 2001 18:38:04 -0800 (PST) (envelope-from scottl) Message-Id: <200112040238.fB42c4N13812@freefall.freebsd.org> From: Scott Long Date: Mon, 3 Dec 2001 18:38:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c aac_debug.c aac_disk.c aac_pci.c aac_tables.h aacreg.h aacvar.h X-FreeBSD-CVS-Branch: RELENG_4 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/12/03 18:38:04 PST Modified files: (Branch: RELENG_4) sys/dev/aac aac.c aac_debug.c aac_disk.c aac_pci.c aac_tables.h aacreg.h aacvar.h Log: MFC: bring RELENG_4 up to HEAD. This adds support for poll() and fixes a race, among other things. While I'm here, use the terminology "RAID 0/1" and "RAID 0/5" instead of "RAID 10" and "RAID 50". This also officially deprecates the AAC_COMPAT_LINUX option; I will document this at a later date. Revision Changes Path 1.9.2.7 +179 -32 src/sys/dev/aac/aac.c 1.2.2.4 +2 -2 src/sys/dev/aac/aac_debug.c 1.3.2.6 +5 -5 src/sys/dev/aac/aac_disk.c 1.3.2.8 +5 -1 src/sys/dev/aac/aac_pci.c 1.1.2.3 +4 -3 src/sys/dev/aac/aac_tables.h 1.4.2.3 +22 -1 src/sys/dev/aac/aacreg.h 1.4.2.4 +22 -11 src/sys/dev/aac/aacvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message