From owner-p4-projects@FreeBSD.ORG Fri Mar 12 16:17:55 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 7F3AB16A4D0; Fri, 12 Mar 2004 16:17:55 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DA6316A4CE for ; Fri, 12 Mar 2004 16:17:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 462C343D2F for ; Fri, 12 Mar 2004 16:17:55 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2D0HtGe032479 for ; Fri, 12 Mar 2004 16:17:55 -0800 (PST) (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2D0HsKR032476 for perforce@freebsd.org; Fri, 12 Mar 2004 16:17:54 -0800 (PST) (envelope-from jmallett@freebsd.org) Date: Fri, 12 Mar 2004 16:17:54 -0800 (PST) Message-Id: <200403130017.i2D0HsKR032476@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett To: Perforce Change Reviews Subject: PERFORCE change 48835 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2004 00:17:56 -0000 http://perforce.freebsd.org/chv.cgi?CH=48835 Change 48835 by jmallett@jmallett_oingo on 2004/03/12 16:16:53 The direct-mapped region accesses must match those which go through the TLB. So load the kernel Uncached. Yes this does make the boot time HUGE, but it also makes it possible for us to boot SOMEWHERE. Affected files ... .. //depot/projects/mips/sys/mips/conf/INDY#6 edit Differences ... ==== //depot/projects/mips/sys/mips/conf/INDY#6 (text+ko) ==== @@ -10,7 +10,7 @@ makeoptions MIPSOPTS=-mips3 #Build for a MIPS III -makeoptions TEXTADDR=0x88069000 #Indy +makeoptions TEXTADDR=0xA8069000 #Indy # Platform support platform sgimips #SGI MIPS systems. @@ -29,9 +29,15 @@ options FFS options INET -options INET6 +options NFSCLIENT +options NFSSERVER +options PROCFS +options PSEUDOFS +device random +device md device ether device loop +device pty options SCHED_4BSD #A scheduler, if you please