From owner-p4-projects@FreeBSD.ORG Fri Dec 9 03:50:19 2005 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 D61F916A422; Fri, 9 Dec 2005 03:50:18 +0000 (GMT) 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 A349316A41F for ; Fri, 9 Dec 2005 03:50:18 +0000 (GMT) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4673043D77 for ; Fri, 9 Dec 2005 03:50:13 +0000 (GMT) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jB93oDHC047566 for ; Fri, 9 Dec 2005 03:50:13 GMT (envelope-from imp@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jB93oC5c047563 for perforce@freebsd.org; Fri, 9 Dec 2005 03:50:12 GMT (envelope-from imp@freebsd.org) Date: Fri, 9 Dec 2005 03:50:12 GMT Message-Id: <200512090350.jB93oC5c047563@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to imp@freebsd.org using -f From: Warner Losh To: Perforce Change Reviews Cc: Subject: PERFORCE change 87923 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, 09 Dec 2005 03:50:19 -0000 http://perforce.freebsd.org/chv.cgi?CH=87923 Change 87923 by imp@imp_Speedy on 2005/12/09 03:49:14 Comment out nfs comment out ufs options new vm layout startup pagetable addr misc other junk Affected files ... .. //depot/projects/arm/src/sys/arm/conf/KB920X#4 edit Differences ... ==== //depot/projects/arm/src/sys/arm/conf/KB920X#4 (text+ko) ==== @@ -23,6 +23,8 @@ options KERNPHYSADDR=0x20000000 options KERNVIRTADDR=0xc0000000 options PHYSADDR=0x20000000 +options STARTUP_PAGETABLE_ADDR=0x20800000 +options ARM32_NEW_VM_LAYOUT include "../at91/std.kb920x" #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" #Default places to look for devices. @@ -37,25 +39,26 @@ #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem #options SOFTUPDATES #Enable FFS soft updates support -options UFS_ACL #Support for access control lists -options UFS_DIRHASH #Improve performance on big directories +#options UFS_ACL #Support for access control lists +#options UFS_DIRHASH #Improve performance on big directories options MD_ROOT #MD is a potential root device options ROOTDEVNAME=\"ufs:md0\" -options NFSCLIENT #Network Filesystem Client +#options NFSCLIENT #Network Filesystem Client #options NFSSERVER #Network Filesystem Server -options NFS_ROOT #NFS usable as /, requires NFSCLIENT +#options NFS_ROOT #NFS usable as /, requires NFSCLIENT #options MSDOSFS #MSDOS Filesystem -options CD9660 #ISO 9660 Filesystem +#options CD9660 #ISO 9660 Filesystem #options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] -options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI +#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI #options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev +#options SYSCTL_OMIT_DESCR device genclock device loop device ether