aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/if_ic.c
Commit message (Expand)AuthorAgeFilesLines
* Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-031-0/+1
* Remove duplicate header includesKevin Lo2011-06-281-3/+0
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+2
* Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...Warner Losh2009-02-101-3/+3
* Change the way I2C bus attachment works to allow firmware-assisted busNathan Whitehorn2009-01-061-1/+1
* Lock the consumers of the iicbus(4) infrastructure:John Baldwin2008-08-041-70/+86
* Minor style(9) treatment to make things a little more consistantWarner Losh2006-08-211-3/+3
* Turn a file that was mostly style(9) compliant to a file that's really closeWarner Losh2006-04-041-141/+115
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-5/+7
* Fix some long standing bugs in writing to the BPF device attached toDavid Malone2005-06-261-1/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-14/+18
* Since if_ic doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* o eliminate widespread on-stack mbuf use for bpf by introducingSam Leffler2003-12-281-19/+3
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-4/+3
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-4/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* network interface driver changes:Sam Leffler2002-11-141-3/+2
* Fix misindentation.Poul-Henning Kamp2002-10-161-2/+2
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-4/+6
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-7/+2
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-10/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* iicbb is generic support for I2C bit-banging.Nicolas Souchu1998-10-311-2/+2
* Submitted by: nsouchNicolas Souchu1998-09-031-0/+468