summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-2/+2
* Since if_ic doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Make "envctrl" a known master driver for iicbus.joerg2004-05-271-0/+1
* Another candidate that didn't use copyin/copyout for user<->kerneljoerg2004-05-161-3/+23
* After successfully attaching an iicbus instance, instead of using ajoerg2004-05-161-1/+3
* Convert the #if 0 magic to #if SCAN_IICBUS, and make it actually compilejoerg2004-05-121-3/+10
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-19/+3
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+3
* Use __FBSDID().obrien2003-08-244-11/+13
* Don't hardcode unit numer '0'.ticso2003-08-102-2/+2
* make iicbb_devclass and iicbb_driver globally visible. This will letjmg2003-06-192-2/+5
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-4/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* network interface driver changes:sam2002-11-141-3/+2
* Fix misindentation.phk2002-10-161-2/+2
* move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> andpeter2002-09-191-3/+1
* Major rework of the iicbus/smbus framework:nsouch2002-03-238-266/+283
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-104-8/+8
* KSE Milestone 2julian2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* 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
OpenPOWER on IntegriCloud