From owner-p4-projects@FreeBSD.ORG Tue Oct 28 06:11:23 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id AE8B41065685; Tue, 28 Oct 2008 06:11:23 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7124C1065680 for ; Tue, 28 Oct 2008 06:11:23 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FBAE8FC20 for ; Tue, 28 Oct 2008 06:11:23 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9S6BNQ8056373 for ; Tue, 28 Oct 2008 06:11:23 GMT (envelope-from gonzo@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9S6BNTp056371 for perforce@freebsd.org; Tue, 28 Oct 2008 06:11:23 GMT (envelope-from gonzo@FreeBSD.org) Date: Tue, 28 Oct 2008 06:11:23 GMT Message-Id: <200810280611.m9S6BNTp056371@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to gonzo@FreeBSD.org using -f From: Oleksandr Tymoshenko To: Perforce Change Reviews Cc: Subject: PERFORCE change 152076 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2008 06:11:23 -0000 http://perforce.freebsd.org/chv.cgi?CH=152076 Change 152076 by gonzo@gonzo_jeeves on 2008/10/28 06:11:05 KERNVIRADDR is not required by ADM5120, MALTA, QEMU Affected files ... .. //depot/projects/mips2/src/sys/mips/conf/ADM5120#8 edit .. //depot/projects/mips2/src/sys/mips/conf/MALTA#23 edit .. //depot/projects/mips2/src/sys/mips/conf/QEMU#9 edit Differences ... ==== //depot/projects/mips2/src/sys/mips/conf/ADM5120#8 (text+ko) ==== @@ -26,7 +26,6 @@ # Don't build any modules yet. makeoptions MODULES_OVERRIDE="" -options KERNVIRTADDR=0x80100000 include "../adm5120/std.adm5120" hints "ADM5120.hints" #Default places to look for devices. ==== //depot/projects/mips2/src/sys/mips/conf/MALTA#23 (text+ko) ==== @@ -28,7 +28,6 @@ # Don't build any modules yet. makeoptions MODULES_OVERRIDE="" -options KERNVIRTADDR=0x80100000 options TICK_USE_YAMON_FREQ=defined #options TICK_USE_MALTA_RTC=defined ==== //depot/projects/mips2/src/sys/mips/conf/QEMU#9 (text+ko) ==== @@ -28,7 +28,6 @@ # Don't build any modules yet. makeoptions MODULES_OVERRIDE="" -options KERNVIRTADDR=0x80100000 include "../adm5120/std.adm5120" #hints "GENERIC.hints" #Default places to look for devices.