aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smbus
Commit message (Expand)AuthorAgeFilesLines
* smbus: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-4/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* Fix supposed typo in the include guard symbol name, use full path forKonstantin Belousov2017-10-011-3/+3
* Improve smb(4) devfs interactions.Konstantin Belousov2017-10-011-51/+17
* smb: fix SMB_READB, SMB_READW, SMB_PCALL to work as documentedAndriy Gapon2016-11-112-5/+12
* smbus: remove smbus_trans / SMB_TRANSAndriy Gapon2016-11-034-59/+2
* smbus: remove the potentially very dangerous slave probing codeAndriy Gapon2016-11-021-29/+0
* smbus: allow child devices to be added via hintsAndriy Gapon2016-10-122-63/+139
* Expand SMBUS API to add smbus_trans() function.Michael Gmelin2015-04-256-76/+251
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+2
* 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