Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-01 | add Broadcom BCM5421K2 | Brad Smith | |
2005-10-01 | load the BCM5401 DSP code for rev 0 and not rev 1. | Brad Smith | |
From: Linux sungem_phy driver. | |||
2005-10-01 | add Broadcom BCM5462 | Brad Smith | |
2005-09-17 | KNF | Brad Smith | |
2005-09-17 | re-add code which allows setting master/slave flag for links with | Brad Smith | |
manually set speed/duplex. | |||
2005-09-17 | - use PHY_RESET() on all models in brgphy_service() | Brad Smith | |
- use PHY_RESET() in brgphy_mii_phy_auto() - always use mii_phy_update() in brgphy_service() ok krw@ | |||
2005-08-27 | BCMunknown -> BCM5752 | Brad Smith | |
ok deraadt@ | |||
2005-08-22 | add a unknown Broadcom Gig PHY. This is just a placeholder for now until | Brad Smith | |
we find out what model this is. a dmesg might help from that slacker niklas! From: niklas@ ok deraaadt@ | |||
2005-06-29 | remove unused FreeBSD printf | Brad Smith | |
2005-06-11 | need this too | Brad Smith | |
2005-06-11 | BCM5714 | Brad Smith | |
2005-03-26 | Cleanup. Use defines, standard names, consistant comparison operators, etc. | Kenneth R Westerback | |
for auto negotiation ticks code. No functional change. ok brad@ | |||
2005-02-05 | better | Brad Smith | |
2005-02-05 | use mii_phy_match() | Brad Smith | |
2005-01-24 | more constants | Brad Smith | |
2004-12-12 | unbreak after last commit to bge(4) | Brad Smith | |
2004-10-31 | rev 1.68 | Brad Smith | |
Add support for BCM5705K rev 1.74 Add support for the BCM5750/5751. Unfortunately the documentation I have from Broadcom does not give much information on these devices, so the Broadcom Linux driver was used for clues to what these chips support. It turns out they are similar to the 5705 with the 5751 being the PCI-Express version and needing special work-arounds and settings. From FreeBSD | |||
2004-09-27 | ANSI protos and some minor cleanup | Brad Smith | |
ok henning@ | |||
2004-09-26 | Restructure the PHY entry points to use a structure of | Brad Smith | |
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@ | |||
2003-10-13 | Bring bge and brgphy more up to date with changes from FreeBSD and NetBSD. | Kenneth R Westerback | |
Some bug fixes, support for new hardware like the 5704 and 5705. Testing by deraadt@, danh@, and drahn@ amoung others. ok deraadt@. | |||
2002-11-26 | 1000baseTX -> 1000baseT | Nathan Binkert | |
- More technically correct - Matches FreeBSD and NetBSD - Preserved #define for 1000baseTX for backwards compatibility ok jason@ | |||
2002-11-26 | Pull in DSP patches for the BCM5400, BCM5401, and BCM5411; from NetBSD. | Jason Wright | |
2002-11-20 | Add another model | Nathan Binkert | |
2002-05-04 | some space and tab cleanup. | Federico G. Schwindt | |
2002-04-08 | Match on phy model found internally on the BCM5701 chips (3c996B-T) | Nathan Binkert | |
2002-04-02 | match on BCM5421S. ok deraadt | Dale Rahn | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-10-05 | autodetect modes, clean up, sync autoneg code with freebsd. Fixes problems | Nathan Binkert | |
that I had with bge | |||
2001-10-05 | use anegticks for phys that do their own autonegotiation timeout. | Nathan Binkert | |
2001-08-19 | More old timeouts removal, mainly affected unused/unmaintained code. | Miod Vallat | |
2001-04-12 | print phy model at startup | Theo de Raadt | |
2001-04-11 | BCM5401/5411 support | Theo de Raadt | |
2000-08-29 | openbsdisms | Jason Wright | |
2000-08-28 | driver for broadcom 5400 from FreeBSD. | Jason Wright | |