summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus/if_ic.c
Commit message (Expand)AuthorAgeFilesLines
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...imp2009-02-101-3/+3
* Change the way I2C bus attachment works to allow firmware-assisted busnwhitehorn2009-01-061-1/+1
* Lock the consumers of the iicbus(4) infrastructure:jhb2008-08-041-70/+86
* Minor style(9) treatment to make things a little more consistantimp2006-08-211-3/+3
* Turn a file that was mostly style(9) compliant to a file that's really closeimp2006-04-041-141/+115
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-5/+7
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-261-1/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-14/+18
* Since if_ic doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* 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-241-2/+3
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-4/+2
* 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
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-4/+6
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* 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
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-10/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* iicbb is generic support for I2C bit-banging.nsouch1998-10-311-2/+2
* Submitted by: nsouchnsouch1998-09-031-0/+468
OpenPOWER on IntegriCloud