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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to