NOTES (6f3bd9a660bcb24aa6a5b4bcff78cd0a2c966339) NOTES (422d05da14fe063e5d187d81a328fa7b362d069f)
1# $FreeBSD$
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#

--- 2315 unchanged lines hidden (view full) ---

2324device iicbus # Bus support, required for ic/iic/iicsmb below.
2325device iicbb # bitbang driver; implements i2c on a pair of gpio pins
2326
2327device ic
2328device iic # userland access to i2c slave devices via ioctl(8)
2329device iicsmb # smb over i2c bridge
2330device iicoc # OpenCores I2C controller support
2331
1# $FreeBSD$
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#

--- 2315 unchanged lines hidden (view full) ---

2324device iicbus # Bus support, required for ic/iic/iicsmb below.
2325device iicbb # bitbang driver; implements i2c on a pair of gpio pins
2326
2327device ic
2328device iic # userland access to i2c slave devices via ioctl(8)
2329device iicsmb # smb over i2c bridge
2330device iicoc # OpenCores I2C controller support
2331
2332# I2C bus multiplexer (mux) devices
2333device iicmux # i2c mux core driver
2334device iic_gpiomux # i2c mux hardware controlled via gpio pins
2335device ltc430x # LTC4305 and LTC4306 i2c mux chips
2336
2332# I2C peripheral devices
2333#
2334device ad7418 # Analog Devices temp and voltage sensor
2335device ads111x # Texas Instruments ADS101x and ADS111x ADCs
2336device ds1307 # Dallas DS1307 RTC and compatible
2337device ds13rtc # All Dallas/Maxim ds13xx chips
2338device ds1672 # Dallas DS1672 RTC
2339device ds3231 # Dallas DS3231 RTC + temperature

--- 562 unchanged lines hidden ---
2337# I2C peripheral devices
2338#
2339device ad7418 # Analog Devices temp and voltage sensor
2340device ads111x # Texas Instruments ADS101x and ADS111x ADCs
2341device ds1307 # Dallas DS1307 RTC and compatible
2342device ds13rtc # All Dallas/Maxim ds13xx chips
2343device ds1672 # Dallas DS1672 RTC
2344device ds3231 # Dallas DS3231 RTC + temperature

--- 562 unchanged lines hidden ---