From owner-cvs-all Tue Mar 14 17:56:19 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 BCB6337B897; Tue, 14 Mar 2000 17:56:15 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA46424; Tue, 14 Mar 2000 17:56:15 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <200003150156.RAA46424@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Tue, 14 Mar 2000 17:56:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common bcache.c bootstrap.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/03/14 17:56:14 PST Modified files: sys/boot/common bcache.c bootstrap.h Log: bcache_strategy() now receives an unit number, and keep track of what was the last unit number received. If it changes, it flushes the cache. Add bcache_flash(). The actual fix is sligthly different from the one in the PR. PR: 17098 Submitted by: John Hood Revision Changes Path 1.7 +25 -9 src/sys/boot/common/bcache.c 1.25 +2 -1 src/sys/boot/common/bootstrap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message