From owner-svn-src-all@FreeBSD.ORG Thu Jun 25 19:26:23 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 779A6106564A; Thu, 25 Jun 2009 19:26:23 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 666EA8FC15; Thu, 25 Jun 2009 19:26:23 +0000 (UTC) (envelope-from ed@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 n5PJQNtW062381; Thu, 25 Jun 2009 19:26:23 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n5PJQNOR062379; Thu, 25 Jun 2009 19:26:23 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <200906251926.n5PJQNOR062379@svn.freebsd.org> From: Ed Schouten Date: Thu, 25 Jun 2009 19:26:23 +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: r194997 - 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 19:26:23 -0000 Author: ed Date: Thu Jun 25 19:26:23 2009 New Revision: 194997 URL: http://svn.freebsd.org/changeset/base/194997 Log: Remove COMPAT_43 from sun4v's GENERIC. I think it's very unlikely that we have binaries for sun4v that use features provided by COMPAT_43. Remove it from GENERIC. Approved by: kib Modified: head/sys/sun4v/conf/GENERIC Modified: head/sys/sun4v/conf/GENERIC ============================================================================== --- head/sys/sun4v/conf/GENERIC Thu Jun 25 19:23:25 2009 (r194996) +++ head/sys/sun4v/conf/GENERIC Thu Jun 25 19:26:23 2009 (r194997) @@ -51,7 +51,6 @@ options PROCFS # Process filesystem ( options PSEUDOFS # Pseudo-filesystem framework options GEOM_PART_GPT # GUID Partition Tables. options GEOM_LABEL # Provides labelization -options COMPAT_43 # Compatible with BSD 4.3 (sgtty) options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty) options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support