summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr/bktr_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-041-0/+1
* Explicitly lock Giant in smbus_if methods in the bktr_i2c and iicsmbjhb2008-06-061-1/+26
* remove delays that have been unnecessary since 2002... The iicbb driverjmg2006-12-311-7/+0
* Minor overhaul of SMBus support:jhb2006-09-111-1/+3
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Remove support for FreeBSD < 4.recent from this driver.imp2005-01-081-2/+0
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-081-7/+6
* Use __FBSDID().obrien2003-08-241-3/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+5
* Remove abuse of NBKTR - this was always a NOP on freebsd. We neverpeter2002-07-211-2/+0
* Fix bktr and pcf compilation with LINTnsouch2002-03-251-10/+8
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-190/+110
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.wollman2001-01-201-0/+5
* Update to driver 2.17roger2000-10-191-0/+3
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-2/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Upgrade the bktr driver from 2.07 to 2.10.roger2000-04-041-31/+32
* Use config's tools rather than #if's.peter2000-01-291-4/+0
* Update to driver 2.07roger2000-01-241-0/+8
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-2/+2
* Update to driver release 2.04roger1999-10-281-0/+12
* Move the bktr Bt848/Bt878 driver to /sys/dev/bktrroger1999-09-221-2/+2
* Add #include <sys/select.h> ready for select() support in bt848 driverroger1999-08-301-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-11/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-3/+2
* Add #if (NSMBUS>0) checks around smbus/iicbus i2c bus code.roger1999-05-101-4/+7
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Return to previous check_for_i2c_devices() behaviour.nsouch1998-11-071-5/+5
* Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.nsouch1998-10-311-0/+412
OpenPOWER on IntegriCloud