From owner-cvs-all Sun Jan 19 3:47:34 2003 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 3C0AB37B401; Sun, 19 Jan 2003 03:47:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D23BD43F1E; Sun, 19 Jan 2003 03:47:32 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0JBlWfh014327; Sun, 19 Jan 2003 03:47:32 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0JBlWlS014326; Sun, 19 Jan 2003 03:47:32 -0800 (PST) Message-Id: <200301191147.h0JBlWlS014326@repoman.freebsd.org> From: Søren Schmidt Date: Sun, 19 Jan 2003 03:47:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-dma.c ata-pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2003/01/19 03:47:32 PST Modified files: sys/dev/ata ata-all.c ata-all.h ata-dma.c ata-pci.c Log: Fix the 48bit access support for the older Promise 66/100 controllers, the first attempt was wrong and could cause r/w timeouts. Add yet another Promise PCI id. Revision Changes Path 1.162 +1 -0 src/sys/dev/ata/ata-all.c 1.57 +1 -0 src/sys/dev/ata/ata-all.h 1.110 +21 -16 src/sys/dev/ata/ata-dma.c 1.54 +3 -0 src/sys/dev/ata/ata-pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message