diff options
author | Ian Lepore <ian@FreeBSD.org> | 2017-07-30 00:01:31 +0000 |
---|---|---|
committer | Ian Lepore <ian@FreeBSD.org> | 2017-07-30 00:01:31 +0000 |
commit | abf199db5e8040a861ddad77c7cf7f39262d3c3b (patch) | |
tree | ee3692fba5d31fb36b38f9c5f4bca45e3e51181b /sys/conf | |
parent | e25f1cf5bee2982c2143db3a54ba641854cc31f9 (diff) | |
download | src-abf199db5e8040a861ddad77c7cf7f39262d3c3b.tar.gz src-abf199db5e8040a861ddad77c7cf7f39262d3c3b.zip |
Add a few missing i2c devices that build fine on all arches.
Notes
Notes:
svn path=/head/; revision=321710
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3f49cb8dba4a..a3e3e4406b12 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2523,14 +2523,24 @@ device iicoc # OpenCores I2C controller support # I2C peripheral devices # +# ds1307 Dallas Semiconductor DS1307 RTC and compatible # ds133x Dallas Semiconductor DS1337, DS1338 and DS1339 RTC # ds1374 Dallas Semiconductor DS1374 RTC # ds1672 Dallas Semiconductor DS1672 RTC +# ds3231 Dallas Semiconductor DS3231 RTC + temperature +# icee AT24Cxxx and compatible EEPROMs +# lm75 LM75 compatible temperature sensor +# nxprtc NXP RTCs: PCA2129 PCA8565 PCF2127 PCF2129 PCF8523 PCF8563 # s35390a Seiko Instruments S-35390A RTC # +device ds1307 device ds133x device ds1374 device ds1672 +device ds3231 +device icee +device lm75 +device nxprtc device s35390a # Parallel-Port Bus |