aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr/bktr_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Add locking to the various iicbus(4) bridge drivers:John Baldwin2008-08-041-0/+1
* Explicitly lock Giant in smbus_if methods in the bktr_i2c and iicsmbJohn Baldwin2008-06-061-1/+26
* remove delays that have been unnecessary since 2002... The iicbb driverJohn-Mark Gurney2006-12-311-7/+0
* Minor overhaul of SMBus support:John Baldwin2006-09-111-1/+3
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Remove support for FreeBSD < 4.recent from this driver.Warner Losh2005-01-081-2/+0
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrDavid E. O'Brien2003-12-081-7/+6
* Use __FBSDID().David E. O'Brien2003-08-241-3/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+5
* Remove abuse of NBKTR - this was always a NOP on freebsd. We neverPeter Wemm2002-07-211-2/+0
* Fix bktr and pcf compilation with LINTNicolas Souchu2002-03-251-10/+8
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-190/+110
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.Garrett Wollman2001-01-201-0/+5
* Update to driver 2.17Roger Hardiman2000-10-191-0/+3
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-2/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Upgrade the bktr driver from 2.07 to 2.10.Roger Hardiman2000-04-041-31/+32
* Use config's tools rather than #if's.Peter Wemm2000-01-291-4/+0
* Update to driver 2.07Roger Hardiman2000-01-241-0/+8
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-2/+2
* Update to driver release 2.04Roger Hardiman1999-10-281-0/+12
* Move the bktr Bt848/Bt878 driver to /sys/dev/bktrRoger Hardiman1999-09-221-2/+2
* Add #include <sys/select.h> ready for select() support in bt848 driverRoger Hardiman1999-08-301-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-11/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-3/+2
* Add #if (NSMBUS>0) checks around smbus/iicbus i2c bus code.Roger Hardiman1999-05-101-4/+7
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Return to previous check_for_i2c_devices() behaviour.Nicolas Souchu1998-11-071-5/+5
* Brooktree driver ported to the new I2C framework. See iicbus(4) for more info.Nicolas Souchu1998-10-311-0/+412