From owner-cvs-src@FreeBSD.ORG Tue May 13 17:35:52 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 7232837B401; Tue, 13 May 2003 17:35:52 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B9443FA3; Tue, 13 May 2003 17:35:51 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h4E0Zim2076827; Tue, 13 May 2003 17:35:44 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h4E0Zhf9076826; Tue, 13 May 2003 17:35:43 -0700 (PDT) Date: Tue, 13 May 2003 17:35:43 -0700 From: "David O'Brien" To: Scott Long Message-ID: <20030514003543.GA76795@dragon.nuxi.com> References: <200305110636.h4B6aoCt047041@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305110636.h4B6aoCt047041@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: 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 src/sys/modules/ips Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 00:35:52 -0000 On Sat, May 10, 2003 at 11:36:50PM -0700, Scott Long wrote: > scottl 2003/05/10 23:36:50 PDT > > FreeBSD src repository > > Added files: > 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 > sys/modules/ips Makefile > Log: > Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controller > series. This driver was generously developed and released by David > Jeffreys and Adaptec. I've updated it to work with 5.x and fixed a > few bugs. Man page please. We should have a rule of not letting in a new driver unless there is at least a shell man page for it -- crib lmc.4 if nothing else.