From owner-svn-src-all@FreeBSD.ORG Tue Oct 23 02:20:11 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8D13B80; Tue, 23 Oct 2012 02:20:11 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B103B8FC08; Tue, 23 Oct 2012 02:20:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9N2KBpJ062766; Tue, 23 Oct 2012 02:20:11 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9N2KB4k062764; Tue, 23 Oct 2012 02:20:11 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201210230220.q9N2KB4k062764@svn.freebsd.org> From: Rui Paulo Date: Tue, 23 Oct 2012 02:20:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241920 - head/sys/powerpc/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 02:20:11 -0000 Author: rpaulo Date: Tue Oct 23 02:20:11 2012 New Revision: 241920 URL: http://svn.freebsd.org/changeset/base/241920 Log: Remove compat options. Submitted by: netchild Modified: head/sys/powerpc/conf/WII Modified: head/sys/powerpc/conf/WII ============================================================================== --- head/sys/powerpc/conf/WII Mon Oct 22 22:42:28 2012 (r241919) +++ head/sys/powerpc/conf/WII Tue Oct 23 02:20:11 2012 (r241920) @@ -32,10 +32,6 @@ options PROCFS #Process filesystem (r options PSEUDOFS #Pseudo-filesystem framework options GEOM_PART_GPT #GUID Partition Tables. options GEOM_LABEL #Provides labelization -options COMPAT_FREEBSD4 #Keep this for a while -options COMPAT_FREEBSD5 #Compatible with FreeBSD5 -options COMPAT_FREEBSD6 #Compatible with FreeBSD6 -options COMPAT_FREEBSD7 #Compatible with FreeBSD7 options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options KTRACE #ktrace(1) syscall trace support options STACK #stack(9) support