From owner-cvs-src@FreeBSD.ORG Wed Apr 7 13:19:53 2004 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 7EB6B16A4CE; Wed, 7 Apr 2004 13:19:53 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7954A43D48; Wed, 7 Apr 2004 13:19:53 -0700 (PDT) (envelope-from vkashyap@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i37KIHGe019624; Wed, 7 Apr 2004 13:18:17 -0700 (PDT) (envelope-from vkashyap@repoman.freebsd.org) Received: (from vkashyap@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i37KIHuk019623; Wed, 7 Apr 2004 13:18:17 -0700 (PDT) (envelope-from vkashyap) Message-Id: <200404072018.i37KIHuk019623@repoman.freebsd.org> From: Vinod Kashyap Date: Wed, 7 Apr 2004 13:18:17 -0700 (PDT) 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/twa twa.c twa.h twa_cam.c twa_externs.h twa_freebsd.c twa_fwimg.c twa_globals.c twa_includes.h twa_ioctl.h twa_reg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2004 20:19:53 -0000 vkashyap 2004/04/07 13:18:17 PDT FreeBSD src repository Added files: (Branch: RELENG_4) sys/dev/twa twa.c twa.h twa_cam.c twa_externs.h twa_freebsd.c twa_fwimg.c twa_globals.c twa_includes.h twa_ioctl.h twa_reg.h Log: Initial check-in (for 4.x) of the device driver for 3ware's 9000 series PATA/SATA RAID controllers. This driver is a SIM under CAM, and so, behaves like a driver for a SCSI controller. Reviewed by: ps Approved by: re Revision Changes Path 1.2.2.1 +2399 -0 src/sys/dev/twa/twa.c (new) 1.1.2.1 +322 -0 src/sys/dev/twa/twa.h (new) 1.1.2.1 +718 -0 src/sys/dev/twa/twa_cam.c (new) 1.1.2.1 +77 -0 src/sys/dev/twa/twa_externs.h (new) 1.2.2.1 +1037 -0 src/sys/dev/twa/twa_freebsd.c (new) 1.1.2.1 +23838 -0 src/sys/dev/twa/twa_fwimg.c (new) 1.1.2.1 +247 -0 src/sys/dev/twa/twa_globals.c (new) 1.2.2.1 +62 -0 src/sys/dev/twa/twa_includes.h (new) 1.1.2.1 +125 -0 src/sys/dev/twa/twa_ioctl.h (new) 1.1.2.1 +463 -0 src/sys/dev/twa/twa_reg.h (new)