freebsd-dev/sys/dev/iicbus
Marius Strobl f9e26776a6 It turns out that as documented, PCF8563_R_SECOND_VL (i.e. battery low)
doesn't automatically clear when VDD rises above Vlow again and needs to be
cleared manually. However, apparently this needs all of the time registers
to be set, i.e. pcf8563_settime(), and not just PCF8563_R_SECOND in order
for PCF8563_R_SECOND_VL to stick. Thus, we just issue a warning during
pcf8563_attach() rather than failing with ENXIO in case it is set.

MFC after:	3 days
2012-10-18 10:29:16 +00:00
..
ad7417.c Do the ADC init only at startup and not during every sensor read call. 2012-08-19 19:31:36 +00:00
ad7418.c
ds133x.c
ds1374.c Don't include MIPS machine headers. There's no need for it. 2012-05-19 17:42:11 +00:00
ds1631.c Add a new temperature driver for certain PowerMacs. Found here on my Quad G5. 2012-08-19 19:37:14 +00:00
ds1672.c
ds1775.c Unify the sysctl description with the other PowerMac temperature drivers. 2012-08-19 19:34:10 +00:00
icee.c
if_ic.c Tag mbufs of all incoming frames or packets with the interface's FIB 2011-07-03 16:08:38 +00:00
iic.c Revert r226398 and instead move the allocation of usrbufs after the error check. 2011-10-16 17:38:20 +00:00
iic.h Fix typo in comment. 2010-08-07 08:31:32 +00:00
iicbb_if.m Provide pre/post transfer method callbacks for icbbb 2012-03-01 20:58:20 +00:00
iicbb.c Provide pre/post transfer method callbacks for icbbb 2012-03-01 20:58:20 +00:00
iicbus_if.m
iicbus.c Allow the i2c node requirements to be slightly relaxed. 2011-12-04 11:55:33 +00:00
iicbus.h Allow the i2c node requirements to be slightly relaxed. 2011-12-04 11:55:33 +00:00
iicoc.c Driver for OpenCores I2C controller. 2012-03-27 10:44:32 +00:00
iicoc.h Driver for OpenCores I2C controller. 2012-03-27 10:44:32 +00:00
iiconf.c Allow the i2c node requirements to be slightly relaxed. 2011-12-04 11:55:33 +00:00
iiconf.h
iicsmb.c - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
max6690.c Avoid using the degree symbol. Looks ugly on the console. 2012-08-19 19:32:38 +00:00
pcf8563.c It turns out that as documented, PCF8563_R_SECOND_VL (i.e. battery low) 2012-10-18 10:29:16 +00:00
pcf8563reg.h Add a driver for the NXP (Philips) PCF8563 RTC. 2012-04-13 23:07:32 +00:00
s35390a.c Remove unused variables. 2012-09-29 16:15:27 +00:00