From owner-p4-projects@FreeBSD.ORG Fri Nov 10 05:40: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 A63E216A407; Fri, 10 Nov 2006 05:40:53 +0000 (UTC) X-Original-To: perforce@freebsd.org 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 9F20F16A403 for ; Fri, 10 Nov 2006 05:40:53 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A47743D49 for ; Fri, 10 Nov 2006 05:40:53 +0000 (GMT) (envelope-from sam@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 kAA5erkk033583 for ; Fri, 10 Nov 2006 05:40:53 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAA5errn033578 for perforce@freebsd.org; Fri, 10 Nov 2006 05:40:53 GMT (envelope-from sam@freebsd.org) Date: Fri, 10 Nov 2006 05:40:53 GMT Message-Id: <200611100540.kAA5errn033578@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Cc: Subject: PERFORCE change 109673 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: Fri, 10 Nov 2006 05:40:54 -0000 http://perforce.freebsd.org/chv.cgi?CH=109673 Change 109673 by sam@sam_ebb on 2006/11/10 05:40:06 o add KSE to maintain status quo o add INVARIANTS+WITNESS for now (~50% perf drop) o add bpf+if_bridge o add crypto stuff commented out (tested and works) o add ata_avila for cf-ide support Affected files ... .. //depot/projects/arm/src/sys/arm/conf/AVILA#4 edit Differences ... ==== //depot/projects/arm/src/sys/arm/conf/AVILA#4 (text+ko) ==== @@ -34,7 +34,12 @@ options HZ=100 #options DEVICE_POLLING +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 SCHED_4BSD #4BSD scheduler +options KSE options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem @@ -82,19 +87,23 @@ device ata device atadisk # ATA disk drives options ATA_STATIC_ID # Static device numbering +device ata_avila # Gateworks CF/IDE support device npe # Network Processing Engine device npe_fw # NPE firmware device firmware # firmware support for npe_fw -device qmgr # Q Manager +device qmgr # Q Manager (required by npe) device miibus # NB: required by npe device ether +device bpf device pty device loop +device if_bridge # Debugging for use in -current options KDB +#options GDB 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 @@ -121,3 +130,7 @@ device ath_hal # Atheros HAL (Hardware Access Layer) device ath_rate_sample # SampleRate tx rate control for ath options ATH_DEBUG + +#device crypto +#device cryptodev +#device hifn # NB: Soekris minipci card known to work