From owner-svn-src-all@FreeBSD.ORG Thu Jun 25 17:46:52 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8F701065674; Thu, 25 Jun 2009 17:46:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D713D8FC20; Thu, 25 Jun 2009 17:46:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n5PHkqVc059129; Thu, 25 Jun 2009 17:46:52 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n5PHkqko059127; Thu, 25 Jun 2009 17:46:52 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <200906251746.n5PHkqko059127@svn.freebsd.org> From: John Baldwin Date: Thu, 25 Jun 2009 17:46:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r194982 - head/sys/sun4v/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 25 Jun 2009 17:46:53 -0000 Author: jhb Date: Thu Jun 25 17:46:52 2009 New Revision: 194982 URL: http://svn.freebsd.org/changeset/base/194982 Log: Remove COMPAT_FREEBSD5 from sun4v. There are no FreeBSD/sun4v 5.x binaries to be compatible with. Modified: head/sys/sun4v/conf/GENERIC Modified: head/sys/sun4v/conf/GENERIC ============================================================================== --- head/sys/sun4v/conf/GENERIC Thu Jun 25 17:36:08 2009 (r194981) +++ head/sys/sun4v/conf/GENERIC Thu Jun 25 17:46:52 2009 (r194982) @@ -53,7 +53,6 @@ options GEOM_PART_GPT # GUID Partition options GEOM_LABEL # Provides labelization options COMPAT_43 # Compatible with BSD 4.3 (sgtty) options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty) -options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options STACK # stack(9) support