History log of /freebsd-10.1-release/sys/dev/mii/brgphyreg.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 220938 22-Apr-2011 marius

Correct spelling in comments.

Submitted by: brucec


# 212342 08-Sep-2010 yongari

Correct definition of T2 mode bit of MRBE Message Page 5 Next Page
Control Register.


# 212307 07-Sep-2010 yongari

Consistently use tab characters instead of tab + space characters.
No functional changes.


# 212306 07-Sep-2010 yongari

Remove trailing CR at EOL.


# 205299 18-Mar-2010 davidch

- Added support for 5709S/5716S PHYs.

Submitted by: pyunyh
MFC after: 2 weeks


# 178667 29-Apr-2008 jhb

Add support for the BCM5906[M] adapters. These adapters only support
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)


# 170391 07-Jun-2007 davidch

New features:
- 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


# 166680 12-Feb-2007 jkim

Fix typos in comments while I am here.


# 166676 12-Feb-2007 jkim

Fix style(9).

Pointed out by: many


# 166673 12-Feb-2007 jkim

Add PHY DSP code for BCM5755M.

Obtained from: OpenBSD


# 139749 05-Jan-2005 imp

Start each of the license/copyright comments with /*-, minor shuffle of lines


# 116488 17-Jun-2003 ps

Fix bge at 10Mbit. The defines for 10-Half and 10-Full were swapped.

Shamed into fixing by: John Cagle <john.cagle@hp.com>


# 84035 27-Sep-2001 wpaul

Fix typo: BGGPHY -> BRGPHY in one of the #defines I added the other day.


# 83930 25-Sep-2001 wpaul

Add some definitions for the DSP programming registers in the BCM5400
and BCM5401 PHYs.


# 83029 04-Sep-2001 wpaul

Add support for the BCM5401 and BCM5411 10/100/1000Mbps copper gigE PHYs.
This basically updates the brgphy driver to support 10/100 modes in
addition to 1000Mbps modes.


# 59477 21-Apr-2000 wpaul

Add PHY drivers for the XMAC II's internal PHY and the Broadcom BCM5400
1000baseTX PHY. These will be used by the SysKonnect gigabit ethernet
driver shortly.