Date: Thu, 25 Jun 2009 19:26:23 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r194997 - head/sys/sun4v/conf Message-ID: <200906251926.n5PJQNOR062379@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906251926.n5PJQNOR062379>