From owner-cvs-src-old@FreeBSD.ORG Thu Apr 21 11:44:29 2011 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 C7587106567E for ; Thu, 21 Apr 2011 11:44:29 +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 B56EC8FC18 for ; Thu, 21 Apr 2011 11:44:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3LBiTTm094213 for ; Thu, 21 Apr 2011 11:44:29 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3LBiTu4094212 for cvs-src-old@freebsd.org; Thu, 21 Apr 2011 11:44:29 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201104211144.p3LBiTu4094212@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Thu, 21 Apr 2011 11:44:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-pci.h src/sys/dev/ata/chipsets ata-intel.c 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: Thu, 21 Apr 2011 11:44:29 -0000 mav 2011-04-21 11:44:16 UTC FreeBSD src repository Modified files: sys/dev/ata ata-pci.h sys/dev/ata/chipsets ata-intel.c Log: SVN rev 220920 on 2011-04-21 11:44:16Z by mav - Fix mapping of the last two SATA ports on 6-port Intel controllers. This improves hard-reset and hot-plug on these ports. - Device with ID 0x29218086 is a 2-port variant of ICH9 in legacy mode. Skip probing for nonexistent slave devices there. Revision Changes Path 1.126 +1 -1 src/sys/dev/ata/ata-pci.h 1.25 +2 -2 src/sys/dev/ata/chipsets/ata-intel.c