index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
iicbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't include MIPS machine headers. There's no need for it.
marcel
2012-05-19
1
-6
/
+0
*
Add a driver for the NXP (Philips) PCF8563 RTC.
marius
2012-04-13
2
-0
/
+260
*
Driver for OpenCores I2C controller.
jchandra
2012-03-27
2
-0
/
+468
*
Move driver for DS1374 RTC to sys/dev/iicbus
jchandra
2012-03-27
1
-0
/
+143
*
Fix typo.
andreast
2012-03-02
1
-1
/
+1
*
Provide pre/post transfer method callbacks for icbbb
kan
2012-03-01
2
-2
/
+55
*
IIC bitbang changes - prepare to make the bit delay configurable; debug print...
adrian
2011-12-20
1
-31
/
+42
*
Allow the i2c node requirements to be slightly relaxed.
adrian
2011-12-04
3
-4
/
+12
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
2
-11
/
+6
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
2
-2
/
+2
*
Revert r226398 and instead move the allocation of usrbufs after the error check.
brueffer
2011-10-16
1
-4
/
+2
*
Properly free resources in an error case.
brueffer
2011-10-15
1
-1
/
+3
*
Tag mbufs of all incoming frames or packets with the interface's FIB
bz
2011-07-03
1
-0
/
+1
*
Remove duplicate header includes
kevlo
2011-06-28
1
-3
/
+0
*
- Improve error handling.
andreast
2011-06-08
1
-43
/
+127
*
- Improve error handling.
andreast
2011-06-04
1
-23
/
+45
*
Replace the FCU_ZERO_C_TO_K with the ZERO_C_TO_K from powermac_thermal.h.
andreast
2011-06-04
1
-7
/
+5
*
- Improve error handling.
andreast
2011-06-03
1
-11
/
+33
*
Move the celsius-to-kelvin conversion to a place that powermac_thermal can
nwhitehorn
2011-05-29
1
-6
/
+3
*
Update the I2C-based temperature/fan drivers to connect to the Powermac
nwhitehorn
2011-05-29
3
-91
/
+186
*
Add a new driver, the ad7417, to read temperatures and voltages on some
andreast
2011-05-29
1
-0
/
+457
*
There are PowerMacs which do not have a hwsensor-location property
andreast
2011-01-18
1
-7
/
+12
*
Remove unused variable. Spotted by a cppcheck
andreast
2011-01-15
1
-3
/
+0
*
On the Xserve G5 we find the LM75 instead of the DS1775. The core
andreast
2010-12-10
1
-2
/
+3
*
Provide support for IIC_M_NOSTOP/IIC_M_NOSTART for bit-banging and
nwhitehorn
2010-11-08
1
-5
/
+29
*
Add three new drivers for fan control and temperature reading on the
andreast
2010-10-15
2
-0
/
+590
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
1
-1
/
+1
*
Fix typo in comment.
joel
2010-08-07
1
-1
/
+1
*
Fix iicbus_get_addr() on 64-bit big-endian systems. The bus accessor
nwhitehorn
2010-07-08
1
-1
/
+1
*
Revert changes accidentally committed as part of r209298.
nwhitehorn
2010-06-18
1
-29
/
+5
*
Provide for multiple, cascaded PICs on PowerPC systems, and extend the
nwhitehorn
2010-06-18
1
-5
/
+29
*
Add two new flags (IIC_M_NOSTOP and IIC_M_NOSTART) to struct iic_msg to
nwhitehorn
2010-06-05
1
-0
/
+2
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-1
/
+1
*
- Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc"
stas
2009-04-21
2
-2
/
+2
*
- Give a warning and start the oscillator if it was not previously
stas
2009-04-20
1
-19
/
+66
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-2
/
+2
*
Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...
imp
2009-02-10
4
-9
/
+9
*
Teach iic(4) the 'repeated start' I2C condition. This will be used by the
raj
2009-01-26
2
-0
/
+6
*
Change the probe priority for PCI and I2C generic bus modules from
nwhitehorn
2009-01-20
1
-1
/
+1
*
Revert revision 186833 and try a different strategy to allow this device to
nwhitehorn
2009-01-15
1
-2
/
+6
*
Import an Open Firmware I2C bus module. This attaches firmware device tree
nwhitehorn
2009-01-15
1
-0
/
+2
*
Change the way I2C bus attachment works to allow firmware-assisted bus
nwhitehorn
2009-01-06
7
-8
/
+10
*
Streamline #include sections in ds133x and ds1672 drivers. This unbreaks the
raj
2008-09-08
2
-14
/
+0
*
ds133x: Introduce device_identify method; update NOTES.
raj
2008-09-08
1
-1
/
+13
*
Handle errors from device_get_chidlren.
imp
2008-08-23
1
-2
/
+5
*
Fix compilation of arm's AVILA.
ed
2008-08-13
1
-1
/
+1
*
Rework Dallas Semiconductor RTC support.
raj
2008-08-11
1
-103
/
+229
*
Rename ds1339 -> ds133x to better fit the upcoming driver extensions.
raj
2008-08-11
1
-0
/
+0
*
- Reflect the iicbus infrastructure changes.
stas
2008-08-05
1
-1
/
+1
*
- Reflect changes in iic infrastructure.
stas
2008-08-05
1
-1
/
+1
[next]