From owner-p4-projects@FreeBSD.ORG Fri Sep 18 03:32:02 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 170B21065672; Fri, 18 Sep 2009 03:32:02 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6D2C106566B for ; Fri, 18 Sep 2009 03:32:01 +0000 (UTC) (envelope-from andrew@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B55C78FC16 for ; Fri, 18 Sep 2009 03:32:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8I3W1Fw097066 for ; Fri, 18 Sep 2009 03:32:01 GMT (envelope-from andrew@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8I3W1sj097064 for perforce@freebsd.org; Fri, 18 Sep 2009 03:32:01 GMT (envelope-from andrew@freebsd.org) Date: Fri, 18 Sep 2009 03:32:01 GMT Message-Id: <200909180332.n8I3W1sj097064@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to andrew@freebsd.org using -f From: Andrew Turner To: Perforce Change Reviews Cc: Subject: PERFORCE change 168647 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, 18 Sep 2009 03:32:02 -0000 http://perforce.freebsd.org/chv.cgi?CH=168647 Change 168647 by andrew@andrew_bender on 2009/09/18 03:31:50 Update the LN2410SBC conf file for style and add USB support Affected files ... .. //depot/projects/arm/src/sys/arm/conf/LN2410SBC#2 edit Differences ... ==== //depot/projects/arm/src/sys/arm/conf/LN2410SBC#2 (text+ko) ==== @@ -27,17 +27,17 @@ makeoptions MODULES_OVERRIDE="" makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols -options HZ=100 -options DDB -options KDB +options HZ=100 +options DDB +options KDB options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options MD_ROOT #MD is a potential root device -options MD_ROOT_SIZE=4096 # 4MB ram disk -options ROOTDEVNAME=\"ufs:md0\" +options MD_ROOT_SIZE=4096 # 4MB ram disk +options ROOTDEVNAME=\"ufs:md0\" options PSEUDOFS #Pseudo-filesystem framework options KTRACE #ktrace(1) support @@ -47,15 +47,17 @@ options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions options MUTEX_NOINLINE -options RWLOCK_NOINLINE -options SX_NOINLINE +options RWLOCK_NOINLINE +options SX_NOINLINE options NO_FFS_SNAPSHOT options NO_SWAPPING device random device pty + device loop device ether + device uart # Debugging for use in -current @@ -66,3 +68,9 @@ device md +device usb +device ohci +device umass +device scbus # SCSI bus (required for da) +device da # Direct Access (disks) +