summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/miibus_if.m
Commit message (Collapse)AuthorAgeFilesLines
* Add new device method miibus_linkchg, along with a service routine.jlemon2001-09-291-0/+7
|
* * 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
|
* Crap, I knew I was going to forget something: add missing miibus methodwpaul1999-08-221-0/+36
description file which slipped through the cracks. Pointed out by: Doug <Doug@gorean.org>
OpenPOWER on IntegriCloud