From owner-cvs-all@FreeBSD.ORG Thu Mar 31 06:25:15 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A3D316A4CE; Thu, 31 Mar 2005 06:25:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 006BC43D5A; Thu, 31 Mar 2005 06:25:14 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2V6PEHV005037; Thu, 31 Mar 2005 06:25:14 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2V6PEfX005036; Thu, 31 Mar 2005 06:25:14 GMT (envelope-from sos) Message-Id: <200503310625.j2V6PEfX005036@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 31 Mar 2005 06:25:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 31 Mar 2005 06:25:15 -0000 sos 2005-03-31 06:25:14 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.h Log: Correct the PCI ID for the SiS 965, and add support for the SATA part that was left our by accident. Prodded by: Patrik Backlund Revision Changes Path 1.100 +3 -2 src/sys/dev/ata/ata-chipset.c 1.39 +2 -1 src/sys/dev/ata/ata-pci.h