From owner-p4-projects@FreeBSD.ORG Sun Nov 12 23:55:36 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 1F71B16A4EB; Sun, 12 Nov 2006 23:55:36 +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 DF9CF16A4E9 for ; Sun, 12 Nov 2006 23:55:35 +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 AA5E743D58 for ; Sun, 12 Nov 2006 23:55:35 +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 kACNtZGV033348 for ; Sun, 12 Nov 2006 23:55:35 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kACNtZFN033345 for perforce@freebsd.org; Sun, 12 Nov 2006 23:55:35 GMT (envelope-from sam@freebsd.org) Date: Sun, 12 Nov 2006 23:55:35 GMT Message-Id: <200611122355.kACNtZFN033345@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 109824 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: Sun, 12 Nov 2006 23:55:36 -0000 http://perforce.freebsd.org/chv.cgi?CH=109824 Change 109824 by sam@sam_ebb on 2006/11/12 23:54:47 o enable ata support; it now works o enable DEVICE_POLLING; it's useful with npe Affected files ... .. //depot/projects/arm/src/sys/arm/conf/AVILA#6 edit Differences ... ==== //depot/projects/arm/src/sys/arm/conf/AVILA#6 (text+ko) ==== @@ -31,8 +31,9 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols makeoptions CONF_CFLAGS=-mcpu=xscale +#options HZ=1000 options HZ=100 -#options DEVICE_POLLING +options DEVICE_POLLING options INVARIANTS #Enable calls of extra sanity checking options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS @@ -85,9 +86,8 @@ device ixpiic device ata +device ata_avila # Gateworks CF/IDE support 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