Date: Fri, 15 Jan 2016 11:40:41 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r294087 - head/sys/arm/conf Message-ID: <201601151140.u0FBef8c006253@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: andrew Date: Fri Jan 15 11:40:41 2016 New Revision: 294087 URL: https://svnweb.freebsd.org/changeset/base/294087 Log: Remove the commented out sc device from the i.MX kernels, they both use vt(4). Modified: head/sys/arm/conf/IMX53 head/sys/arm/conf/IMX6 Modified: head/sys/arm/conf/IMX53 ============================================================================== --- head/sys/arm/conf/IMX53 Fri Jan 15 11:18:58 2016 (r294086) +++ head/sys/arm/conf/IMX53 Fri Jan 15 11:40:41 2016 (r294087) @@ -136,11 +136,3 @@ device wlan_amrr # AMRR transmit rate # Flattened Device Tree options FDT # Configure using FDT/DTB data - -# NOTE: serial console will be disabled if syscons enabled -# Uncomment following lines for framebuffer/syscons support -#device sc -#device vt -#device kbdmux -#options SC_DFLT_FONT # compile font in -#makeoptions SC_DFLT_FONT=cp437 Modified: head/sys/arm/conf/IMX6 ============================================================================== --- head/sys/arm/conf/IMX6 Fri Jan 15 11:18:58 2016 (r294086) +++ head/sys/arm/conf/IMX6 Fri Jan 15 11:40:41 2016 (r294087) @@ -125,14 +125,6 @@ device u3g # USB modems #device wlan_tkip # 802.11 TKIP support #device wlan_amrr # AMRR transmit rate control algorithm -# NOTE: serial console will be disabled if syscons enabled -# Uncomment following lines for framebuffer/syscons support -# Wandboard has no video console support yet. -#device sc -#device kbdmux -#options SC_DFLT_FONT # compile font in -#makeoptions SC_DFLT_FONT=cp437 - device vt device kbdmux device ukbd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601151140.u0FBef8c006253>