From owner-p4-projects@FreeBSD.ORG Tue Dec 5 16:45:54 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 525A716A4FC; Tue, 5 Dec 2006 16:45:54 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75E4916A4D1 for ; Tue, 5 Dec 2006 16:45:53 +0000 (UTC) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC14443CAA for ; Tue, 5 Dec 2006 16:45:12 +0000 (GMT) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB5Gjq7c014671 for ; Tue, 5 Dec 2006 16:45:52 GMT (envelope-from imp@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB5GjpHD014668 for perforce@freebsd.org; Tue, 5 Dec 2006 16:45:51 GMT (envelope-from imp@freebsd.org) Date: Tue, 5 Dec 2006 16:45:51 GMT Message-Id: <200612051645.kB5GjpHD014668@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to imp@freebsd.org using -f From: Warner Losh To: Perforce Change Reviews Cc: Subject: PERFORCE change 111147 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, 05 Dec 2006 16:45:54 -0000 http://perforce.freebsd.org/chv.cgi?CH=111147 Change 111147 by imp@imp_lighthouse on 2006/12/05 16:45:47 Adjust iic to latest hinting on iic bus. Also minor tweaks to eliminate i386 specific items and use options convention more. # maybe I should hack config to allow hints in config file Affected files ... .. //depot/projects/arm/src/sys/arm/conf/AVILA#11 edit .. //depot/projects/arm/src/sys/arm/conf/AVILA.hints#1 add Differences ... ==== //depot/projects/arm/src/sys/arm/conf/AVILA#11 (text+ko) ==== @@ -27,12 +27,12 @@ options STARTUP_PAGETABLE_ADDR=0x10000000 include "../xscale/ixp425/std.avila" -#To statically compile in device wiring instead of /boot/device.hints -#hints "GENERIC.hints" #Default places to look for devices. +# Provide info on how generic devices are connected +hints "AVILA.hints" makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols makeoptions CONF_CFLAGS=-mcpu=xscale -#options HZ=1000 +#options HZ=1000 options HZ=100 options DEVICE_POLLING @@ -44,7 +44,7 @@ #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 options SCHED_4BSD #4BSD scheduler options KSE @@ -72,10 +72,10 @@ options BOOTP_NFSROOT options BOOTP_NFSV3 options BOOTP_WIRED_TO=npe0 -#options BOOTP_WIRED_TO=ath0 +#options BOOTP_WIRED_TO=ath0 options BOOTP_COMPAT -#options PREEMPTION -#options VERBOSE_SYSINIT +#options PREEMPTION +#options VERBOSE_SYSINIT device genclock device nexus @@ -118,7 +118,7 @@ device md device random # Entropy device -#options ARM_USE_SMALL_ALLOC +#options ARM_USE_SMALL_ALLOC # Wireless NIC cards device wlan # 802.11 support