summaryrefslogtreecommitdiffstats
path: root/sys/dev/smbus/smbconf.c
Commit message (Collapse)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-08-241-1/+3
| | | | Also some minor style cleanups.
* Major rework of the iicbus/smbus framework:nsouch2002-03-231-33/+1
| | | | | | | | - VIA chipset SMBus controllers added - alpm driver updated - Support for dynamic modules added - bktr FreeBSD smbus updated but not tested - cleanup
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
|
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
| | | | Remove ~60 unneeded #include <sys/malloc.h>
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+1
| | | | | | | | | | | | | | | | device_add_child_ordered(). 'ivars' may now be set using the device_set_ivars() function. This makes it easier for us to change how arbitrary data structures are associated with a device_t. Eventually we won't be modifying device_t to add additional pointers for ivars, softc data etc. Despite my best efforts I've probably forgotten something so let me know if this breaks anything. I've been running with this change for months and its been quite involved actually isolating all the changes from the rest of the local changes in my tree. Reviewed by: peter, dfr
* Sync with RELENG_3.nsouch1999-11-011-2/+6
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Return approriate errors to userland.nsouch1999-02-141-1/+29
|
* Fix smbus allocation and add the alsmb (see alpm(4)) driver.nsouch1999-02-131-8/+9
|
* Change /dev/smb and /dev/iic interface to allow user programs to interact withnsouch1999-01-091-4/+1
| | | | | | | | | | devices dynamically. That means, + only one /dev/iic or /dev/smb device for each smb/iic bus to access + I2C/SMB device address must be given to any ioctl + new devices may be plugged and accessed after boot, which was impossible previously (device addresses were hardcoded into the kernel)
* Remove broken and useless intr interface.nsouch1998-11-221-2/+2
| | | | | | | Submitted by: Doug Rabson <dfr@nlsystems.com> Amancio Hasty <hasty@rah.star-gate.com> Avoid compile warnings.
* New callback mechanism to allow iicbus bus allocation when requestingnsouch1998-10-311-16/+39
| | | | smbus over iicsmb(4).
* Submitted by: nsouchnsouch1998-09-031-0/+157
System Management Bus generic support over new bus architecture.
OpenPOWER on IntegriCloud