From owner-cvs-all Tue Mar 14 17:58:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37E1437B809; Tue, 14 Mar 2000 17:58:46 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA46696; Tue, 14 Mar 2000 17:58:46 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <200003150158.RAA46696@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Tue, 14 Mar 2000 17:58:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 biosdisk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/03/14 17:58:46 PST Modified files: sys/boot/i386/libi386 biosdisk.c Log: Pass an unit number to bcache_strategy, so it can flush the cache when necessary. Pass an absolute block number too, instead of receiving a relative one in realstrategy(), as bcache_strategy() requires this. The fix is sligthly different from the one in the PR. PR: 17098 Submitted by: John Hood Revision Changes Path 1.27 +56 -8 src/sys/boot/i386/libi386/biosdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message