summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr/bktr_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* 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