From owner-cvs-src-old@FreeBSD.ORG Tue Jul 21 12:36:05 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 653D41065674 for ; Tue, 21 Jul 2009 12:36:05 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 505FA8FC0C for ; Tue, 21 Jul 2009 12:36:05 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6LCa5QW030098 for ; Tue, 21 Jul 2009 12:36:05 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6LCa5r0030097 for cvs-src-old@freebsd.org; Tue, 21 Jul 2009 12:36:05 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200907211236.n6LCa5r0030097@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Tue, 21 Jul 2009 12:32:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile siis.4 src/sys/conf files src/sys/dev/siis siis.c siis.h src/sys/modules Makefile src/sys/modules/siis Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2009 12:36:05 -0000 mav 2009-07-21 12:32:46 UTC FreeBSD src repository Modified files: share/man/man4 Makefile sys/conf files sys/modules Makefile Added files: share/man/man4 siis.4 sys/dev/siis siis.c siis.h sys/modules/siis Makefile Log: SVN rev 195801 on 2009-07-21 12:32:46Z by mav Add `siis` CAM driver for SiliconImage SiI3124/3132/3531 SATA2 controllers. Driver supports Serial ATA and ATAPI devices, Port Multipliers (including FIS-based switching), hardware command queues (31 command per port) and Native Command Queuing. This is probably the second on popularity, after AHCI, type of SATA2 controllers, that benefits from using CAM, because of hardware command queuing support. Approved by: re (kib) Revision Changes Path 1.459 +1 -0 src/share/man/man4/Makefile 1.1 +122 -0 src/share/man/man4/siis.4 (new) 1.1455 +1 -0 src/sys/conf/files 1.1 +1572 -0 src/sys/dev/siis/siis.c (new) 1.1 +445 -0 src/sys/dev/siis/siis.h (new) 1.622 +1 -0 src/sys/modules/Makefile 1.1 +8 -0 src/sys/modules/siis/Makefile (new)