summaryrefslogtreecommitdiffstats
path: root/sys/dev/smbus
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-3/+2
* Make generic_intr routines match prototype.imp2009-03-092-2/+2
* - Change ichsmb(4) to follow the format of all the other smbus controllersjhb2009-02-031-0/+4
* - Store the device_t of the smbX device in the softc.jhb2008-06-061-37/+22
* Only support the SMB_OLD_BREAD ioctl if one of COMPAT_FREEBSD[456] isjhb2006-09-261-0/+6
* - Revert making bus_generic_add_child() the default for BUS_ADD_CHILD().jhb2006-09-111-0/+1
* Minor overhaul of SMBus support:jhb2006-09-117-78/+108
* 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-202-11/+11
* Stop creating duplicate "smb" devices when unloading/loading smb.ko,ru2005-12-202-24/+4
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-101-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Fix various style(9) bugs. This includes the removal of wrongjoerg2004-05-171-38/+21
* You wouldn't believe a driver could survive doing userland IO withoutjoerg2004-05-162-12/+49
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* No need for a separate nfpm driver now - amdpm handles both.dfr2003-09-061-1/+0
* Use __FBSDID().obrien2003-08-242-2/+6
* Don't hardcode unit numer '0'.ticso2003-08-101-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Cleanup of amdpm(4).nsouch2002-09-211-0/+1
* move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> andpeter2002-09-191-2/+1
* Major rework of the iicbus/smbus framework:nsouch2002-03-234-107/+60
* SMBus support for the AMD 756 power management unit. See smbus(4),murray2001-09-161-0/+1
* KSE Milestone 2julian2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.archie2000-10-061-0/+1
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-192-2/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-0/+2
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-032-3/+3
* Convert smb to use make_dev() rather than cdevsw_add(). This stops thepeter1999-11-181-1/+3
* Use (temporarily) cdevsw_add() so we can change from DEV_DRIVER_MODULE()peter1999-11-081-1/+2
* Sync with RELENG_3.nsouch1999-11-012-4/+8
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-287-7/+7
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-12/+2
* Don't clobber the smb cdevsw entry that was installed by the driverpeter1999-07-061-5/+1
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Simplify cdevsw registration.phk1999-05-311-17/+5
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-2/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-082-4/+2
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Return approriate errors to userland.nsouch1999-02-143-20/+52
* Fix smbus allocation and add the alsmb (see alpm(4)) driver.nsouch1999-02-134-18/+29
* Add parens to SMBPRI, fixing bug in tsleep() call that OR's SMBPRI withdillon1999-01-271-2/+2
OpenPOWER on IntegriCloud