From owner-svn-src-stable-9@FreeBSD.ORG Sat Jul 6 09:49:02 2013 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7F24139E; Sat, 6 Jul 2013 09:49:02 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5587E1FEC; Sat, 6 Jul 2013 09:49:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r669n2K8008323; Sat, 6 Jul 2013 09:49:02 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r669n2mP008321; Sat, 6 Jul 2013 09:49:02 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201307060949.r669n2mP008321@svn.freebsd.org> From: Xin LI Date: Sat, 6 Jul 2013 09:49:02 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r252884 - in stable/9: share/man/man4 sys/dev/hptiop X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jul 2013 09:49:02 -0000 Author: delphij Date: Sat Jul 6 09:49:01 2013 New Revision: 252884 URL: http://svnweb.freebsd.org/changeset/base/252884 Log: MFC r252851: Add PCI IDs for HighPoint RocketRAID 4521, 3620, 3622 and 3640 controllers. Update the hptiop(4) manual page to reflect this as well as mentioning that some cards are already end-of-life. Many thanks to Highpoint for providing this driver update. Modified: stable/9/share/man/man4/hptiop.4 stable/9/sys/dev/hptiop/hptiop.c Directory Properties: stable/9/share/man/man4/ (props changed) stable/9/sys/ (props changed) stable/9/sys/dev/ (props changed) Modified: stable/9/share/man/man4/hptiop.4 ============================================================================== --- stable/9/share/man/man4/hptiop.4 Sat Jul 6 09:23:04 2013 (r252883) +++ stable/9/share/man/man4/hptiop.4 Sat Jul 6 09:49:01 2013 (r252884) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 25, 2012 +.Dd July 5, 2013 .Dt HPTIOP 4 .Os .Sh NAME @@ -60,6 +60,8 @@ driver supports the following SAS and SA .It HighPoint RocketRAID 4522 .It +HighPoint RocketRAID 4521 +.It HighPoint RocketRAID 4520 .It HighPoint RocketRAID 4322 @@ -72,6 +74,20 @@ HighPoint RocketRAID 4311 .It HighPoint RocketRAID 4310 .It +HighPoint RocketRAID 3640 +.It +HighPoint RocketRAID 3622 +.It +HighPoint RocketRAID 3620 +.El +.Pp +The +.Nm +driver also supports the following SAS and SATA RAID controllers that +are already End-of-Life: +.Pp +.Bl -bullet -compact +.It HighPoint RocketRAID 4211 .It HighPoint RocketRAID 4210 Modified: stable/9/sys/dev/hptiop/hptiop.c ============================================================================== --- stable/9/sys/dev/hptiop/hptiop.c Sat Jul 6 09:23:04 2013 (r252883) +++ stable/9/sys/dev/hptiop/hptiop.c Sat Jul 6 09:49:01 2013 (r252884) @@ -90,7 +90,7 @@ __FBSDID("$FreeBSD$"); #include static const char driver_name[] = "hptiop"; -static const char driver_version[] = "v1.8"; +static const char driver_version[] = "v1.9"; static devclass_t hptiop_devclass; @@ -1869,8 +1869,12 @@ static int hptiop_probe(device_t dev) switch (id) { case 0x4520: + case 0x4521: case 0x4522: sas = 1; + case 0x3620: + case 0x3622: + case 0x3640: ops = &hptiop_mvfrey_ops; break; case 0x4210: