From owner-cvs-src@FreeBSD.ORG Sun Nov 18 14:44:53 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D8FD16A417; Sun, 18 Nov 2007 14:44:53 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 34B3713C455; Sun, 18 Nov 2007 14:44:53 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAIEirrK046862; Sun, 18 Nov 2007 14:44:53 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAIEirds046861; Sun, 18 Nov 2007 14:44:53 GMT (envelope-from sos) Message-Id: <200711181444.lAIEirds046861@repoman.freebsd.org> From: Søren Schmidt Date: Sun, 18 Nov 2007 14:44:53 +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 ata-pci.c ata-pci.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2007 14:44:53 -0000 sos 2007-11-18 14:44:53 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-chipset.c ata-pci.c ata-pci.h Log: Add generic support for chipsets that say they support AHCI. This should catch new chipsets that we dont know but that we should support. Add a few new PCI id's. Misc cleanups. Revision Changes Path 1.125 +1 -1 src/sys/dev/ata/ata-all.h 1.204 +108 -124 src/sys/dev/ata/ata-chipset.c 1.123 +37 -2 src/sys/dev/ata/ata-pci.c 1.82 +10 -2 src/sys/dev/ata/ata-pci.h