| Commit message (Expand) | Author | Age | Files | Lines |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 19 | -110/+59 |
* | Remove unused variable and code. | peter | 2003-02-19 | 1 | -2/+0 |
* | Remove miidevs.h and generate it from miidevs at compile time. | obrien | 2003-01-19 | 21 | -388/+18 |
* | Regenerate | obrien | 2003-01-13 | 1 | -1/+3 |
* | Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHY | obrien | 2003-01-12 | 2 | -0/+4 |
* | Remove unnecessary <sys/malloc.h> include. | semenu | 2002-10-29 | 8 | -8/+0 |
* | Put function return types on a line by themselves. | alfred | 2002-10-14 | 18 | -75/+111 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 2 | -2/+2 |
* | Add support for the BCM5703x chips. I do not have one of these | jdp | 2002-09-08 | 3 | -0/+9 |
* | 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 |
* | regenerate | benno | 2002-07-05 | 1 | -3/+9 |
* | Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes the | benno | 2002-07-05 | 3 | -0/+483 |
* | Use 3C905C instead of 3c905Cphy as the identifier for the Broadcom PHY used | benno | 2002-07-05 | 2 | -3/+3 |
* | Increase gigE negotiation timeout to 17 seconds. | phk | 2002-05-04 | 1 | -5/+5 |
* | Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't really | phk | 2002-05-04 | 16 | -331/+115 |
* | MII_TICK handlers need not restart aneg on these PHYs, they behave pretty | semenu | 2002-05-01 | 2 | -109/+55 |
* | Introduce NetBSD's mii_phy_match() API and use it in the nsgphy to | phk | 2002-04-29 | 3 | -10/+45 |
* | Convert exphy and ukphy over to the new code. | phk | 2002-04-29 | 3 | -61/+10 |
* | Make one generic mii_phy_detach() to replace 19 slightly different ones. | phk | 2002-04-29 | 22 | -339/+61 |
* | Move a lot closer to NetBSDs MII support for GigE. | phk | 2002-04-29 | 6 | -289/+244 |
* | Moving closer to being able to use NetBSD's generic mii_set_media() | phk | 2002-04-29 | 3 | -20/+141 |
* | Edging ever closer to NetBSD... | phk | 2002-04-29 | 3 | -12/+11 |
* | Move us yet closer to IFM_* definitions in NetBSD. | phk | 2002-04-29 | 1 | -2/+2 |
* | Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/ | phk | 2002-04-28 | 3 | -16/+16 |
* | Don't pass three args when one will do just fine, and even prevent | phk | 2002-04-28 | 17 | -22/+27 |
* | Improve an API by about 4 lines per driver. | phk | 2002-04-28 | 15 | -59/+19 |
* | Use generic MII #defines instead of private ones when the registers | phk | 2002-04-28 | 2 | -169/+67 |
* | Merge in rev 1.9 from NetBSD. | phk | 2002-04-28 | 1 | -3/+81 |
* | Work around an Intel 21143 chip bug. | mckay | 2002-04-18 | 1 | -7/+10 |
* | Regenerate. | wpaul | 2002-04-07 | 1 | -1/+6 |
* | Teach the rlphy driver how to do parallel link detection. If the link partner | wpaul | 2002-04-07 | 2 | -1/+117 |
* | regenerate | wpaul | 2002-03-22 | 1 | -1/+3 |
* | Teach the brgphy driver about the BCM5701's internal copper PHY. | wpaul | 2002-03-22 | 2 | -0/+7 |
* | Remove __P. | alfred | 2002-03-20 | 20 | -122/+121 |
* | Remove problematic PHY_WRITE so that autoneg to 10 Mbps | danny | 2002-02-27 | 1 | -16/+1 |
* | Fix reversed definitions for the bits that select half vs. full duplex. | archie | 2002-01-10 | 1 | -4/+4 |
* | Fix declaration disagreement. | mjacob | 2001-10-11 | 1 | -2/+2 |
* | Note the 'common knowledge' assumption that each NIC's softc starts | mjacob | 2001-10-01 | 1 | -0/+9 |
* | Cleanup pass for mii drivers. | jlemon | 2001-09-29 | 21 | -512/+214 |
* | Change the order that we print the media options during device probe to | jlemon | 2001-09-29 | 1 | -30/+24 |
* | Add field for last active status, as well as function prototypes. | jlemon | 2001-09-29 | 1 | -0/+3 |
* | Add new device method miibus_linkchg, along with a service routine. | jlemon | 2001-09-29 | 3 | -0/+102 |
* | Fix typo: BGGPHY -> BRGPHY in one of the #defines I added the other day. | wpaul | 2001-09-27 | 1 | -1/+1 |
* | Add some definitions for the DSP programming registers in the BCM5400 | wpaul | 2001-09-25 | 1 | -0/+38 |
* | Tweak the autoneg kickoff code to that it more closely resembles the | wpaul | 2001-09-18 | 1 | -3/+16 |
* | Regenerate. | wpaul | 2001-09-04 | 1 | -1/+5 |
* | Add support for the BCM5401 and BCM5411 10/100/1000Mbps copper gigE PHYs. | wpaul | 2001-09-04 | 3 | -26/+79 |
* | Quiet a variable format-string warning. | kris | 2001-07-19 | 1 | -1/+1 |
* | Only touch the PCR register in order to set bits for the fxp driver. | jlemon | 2001-06-02 | 1 | -1/+3 |