From owner-cvs-all@FreeBSD.ORG Fri Apr 8 15:33:04 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 DDF5716A4DB; Fri, 8 Apr 2005 15:33:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4D5143D1F; Fri, 8 Apr 2005 15:33:04 +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 j38FX4sN054280; Fri, 8 Apr 2005 15:33:04 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j38FX4eM054279; Fri, 8 Apr 2005 15:33:04 GMT (envelope-from sos) Message-Id: <200504081533.j38FX4eM054279@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 8 Apr 2005 15:33:04 +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: Fri, 08 Apr 2005 15:33:05 -0000 sos 2005-04-08 15:33:04 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.h Log: Add support for the PHY on nVidia, SiS and VIA chips This code is done blindfolded as I dont have such HW here, so reports of success/failure are most welcome. More SATA PHY cleanups. Revision Changes Path 1.105 +268 -49 src/sys/dev/ata/ata-chipset.c 1.42 +6 -2 src/sys/dev/ata/ata-pci.h