aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smbus
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-192-2/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-081-0/+2
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-032-3/+3
* 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-012-4/+8
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-12/+2
* 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-082-4/+2
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-2/+2
* Return approriate errors to userland.Nicolas Souchu1999-02-143-20/+52
* Fix smbus allocation and add the alsmb (see alpm(4)) driver.Nicolas Souchu1999-02-134-18/+29
* Add parens to SMBPRI, fixing bug in tsleep() call that OR's SMBPRI withMatthew Dillon1999-01-271-2/+2
* 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-094-41/+22
* Rename smbtx to intsmb (IntelSMB interface), the future PIIX4 SMBusNicolas Souchu1998-12-281-22/+21
* Eliminate compiler warning.Archie Cobbs1998-12-101-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-072-8/+6
* Remove broken and useless intr interface.Nicolas Souchu1998-11-222-5/+3
* Add semicolon to INTERFACE declarationsNicolas Souchu1998-11-081-2/+2
* Change METHODE (french) to METHOD.Nicolas Souchu1998-11-071-3/+3
* New callback mechanism to allow iicbus bus allocation when requestingNicolas Souchu1998-10-314-32/+79
* 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
* Reviewed by: Doug RabsonNicolas Souchu1998-09-031-0/+63
* Submitted by: nsouchNicolas Souchu1998-09-036-0/+873