From owner-cvs-src-old@FreeBSD.ORG Mon Feb 16 19:10:32 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 6D0BE1065675 for ; Mon, 16 Feb 2009 19:10:32 +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 596BD8FC28 for ; Mon, 16 Feb 2009 19:10:32 +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 n1GJAWKF098741 for ; Mon, 16 Feb 2009 19:10:32 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1GJAWUl098740 for cvs-src-old@freebsd.org; Mon, 16 Feb 2009 19:10:32 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <200902161910.n1GJAWUl098740@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Mon, 16 Feb 2009 19:10:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-pci.c ata-pci.h src/sys/dev/ata/chipsets ata-ahci.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: Mon, 16 Feb 2009 19:10:32 -0000 mav 2009-02-16 19:10:07 UTC FreeBSD src repository Modified files: sys/dev/ata ata-pci.c ata-pci.h sys/dev/ata/chipsets ata-ahci.c Log: SVN rev 188694 on 2009-02-16 19:10:07Z by mav Give atapci knowledge about set of implemented AHCI ports. It is possible to not allocate them after the recent ata channels enumeration changes. It allows to save some resources, not bother user with unexisting hardware and not check unimplemented ports status on every interrupt. Revision Changes Path 1.134 +3 -0 src/sys/dev/ata/ata-pci.c 1.99 +1 -0 src/sys/dev/ata/ata-pci.h 1.7 +2 -6 src/sys/dev/ata/chipsets/ata-ahci.c