From owner-cvs-src@FreeBSD.ORG Sun Feb 3 16:18:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9242716A41B; Sun, 3 Feb 2008 16:18:55 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 72C1213C4F0; Sun, 3 Feb 2008 16:18:55 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m13GItvE004375; Sun, 3 Feb 2008 16:18:55 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m13GItoc004374; Sun, 3 Feb 2008 16:18:55 GMT (envelope-from scottl) Message-Id: <200802031618.m13GItoc004374@repoman.freebsd.org> From: Scott Long Date: Sun, 3 Feb 2008 16:18:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/hptiop hptiop.c hptiop.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 03 Feb 2008 16:18:55 -0000 scottl 2008-02-03 16:18:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/hptiop hptiop.c hptiop.h Log: Update the hptiop driver to version 1.3. This adds support for the 4xxx series of SAS adapters. Thanks again to Highpoint for their continued support of FreeBSD. Revision Changes Path 1.2.2.1 +1355 -454 src/sys/dev/hptiop/hptiop.c 1.1.2.1 +172 -85 src/sys/dev/hptiop/hptiop.h