From owner-p4-projects@FreeBSD.ORG Tue Feb 22 23:34:59 2005 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 62CF016A4D0; Tue, 22 Feb 2005 23:34:59 +0000 (GMT) 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 2105A16A4CE for ; Tue, 22 Feb 2005 23:34:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE5CD43D66 for ; Tue, 22 Feb 2005 23:34:58 +0000 (GMT) (envelope-from jmg@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1MNYwDW089523 for ; Tue, 22 Feb 2005 23:34:58 GMT (envelope-from jmg@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1MNYw8v089520 for perforce@freebsd.org; Tue, 22 Feb 2005 23:34:58 GMT (envelope-from jmg@freebsd.org) Date: Tue, 22 Feb 2005 23:34:58 GMT Message-Id: <200502222334.j1MNYw8v089520@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmg@freebsd.org using -f From: John-Mark Gurney To: Perforce Change Reviews Subject: PERFORCE change 71613 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: Tue, 22 Feb 2005 23:35:00 -0000 http://perforce.freebsd.org/chv.cgi?CH=71613 Change 71613 by jmg@jmg_carbon on 2005/02/22 23:34:21 comment out the BOOTP stuff, at least till we get the ethernet driver committed... This means we now get to a mountroot> prompt.. so guess if we bring in md, we might be able to get to userland.. also fix up options so that option lines are: "options" so they line up when commented out... Affected files ... .. //depot/projects/arm/src/sys/arm/conf/TS7200#4 edit Differences ... ==== //depot/projects/arm/src/sys/arm/conf/TS7200#4 (text+ko) ==== @@ -21,8 +21,8 @@ ident TS7200 options PHYSADDR=0x00000000 -options KERNPHYSADDR=0x00200000 -options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm +options KERNPHYSADDR=0x00200000 +options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm makeoptions KERNPHYSADDR=0x00200000 makeoptions KERNVIRTADDR=0xc0200000 @@ -35,10 +35,10 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols makeoptions CONF_CFLAGS=-mcpu=arm9 -options DDB -#options ARMFPE -options HZ=64 -#options DEVICE_POLLING +options DDB +#options ARMFPE +options HZ=64 +#options DEVICE_POLLING options SCHED_4BSD #4BSD scheduler options INET #InterNETworking @@ -62,12 +62,12 @@ options SYSVSEM #SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev -options BOOTP -options BOOTP_NFSROOT -options BOOTP_NFSV3 -options BOOTP_WIRED_TO=em0 -options BOOTP_COMPAT -#options PREEMPTION +#options BOOTP +#options BOOTP_NFSROOT +#options BOOTP_NFSV3 +#options BOOTP_WIRED_TO=em0 +#options BOOTP_COMPAT +#options PREEMPTION device genclock device loop device ether @@ -85,13 +85,13 @@ # output. Adds ~215k to driver. # Debugging for use in -current -options KDB +options KDB options DDB #Enable the kernel debugger #options INVARIANTS #Enable calls of extra sanity checking #options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS #options WITNESS #Enable checks to detect deadlocks and cycles #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed -#options DIAGNOSTIC +#options DIAGNOSTIC # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel