summaryrefslogtreecommitdiff
path: root/sys/dev/smbus/smb.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* MFC: Fix creation of smb devices.Ruslan Ermilov2006-01-121-8/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-4/+4
* Fix various style(9) bugs. This includes the removal of wrongJoerg Wunsch2004-05-171-38/+21
* You wouldn't believe a driver could survive doing userland IO withoutJoerg Wunsch2004-05-161-11/+43
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Don't hardcode unit numer '0'.Bernd Walter2003-08-101-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+7
* move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> andPeter Wemm2002-09-191-2/+1
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-19/+35
* 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
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Convert smb to use make_dev() rather than cdevsw_add(). This stops thePeter Wemm1999-11-181-1/+3
* Use (temporarily) cdevsw_add() so we can change from DEV_DRIVER_MODULE()Peter Wemm1999-11-081-1/+2
* Sync with RELENG_3.Nicolas Souchu1999-11-011-2/+2
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Don't clobber the smb cdevsw entry that was installed by the driverPeter Wemm1999-07-061-5/+1
* 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
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-5/+22
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenPoul-Henning Kamp1999-05-091-2/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-2/+2
* Return approriate errors to userland.Nicolas Souchu1999-02-141-18/+21
* Fix smbus allocation and add the alsmb (see alpm(4)) driver.Nicolas Souchu1999-02-131-6/+12
* Return error codes to user-land.Nicolas Souchu1999-01-141-12/+12
* Change /dev/smb and /dev/iic interface to allow user programs to interact withNicolas Souchu1999-01-091-33/+15
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-4/+2
* Major number allocated for generic SMB i/o -> 106Nicolas Souchu1998-09-091-5/+3
* Device registration temporaly removed until major number allocation ok.Nicolas Souchu1998-09-041-1/+3
* Submitted by: nsouchNicolas Souchu1998-09-031-0/+287