Author: ian
Date: Mon Aug 14 00:12:14 2017
New Revision: 322478
URL: https://svnweb.freebsd.org/changeset/base/322478

Log:
  Add back the drivers for Dallas/Maxim ds13xx and Seiko S35390x now that
  they've been rewritten/fixed to not cause panics by doing i2c transfers
  before interrupts are available.
  
  PR:           221227

Modified:
  head/sys/arm/conf/GENERIC

Modified: head/sys/arm/conf/GENERIC
==============================================================================
--- head/sys/arm/conf/GENERIC   Mon Aug 14 00:00:24 2017        (r322477)
+++ head/sys/arm/conf/GENERIC   Mon Aug 14 00:12:14 2017        (r322478)
@@ -139,9 +139,11 @@ device             twl_clks                # twl external 
clocks
 
 # i2c RTCs
 device         ds1307                  # Dallas DS1307 RTC and compatible
+device         ds13rtc                 # All Dallas/Maxim DS13xx RTCs
 device         ds1672                  # Dallas DS1672 RTC
 device         ds3231                  # Dallas DS3231 RTC + temperature
 device         nxprtc                  # NXP RTCs: PCA/PFC212x PCA/PCF85xx
+device         s35390a                 # Seiko s3539x RTCs
 
 # GPIO
 device         gpio
_______________________________________________
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