From owner-cvs-all@FreeBSD.ORG Tue Mar 1 19:37:42 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 3CD5216A4CF; Tue, 1 Mar 2005 19:37:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D6E43D53; Tue, 1 Mar 2005 19:37:42 +0000 (GMT) (envelope-from gad@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 j21Jbgsb084139; Tue, 1 Mar 2005 19:37:42 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j21Jbg2k084134; Tue, 1 Mar 2005 19:37:42 GMT (envelope-from gad) Message-Id: <200503011937.j21Jbg2k084134@repoman.freebsd.org> From: Garance A Drosehn Date: Tue, 1 Mar 2005 19:37:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/ata ata-all.h ata-chipset.c ata-disk.c ata-lowlevel.c 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: Tue, 01 Mar 2005 19:37:42 -0000 gad 2005-03-01 19:37:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/ata ata-all.h ata-chipset.c ata-disk.c ata-lowlevel.c Log: MFC *: Compensate for off by one bugs in disk firmware for 48BIT addressing cutover. This fix is from Dec 9th, and solves a problem some users see with some models of large disks. Many users have reported that this fix works on current, and I wanted to be sure it made it into 5.4-release. [* = 1.87 ata-all.h, 1.96 ata-chipset.c, 1.181 ata-disk.c, 1.50 ata-lowlevel.c] Revision Changes Path 1.81.2.4 +2 -0 src/sys/dev/ata/ata-all.h 1.81.2.4 +1 -1 src/sys/dev/ata/ata-chipset.c 1.175.2.3 +1 -1 src/sys/dev/ata/ata-disk.c 1.44.2.3 +1 -1 src/sys/dev/ata/ata-lowlevel.c