From owner-cvs-all Mon Nov 2 15:51:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28005 for cvs-all-outgoing; Mon, 2 Nov 1998 15:51:04 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA27988; Mon, 2 Nov 1998 15:50:58 -0800 (PST) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16962; Mon, 2 Nov 1998 15:51:00 -0800 (PST) Date: Mon, 2 Nov 1998 15:51:00 -0800 (PST) Message-Id: <199811022351.PAA16962@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common bcache.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1998/11/02 15:50:59 PST Modified files: sys/boot/common bcache.c Log: Ok, the entry aging algorithm sucked; 1s time resolution is not enough for LRU. Use a 31-bit counter instead. If we decide to do heavy I/O through the bootloader this will have to be revisited. Revision Changes Path 1.2 +16 -7 src/sys/boot/common/bcache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message