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

Ian Lepore ian at FreeBSD.org
Wed Aug 19 21:04:51 UTC 2015


Author: ian
Date: Wed Aug 19 21:04:50 2015
New Revision: 286944
URL: https://svnweb.freebsd.org/changeset/base/286944

Log:
  Enable the watchdog driver on imx6, now that it works.

Modified:
  head/sys/arm/conf/IMX6

Modified: head/sys/arm/conf/IMX6
==============================================================================
--- head/sys/arm/conf/IMX6	Wed Aug 19 20:50:31 2015	(r286943)
+++ head/sys/arm/conf/IMX6	Wed Aug 19 21:04:50 2015	(r286944)
@@ -136,5 +136,5 @@ device		ffec			# Freescale Fast Ethernet
 device		fsliic			# Freescale i2c/iic
 device		iic			# iic protocol
 device		iicbus			# iic bus
-#device		imxwdt			# Watchdog. WARNING: can't be disabled!!!
+device		imxwdt			# Watchdog. WARNING: can't be disabled!!!
 


More information about the svn-src-head mailing list