svn commit: r294087 - head/sys/arm/conf

Andrew Turner andrew at FreeBSD.org
Fri Jan 15 11:40:43 UTC 2016


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


More information about the svn-src-head mailing list