summaryrefslogtreecommitdiffstats
path: root/sys/dev/smbus/smb.c
Commit message (Expand)AuthorAgeFilesLines
* move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> andpeter2002-09-191-2/+1
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-19/+35
* KSE Milestone 2julian2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Convert smb to use make_dev() rather than cdevsw_add(). This stops thepeter1999-11-181-1/+3
* Use (temporarily) cdevsw_add() so we can change from DEV_DRIVER_MODULE()peter1999-11-081-1/+2
* Sync with RELENG_3.nsouch1999-11-011-2/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't clobber the smb cdevsw entry that was installed by the driverpeter1999-07-061-5/+1
* 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-081-2/+1
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Return approriate errors to userland.nsouch1999-02-141-18/+21
* Fix smbus allocation and add the alsmb (see alpm(4)) driver.nsouch1999-02-131-6/+12
* Return error codes to user-land.nsouch1999-01-141-12/+12
* Change /dev/smb and /dev/iic interface to allow user programs to interact withnsouch1999-01-091-33/+15
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+2
* Major number allocated for generic SMB i/o -> 106nsouch1998-09-091-5/+3
* Device registration temporaly removed until major number allocation ok.nsouch1998-09-041-1/+3
* Submitted by: nsouchnsouch1998-09-031-0/+287
OpenPOWER on IntegriCloud