From owner-cvs-src-old@FreeBSD.ORG Sat Feb 20 06:40:59 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D4EA106566B for ; Sat, 20 Feb 2010 06:40:59 +0000 (UTC) (envelope-from neel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1A3D58FC14 for ; Sat, 20 Feb 2010 06:40:59 +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 o1K6ewtA039454 for ; Sat, 20 Feb 2010 06:40:58 GMT (envelope-from neel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1K6ewUf039453 for cvs-src-old@freebsd.org; Sat, 20 Feb 2010 06:40:58 GMT (envelope-from neel@repoman.freebsd.org) Message-Id: <201002200640.o1K6ewUf039453@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to neel@repoman.freebsd.org using -f From: Neel Natu Date: Sat, 20 Feb 2010 06:39:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options.mips src/sys/mips/conf ADM5120 MALTA MALTA64 OCTEON1 OCTEON1-32 QEMU SWARM XLR X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2010 06:40:59 -0000 neel 2010-02-20 06:39:14 UTC FreeBSD src repository Modified files: sys/conf options.mips sys/mips/conf ADM5120 MALTA MALTA64 OCTEON1 OCTEON1-32 QEMU SWARM XLR Log: SVN rev 204108 on 2010-02-20 06:39:14Z by neel Get rid of unused options: KERNPHYSADDR, KERNVIRTADDR, PHYSADDR, PHYS_ADDR_64BIT Discussed with: gonzo, imp Revision Changes Path 1.6 +0 -4 src/sys/conf/options.mips 1.11 +0 -1 src/sys/mips/conf/ADM5120 1.10 +0 -1 src/sys/mips/conf/MALTA 1.5 +0 -1 src/sys/mips/conf/MALTA64 1.6 +0 -1 src/sys/mips/conf/OCTEON1 1.8 +0 -1 src/sys/mips/conf/OCTEON1-32 1.8 +0 -1 src/sys/mips/conf/QEMU 1.7 +0 -5 src/sys/mips/conf/SWARM 1.5 +0 -2 src/sys/mips/conf/XLR