From owner-cvs-all Mon Feb 18 3:52:55 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 732DF37B402; Mon, 18 Feb 2002 03:52:52 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1IBqqC03886; Mon, 18 Feb 2002 03:52:52 -0800 (PST) (envelope-from sos) Message-Id: <200202181152.g1IBqqC03886@freefall.freebsd.org> From: Søren Schmidt Date: Mon, 18 Feb 2002 03:52:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-disk.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/02/18 03:52:52 PST Modified files: sys/dev/ata ata-disk.c Log: Fix the problem that some (in my book broken) disks reports to be able to use 48bit addressing mode, but says the 48bit size of the disk is 0, which according to spec means it can address zero sectors in 48bit mode, why then say it supports 48bit mode at all.. Revision Changes Path 1.121 +2 -1 src/sys/dev/ata/ata-disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message