From owner-cvs-src@FreeBSD.ORG Thu Oct 2 19:18:38 2008 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 A9D8C1065687; Thu, 2 Oct 2008 19:18:38 +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 7E4588FC2E; Thu, 2 Oct 2008 19:18:38 +0000 (UTC) (envelope-from sos@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 m92JIcGi089748; Thu, 2 Oct 2008 19:18:38 GMT (envelope-from sos@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m92JIcUA089747; Thu, 2 Oct 2008 19:18:38 GMT (envelope-from sos@repoman.freebsd.org) Message-Id: <200810021918.m92JIcUA089747@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sos@repoman.freebsd.org using -f From: Søren Schmidt Date: Thu, 2 Oct 2008 19:18:28 +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-chipset.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: Thu, 02 Oct 2008 19:18:38 -0000 sos 2008-10-02 19:18:28 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.h Log: SVN rev 183552 on 2008-10-02 19:18:28Z by sos Add ICH10 PCI id's. Submitted by: Xin Li Fix the number of PATA ports on newer ICHX chips, they have just 1 port not 2. Revision Changes Path 1.229 +61 -53 src/sys/dev/ata/ata-chipset.c 1.93 +8 -0 src/sys/dev/ata/ata-pci.h