From owner-cvs-src@FreeBSD.ORG Fri Aug 11 21:19:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EE7216A4E0; Fri, 11 Aug 2006 21:19:30 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1405543D4C; Fri, 11 Aug 2006 21:19:30 +0000 (GMT) (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 k7BLJU77025139; Fri, 11 Aug 2006 21:19:30 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BLJTi7025138; Fri, 11 Aug 2006 21:19:29 GMT (envelope-from sos) Message-Id: <200608112119.k7BLJTi7025138@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 11 Aug 2006 21:19:29 +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: Fri, 11 Aug 2006 21:19:30 -0000 sos 2006-08-11 21:19:29 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.h Log: Unbreak nForce4 SATA support. Hopefully I dont break something else this time..... Revision Changes Path 1.168 +7 -7 src/sys/dev/ata/ata-chipset.c 1.68 +1 -1 src/sys/dev/ata/ata-pci.h