summaryrefslogtreecommitdiffstats
path: root/sys/dev/smbus/smbus.c
Commit message (Expand)AuthorAgeFilesLines
* - Revert making bus_generic_add_child() the default for BUS_ADD_CHILD().jhb2006-09-111-0/+1
* Minor overhaul of SMBus support:jhb2006-09-111-19/+27
* Drivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2.0 controllers.ru2005-12-211-0/+2
* Create "smb" device when "smbus" device is attached, so that it'sru2005-12-201-1/+11
* Stop creating duplicate "smb" devices when unloading/loading smb.ko,ru2005-12-201-23/+1
* No need for a separate nfpm driver now - amdpm handles both.dfr2003-09-061-1/+0
* Use __FBSDID().obrien2003-08-241-1/+3
* Cleanup of amdpm(4).nsouch2002-09-211-0/+1
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-55/+19
* SMBus support for the AMD 756 power management unit. See smbus(4),murray2001-09-161-0/+1
* Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.archie2000-10-061-0/+1
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-12/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Fix smbus allocation and add the alsmb (see alpm(4)) driver.nsouch1999-02-131-2/+2
* Change /dev/smb and /dev/iic interface to allow user programs to interact withnsouch1999-01-091-1/+2
* Rename smbtx to intsmb (IntelSMB interface), the future PIIX4 SMBusnsouch1998-12-281-22/+21
* Eliminate compiler warning.archie1998-12-101-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+4
* Remove broken and useless intr interface.nsouch1998-11-221-3/+1
* New callback mechanism to allow iicbus bus allocation when requestingnsouch1998-10-311-13/+20
* Submitted by: nsouchnsouch1998-09-031-0/+157
OpenPOWER on IntegriCloud