aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smbus/smbus.c
Commit message (Expand)AuthorAgeFilesLines
* - 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-111-19/+27
* 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-201-1/+11
* Stop creating duplicate "smb" devices when unloading/loading smb.ko,Ruslan Ermilov2005-12-201-23/+1
* No need for a separate nfpm driver now - amdpm handles both.Doug Rabson2003-09-061-1/+0
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Cleanup of amdpm(4).Nicolas Souchu2002-09-211-0/+1
* Major rework of the iicbus/smbus framework:Nicolas Souchu2002-03-231-55/+19
* SMBus support for the AMD 756 power management unit. See smbus(4),Murray Stokely2001-09-161-0/+1
* Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.Archie Cobbs2000-10-061-0/+1
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-12/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Fix smbus allocation and add the alsmb (see alpm(4)) driver.Nicolas Souchu1999-02-131-2/+2
* Change /dev/smb and /dev/iic interface to allow user programs to interact withNicolas Souchu1999-01-091-1/+2
* 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-071-4/+4
* Remove broken and useless intr interface.Nicolas Souchu1998-11-221-3/+1
* New callback mechanism to allow iicbus bus allocation when requestingNicolas Souchu1998-10-311-13/+20
* Submitted by: nsouchNicolas Souchu1998-09-031-0/+157