From owner-cvs-all@FreeBSD.ORG Thu Feb 15 21:51:44 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1048416A400; Thu, 15 Feb 2007 21:51:44 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DE2E013C47E; Thu, 15 Feb 2007 21:51:43 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1FLphgJ097040; Thu, 15 Feb 2007 21:51:43 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1FLphL0097027; Thu, 15 Feb 2007 21:51:43 GMT (envelope-from sos) Message-Id: <200702152151.l1FLphL0097027@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 15 Feb 2007 21:51:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c 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: Thu, 15 Feb 2007 21:51:44 -0000 sos 2007-02-15 21:51:43 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c Log: Support AHCI chips where the ports are not consecutively numbered as in some incarnations of the ICH8 chip. Also fix the panic introduced by the last commit. Revision Changes Path 1.119 +23 -0 src/sys/dev/ata/ata-all.h 1.182 +103 -76 src/sys/dev/ata/ata-chipset.c