Date: Tue, 5 Dec 2006 16:45:51 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 111147 for review Message-ID: <200612051645.kB5GjpHD014668@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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<space><tab> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612051645.kB5GjpHD014668>