From owner-cvs-all@FreeBSD.ORG Wed Feb 6 03:44:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5758716A417; Wed, 6 Feb 2008 03:44:12 +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 08D0E13C465; Wed, 6 Feb 2008 03:44:12 +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 m163iBPt054516; Wed, 6 Feb 2008 03:44:11 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m163iB9p054515; Wed, 6 Feb 2008 03:44:11 GMT (envelope-from scottl) Message-Id: <200802060344.m163iB9p054515@repoman.freebsd.org> From: Scott Long Date: Wed, 6 Feb 2008 03:44:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 Cc: Subject: cvs commit: src/share/man/man4 hptiop.4 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, 06 Feb 2008 03:44:12 -0000 scottl 2008-02-06 03:44:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) share/man/man4 hptiop.4 sys/dev/hptiop hptiop.c hptiop.h Log: Update the hptiop driver to version 1.3. This adds support for the 4xxx series of adapters. Thanks again to Highpoint for their continued support of FreeBSD. Submitted by: Highpoint Technologies Approved by: re Revision Changes Path 1.1.4.1 +29 -6 src/share/man/man4/hptiop.4 1.2.4.1 +1355 -454 src/sys/dev/hptiop/hptiop.c 1.1.4.1 +172 -85 src/sys/dev/hptiop/hptiop.h