summaryrefslogtreecommitdiffstats
path: root/sys/dev/smbus/smbus_if.m
Commit message (Collapse)AuthorAgeFilesLines
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-081-0/+2
| | | | | | | | | | non-device code. * Re-implement the method dispatch to improve efficiency. The new system takes about 40ns for a method dispatch on a 300Mhz PII which is only 10ns slower than a direct function call on the same hardware. This changes the new-bus ABI slightly so make sure you re-compile any driver modules which you use.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add semicolon to INTERFACE declarationsnsouch1998-11-081-2/+2
|
* Change METHODE (french) to METHOD.nsouch1998-11-071-3/+3
| | | | Submitted by: Nick Hibma <nick.hibma@jrc.it>
* New callback mechanism to allow iicbus bus allocation when requestingnsouch1998-10-311-2/+11
| | | | smbus over iicsmb(4).
* Submitted by: nsouchnsouch1998-09-031-0/+140
System Management Bus generic support over new bus architecture.
OpenPOWER on IntegriCloud