aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus
Commit message (Expand)AuthorAgeFilesLines
* MFC: Minor overhaul of SMBus support including:John Baldwin2006-09-221-5/+7
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-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
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Since if_ic doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Make "envctrl" a known master driver for iicbus.Joerg Wunsch2004-05-271-0/+1
* Another candidate that didn't use copyin/copyout for user<->kernelJoerg Wunsch2004-05-161-3/+23
* After successfully attaching an iicbus instance, instead of using aJoerg Wunsch2004-05-161-1/+3
* Convert the #if 0 magic to #if SCAN_IICBUS, and make it actually compileJoerg Wunsch2004-05-121-3/+10
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* 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-244-11/+13
* Don't hardcode unit numer '0'.Bernd Walter2003-08-102-2/+2
* make iicbb_devclass and iicbb_driver globally visible. This will letJohn-Mark Gurney2003-06-192-2/+5
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-4/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+7
* 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
* move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> andPeter Wemm2002-09-191-3/+1
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-238-266/+283
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-104-8/+8
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* 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
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-154-4/+0
* Allow these drivers to be detached.Jake Burkholder2000-06-162-0/+2
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-194-6/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-183-3/+0
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-082-0/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-032-3/+3
* Convert iic to use make_dev() rather than cdevsw_add(). This stops thePeter Wemm1999-11-181-1/+3
* Use cdevsw_add() explicitly and DRIVER_MODULE().Peter Wemm1999-11-081-1/+2
* Sync with RELENG_3.Nicolas Souchu1999-11-012-3/+7
* Fix: WARNING: "iic" is usurping "iic"'s cdevsw[] - the DEV_DRIVER_MODULE()Peter Wemm1999-10-041-4/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-10/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2811-11/+11
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-293-29/+23
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-3/+2
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-17/+5