From owner-cvs-all Sat Jun 8 14:33:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A40F237B406; Sat, 8 Jun 2002 14:33:42 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58LXga62949; Sat, 8 Jun 2002 14:33:42 -0700 (PDT) (envelope-from sos) Message-Id: <200206082133.g58LXga62949@freefall.freebsd.org> From: Søren Schmidt Date: Sat, 8 Jun 2002 14:33:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.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 2002/06/08 14:33:42 PDT Modified files: sys/dev/ata ata-all.c Log: Fix a '<<' that should have been a '>>' in the 48bit case. Fortunately we only have had 32bit block counts until recently, and no 2TB disks :) Revision Changes Path 1.150 +1 -1 src/sys/dev/ata/ata-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message