From owner-cvs-src@FreeBSD.ORG Thu Oct 21 19:32:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6732C16A4CE; Thu, 21 Oct 2004 19:32:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4892D43D45; Thu, 21 Oct 2004 19:32:15 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9LJWFnV062946; Thu, 21 Oct 2004 19:32:15 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9LJWFHh062945; Thu, 21 Oct 2004 19:32:15 GMT (envelope-from markm) Message-Id: <200410211932.i9LJWFHh062945@repoman.freebsd.org> From: Mark Murray Date: Thu, 21 Oct 2004 19:32:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Subject: cvs commit: src/sys/modules/mem Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 19:32:15 -0000 markm 2004-10-21 19:32:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_3) sys/modules/mem Makefile Log: MFR_5. Make the loadable module have the same content as the compiled-in mem device. This means the Module has MTRR for i386 and amd64. Approved by: re(scottl) Revision Changes Path 1.2.4.1 +6 -0 src/sys/modules/mem/Makefile