Date: Fri, 6 Oct 2006 23:27:00 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 107381 for review Message-ID: <200610062327.k96NR0PX067035@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107381 Change 107381 by imp@imp_lighthouse on 2006/10/06 23:26:02 Remove witness for the moment. Add TSC4370 hints for the SPI part. Affected files ... .. //depot/projects/arm/src/sys/arm/conf/TSC4370#14 edit .. //depot/projects/arm/src/sys/arm/conf/TSC4370.hints#1 add Differences ... ==== //depot/projects/arm/src/sys/arm/conf/TSC4370#14 (text+ko) ==== @@ -27,6 +27,7 @@ #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" #Default places to look for devices. #hints "KB920X.hints" #Default places to look for devices. +hints "TSC4370.hints" #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options DDB @@ -85,10 +86,10 @@ ##device da # Direct Access (disks) # Debugging for use in -current -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 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 device mem # Memory and kernel memory devices device md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610062327.k96NR0PX067035>