summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/brgphyreg.h
Commit message (Collapse)AuthorAgeFilesLines
* Correct definition of T2 mode bit of MRBE Message Page 5 Next Pageyongari2010-09-081-1/+1
| | | | Control Register.
* Consistently use tab characters instead of tab + space characters.yongari2010-09-071-90/+90
| | | | No functional changes.
* Remove trailing CR at EOL.yongari2010-09-071-83/+83
|
* - Added support for 5709S/5716S PHYs.davidch2010-03-181-0/+55
| | | | | Submitted by: pyunyh MFC after: 2 weeks
* Add support for the BCM5906[M] adapters. These adapters only supportjhb2008-04-291-0/+1
| | | | | | | | | | | 10/100 operation and place the mailbox registers at a different offset. They also do not have an EEPROM, so the MAC address must be read from NVRAM instead. MFC after: 1 month PR: kern/118975 Submitted by: benjsc, Thomas Nyström thn at saeab dot se Submitted by: sephe (original patch for DragonflyBSD)
* New features:davidch2007-06-071-14/+107
| | | | | | | | | | | | | - Moved BCM5706S/5708S SerDes support to brgphy (since they are not technically TBI interfaces) - Added 2.5G support for BCM5708S Comments: Since this driver is shared with bge I tested several available controllers supported by bge and all worked as expected, however the list was not exhaustive. Need wider testing. MFC after: 4 weeks
* Fix typos in comments while I am here.jkim2007-02-131-25/+25
|
* Fix style(9).jkim2007-02-121-222/+222
| | | | Pointed out by: many
* Add PHY DSP code for BCM5755M.jkim2007-02-121-0/+4
| | | | Obtained from: OpenBSD
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
|
* Fix bge at 10Mbit. The defines for 10-Half and 10-Full were swapped.ps2003-06-171-2/+2
| | | | Shamed into fixing by: John Cagle <john.cagle@hp.com>
* Fix typo: BGGPHY -> BRGPHY in one of the #defines I added the other day.wpaul2001-09-271-1/+1
|
* Add some definitions for the DSP programming registers in the BCM5400wpaul2001-09-251-0/+38
| | | | and BCM5401 PHYs.
* Add support for the BCM5401 and BCM5411 10/100/1000Mbps copper gigE PHYs.wpaul2001-09-041-2/+7
| | | | | This basically updates the brgphy driver to support 10/100 modes in addition to 1000Mbps modes.
* Add PHY drivers for the XMAC II's internal PHY and the Broadcom BCM5400wpaul2000-04-221-0/+224
1000baseTX PHY. These will be used by the SysKonnect gigabit ethernet driver shortly.
OpenPOWER on IntegriCloud