summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus
Commit message (Expand)AuthorAgeFilesLines
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-7/+2
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-154-4/+0
* Allow these drivers to be detached.jake2000-06-162-0/+2
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-194-6/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-183-3/+0
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-082-0/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-032-3/+3
* Convert iic to use make_dev() rather than cdevsw_add(). This stops thepeter1999-11-181-1/+3
* Use cdevsw_add() explicitly and DRIVER_MODULE().peter1999-11-081-1/+2
* Sync with RELENG_3.nsouch1999-11-012-3/+7
* Fix: WARNING: "iic" is usurping "iic"'s cdevsw[] - the DEV_DRIVER_MODULE()peter1999-10-041-4/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-10/+0
* $Id$ -> $FreeBSD$peter1999-08-2811-11/+11
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-293-29/+23
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Simplify cdevsw registration.phk1999-05-311-17/+5
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-2/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-085-10/+5
* Continue where Julian left off in July 1998:phk1999-05-071-3/+3
* Staticize.eivind1999-04-111-2/+2
* Handle correctly iicbus request/release mechanism. Add iicbus allocationnsouch1999-02-132-9/+28
* Changed to use IICBUS_REPEATED_STARTroger1999-02-061-2/+2
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>roger1999-01-281-1/+50
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>roger1999-01-281-3/+6
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>roger1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Change /dev/smb and /dev/iic interface to allow user programs to interact withnsouch1999-01-096-34/+157
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-073-13/+4
* Remove broken and useless intr interface.nsouch1998-11-222-5/+3
* Check if devclass exists for probed devices beforensouch1998-11-081-2/+4
* Add semicolon to INTERFACE declarationsnsouch1998-11-082-4/+4
* Add iic driver iff the corresponding devclass exists.nsouch1998-11-071-7/+8
* Properly reset parent to get interface addr.nsouch1998-11-041-3/+3
* iicbb is generic support for I2C bit-banging.nsouch1998-10-3110-120/+665
* Major number allocated for generic I2C i/o -> 105nsouch1998-09-091-5/+4
* Device registration temporaly removed until major number allocation ok.nsouch1998-09-041-4/+5
* Reviewed by: Doug Rabsonnsouch1998-09-031-0/+40
* Submitted by: nsouchnsouch1998-09-038-0/+1843
OpenPOWER on IntegriCloud