From owner-cvs-all@FreeBSD.ORG Thu Jan 13 00:46:41 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01D4C16A4CE; Thu, 13 Jan 2005 00:46:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBB0B43D41; Thu, 13 Jan 2005 00:46:40 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0D0keSf023033; Thu, 13 Jan 2005 00:46:40 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0D0keNs023032; Thu, 13 Jan 2005 00:46:40 GMT (envelope-from scottl) Message-Id: <200501130046.j0D0keNs023032@repoman.freebsd.org> From: Scott Long Date: Thu, 13 Jan 2005 00:46:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/ips ips.c ips.h ips_commands.c ips_disk.c ips_disk.h ips_ioctl.c ips_ioctl.h ips_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2005 00:46:41 -0000 scottl 2005-01-13 00:46:40 UTC FreeBSD src repository Added files: (Branch: RELENG_4) sys/dev/ips ips.c ips.h ips_commands.c ips_disk.c ips_disk.h ips_ioctl.c ips_ioctl.h ips_pci.c Log: At long last, MFC the IBM ServeRAID driver. This is a backport of the sources from HEAD, as opposed to a forward port of the original IBM 4.x sources. As such, it benefits from the many reliability improvements that have happened to the driver in HEAD. This is a RELENG_4_11 candidate. Revision Changes Path 1.13.6.1 +779 -0 src/sys/dev/ips/ips.c (new) 1.11.6.1 +465 -0 src/sys/dev/ips/ips.h (new) 1.11.6.1 +709 -0 src/sys/dev/ips/ips_commands.c (new) 1.6.6.1 +201 -0 src/sys/dev/ips/ips_disk.c (new) 1.3.6.1 +69 -0 src/sys/dev/ips/ips_disk.h (new) 1.5.6.1 +157 -0 src/sys/dev/ips/ips_ioctl.c (new) 1.1.10.1 +61 -0 src/sys/dev/ips/ips_ioctl.h (new) 1.10.6.1 +229 -0 src/sys/dev/ips/ips_pci.c (new)