Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | 2014-12-05 | 1 | -1/+2 | |
| | | | | ok mikeb@, krw@, bluhm@, tedu@ | ||||
* | mii drivers no longer need activate functions. Repair of the PHY | 2013-12-28 | 1 | -3/+2 | |
| | | | | | | | configuration setting is done at resume time because all networks drivers which were previously up, do an IFF_UP operation which hits PHY_RESET. This was in snapshots for about 2 weeks. | ||||
* | Add flow control status reporting. From Brad. | 2009-07-25 | 1 | -2/+2 | |
| | |||||
* | Always explicitly set IFM_HDX for half-duplex. | 2006-12-27 | 1 | -2/+4 | |
| | | | | From brad@ | ||||
* | Add some DSP init code for BCM5221's. | 2005-11-06 | 1 | -2/+31 | |
| | | | | | | | Values derived from Apple's GMAC driver, same init code also exists in Linux's sungem_phy driver. tested by miod@ pedro@ and otto@ on a few systems. | ||||
* | BCM5220 | 2005-05-25 | 1 | -1/+3 | |
| | |||||
* | Cleanup. Use defines, standard names, consistant comparison operators, etc. | 2005-03-26 | 1 | -2/+2 | |
| | | | | | | for auto negotiation ticks code. No functional change. ok brad@ | ||||
* | - attach 3com 3c905C PHY with bmtphy | 2005-02-04 | 1 | -55/+35 | |
| | | | | | | | | - use mii_phy_reset() instead of bmtphy_reset() - use mii_phy_match() - sync bmtphyreg.h to NetBSD Tested on a few bce(4), gem(4), xl(4) | ||||
* | Get flags passed down to PHY drivers correctly. This was done on | 2005-01-28 | 1 | -2/+2 | |
| | | | | | | | | an adhoc basis in a couple of PHY drivers, this fixes it more generally. From NetBSD Fixes panics with aue(4) NICs. | ||||
* | more Broadcom PHY | 2005-01-24 | 1 | -2/+21 | |
| | |||||
* | ANSI protos and some minor cleanup | 2004-09-27 | 1 | -17/+6 | |
| | | | | ok henning@ | ||||
* | simplify MII_TICK case by using mii_phy_tick(). | 2004-09-26 | 1 | -32/+2 | |
| | |||||
* | Restructure the PHY entry points to use a structure of | 2004-09-26 | 1 | -4/+7 | |
| | | | | | | | | | | entry points instead of descrete function pointers, and extend this to include a "reset" entry point. Make sure any PHY-specific reset routine is always used. From NetBSD ok mcbride@ | ||||
* | don't include sys/malloc.h, no memory management functions are used | 2004-09-20 | 1 | -2/+1 | |
| | | | | | | by any of the MII drivers. From NetBSD | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -6/+6 | |
| | |||||
* | use anegticks for phys that do their own autonegotiation timeout. | 2001-10-05 | 1 | -2/+3 | |
| | |||||
* | copyright notices; noted missing by nate | 2001-06-18 | 1 | -1/+26 | |
| | |||||
* | support BCM5221 | 2001-06-01 | 1 | -3/+11 | |
| | |||||
* | driver for BCM5201/5202 PHY | 2001-04-11 | 1 | -0/+244 | |