aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smbus
Commit message (Expand)AuthorAgeFilesLines
* Make generic_intr routines match prototype.Warner Losh2009-03-092-2/+2
* - Change ichsmb(4) to follow the format of all the other smbus controllersJohn Baldwin2009-02-031-0/+4
* - Store the device_t of the smbX device in the softc.John Baldwin2008-06-061-37/+22
* Only support the SMB_OLD_BREAD ioctl if one of COMPAT_FREEBSD[456] isJohn Baldwin2006-09-261-0/+6
* - Revert making bus_generic_add_child() the default for BUS_ADD_CHILD().John Baldwin2006-09-111-0/+1
* Minor overhaul of SMBus support:John Baldwin2006-09-117-78/+108
* Drivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2.0 controllers.Ruslan Ermilov2005-12-211-0/+2
* Create "smb" device when "smbus" device is attached, so that it'sRuslan Ermilov2005-12-202-11/+11
* Stop creating duplicate "smb" devices when unloading/loading smb.ko,Ruslan Ermilov2005-12-202-24/+4
* Remove public declarations of variables that were forgotten when they wereDavid E. O'Brien2005-08-101-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* 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-162-12/+49
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* No need for a separate nfpm driver now - amdpm handles both.Doug Rabson2003-09-061-1/+0
* Use __FBSDID().David E. O'Brien2003-08-242-2/+6
* 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
* Cleanup of amdpm(4).Nicolas Souchu2002-09-211-0/+1
* 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-234-107/+60
* SMBus support for the AMD 756 power management unit. See smbus(4),Murray Stokely2001-09-161-0/+1
* 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
* Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.Archie Cobbs2000-10-061-0/+1
* 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