| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r277481: | kevlo | 2015-02-22 | 1 | -2/+2 |
* | Remove duplicate const specifiers in many drivers (I hope I got all of | dim | 2012-11-05 | 1 | -1/+1 |
* | - In mii_attach(9) just set the driver for a newly added miibus(4) instance | marius | 2011-12-05 | 1 | -3/+3 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -2/+1 |
* | There's no need export the device interface methods of miibus(4). | marius | 2011-11-18 | 1 | -3/+6 |
* | - Add a hint.miibus.X.phymask hint, allowing do individually exclude PHY | marius | 2011-11-18 | 1 | -39/+111 |
* | - There's no need for nibbletab to be static, it's const however. | marius | 2011-05-14 | 1 | -3/+3 |
* | - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP | marius | 2011-05-03 | 1 | -11/+35 |
* | Add missing newlines. | marius | 2010-11-22 | 1 | -5/+5 |
* | Return from mii_attach() after calling bus_generic_attach(9) on the device_t | marius | 2010-11-15 | 1 | -0/+3 |
* | Now that all previous users of mii_phy_probe() have been converted | marius | 2010-10-15 | 1 | -15/+0 |
* | Add a NetBSD-compatible mii_attach(), which is intended to eventually | marius | 2010-10-14 | 1 | -86/+212 |
* | - In the spirit of previous simplifications factor out the checks for a | marius | 2010-10-02 | 1 | -2/+33 |
* | Try to adhere to style(9) and be consistent within this file. | marius | 2010-10-02 | 1 | -21/+22 |
* | Remove an unneeded variable. | ed | 2010-03-18 | 1 | -1/+0 |
* | Remove two instances of the evil hack to get the ifnet. mii_ifp is | imp | 2010-03-17 | 1 | -12/+2 |
* | Set the device capabilities to include dynamic link-state for | qingli | 2010-03-17 | 1 | -0/+2 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-03 | 1 | -7/+0 |
* | Revert bogusly committed file. | imp | 2008-08-23 | 1 | -1/+0 |
* | Set devs to 0 in case device_get_children return an error. The right thing | imp | 2008-08-23 | 1 | -0/+1 |
* | Define the miibus ivars as a structure, instead of as a vector of | marcel | 2007-05-01 | 1 | -14/+15 |
* | - In miibus_attach() remove IFM_IMASK from the dontcare_mask of the | marius | 2007-01-20 | 1 | -2/+17 |
* | - Introduce ifmedia_baudrate(), which returns correct baudrate of the | glebius | 2006-02-14 | 1 | -0/+11 |
* | Add an evil hack to work around a cast from the softc to the ifnet that | brooks | 2005-06-11 | 1 | -4/+6 |
* | On second though, print the OUI, model and revision. This is the same | imp | 2005-02-16 | 1 | -1/+3 |
* | Add location and PNP info to the mii bus | imp | 2005-02-16 | 1 | -0/+24 |
* | Use ANSI function definitions, in preference to the K&R definitions. | imp | 2005-02-15 | 1 | -30/+13 |
* | Cleanup link state change notification: | sam | 2004-12-08 | 1 | -28/+11 |
* | With mii.h rev 1.4 changes to BMSR_MEDIAMASK merged in from | bz | 2004-11-26 | 1 | -2/+2 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -1/+1 |
* | Remove double __FBSDID and move the remaining one into a common place after | marius | 2004-05-29 | 1 | -3/+0 |
* | Link state change notification of ethernet media to the routing socket. | andre | 2004-05-03 | 1 | -4/+18 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -0/+3 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 1 | -5/+3 |
* | Put function return types on a line by themselves. | alfred | 2002-10-14 | 1 | -13/+21 |
* | Revert change to detect multiply PHYs in mii code. There might be cases | ambrisko | 2002-08-16 | 1 | -5/+2 |
* | Only attach one PHY device to a controller. NetBSD has similar code. | ambrisko | 2002-08-07 | 1 | -2/+5 |
* | Make one generic mii_phy_detach() to replace 19 slightly different ones. | phk | 2002-04-29 | 1 | -0/+12 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -5/+5 |
* | Note the 'common knowledge' assumption that each NIC's softc starts | mjacob | 2001-10-01 | 1 | -0/+9 |
* | Add new device method miibus_linkchg, along with a service routine. | jlemon | 2001-09-29 | 1 | -0/+29 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -8/+4 |
* | Provide a tag so that miibus consumers can depend on the module, | peter | 2000-04-29 | 1 | -0/+2 |
* | Remove the 'ivars' arguement to device_add_child() and | mdodd | 1999-12-03 | 1 | -2/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-09-05 | 1 | -1/+1 |
* | The ASIC on the 3c905C appears to be manufactured by Broadcom (previous | wpaul | 1999-08-29 | 1 | -2/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Handle buses with multiple PHYs correctly. | wpaul | 1999-08-26 | 1 | -5/+3 |
* | This commit adds support for the NetBSD MII abstraction layer and | wpaul | 1999-08-21 | 1 | -0/+326 |