From owner-cvs-all@FreeBSD.ORG Wed May 9 07:07:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C316516A402; Wed, 9 May 2007 07:07:26 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B2CD313C458; Wed, 9 May 2007 07:07:26 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4977QQi082660; Wed, 9 May 2007 07:07:26 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4977Qko082659; Wed, 9 May 2007 07:07:26 GMT (envelope-from scottl) Message-Id: <200705090707.l4977Qko082659@repoman.freebsd.org> From: Scott Long Date: Wed, 9 May 2007 07:07:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf NOTES files src/sys/modules Makefile src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC src/sys/modules/hptiop Makefile src/sys/dev/hptiop hptiop.c hptiop.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 09 May 2007 07:07:26 -0000 scottl 2007-05-09 07:07:26 UTC FreeBSD src repository Modified files: sys/conf files NOTES sys/modules Makefile sys/i386/conf GENERIC sys/amd64/conf GENERIC Added files: sys/modules/hptiop Makefile sys/dev/hptiop hptiop.c hptiop.h Log: Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers. The driver relies on CAM. Many thanks to Highpoint for providing this driver. Revision Changes Path 1.476 +1 -0 src/sys/amd64/conf/GENERIC 1.1423 +2 -0 src/sys/conf/NOTES 1.1204 +1 -0 src/sys/conf/files 1.1 +1301 -0 src/sys/dev/hptiop/hptiop.c (new) 1.1 +343 -0 src/sys/dev/hptiop/hptiop.h (new) 1.466 +1 -0 src/sys/i386/conf/GENERIC 1.530 +1 -0 src/sys/modules/Makefile 1.1 +10 -0 src/sys/modules/hptiop/Makefile (new)