History log of /freebsd/sys/dev/mii/brgphyreg.h (Results 1 – 25 of 37)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# 95ee2897 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0
# 0077d05c 02-Sep-2020 Mateusz Guzik <mjg@FreeBSD.org>

mii: clean up empty lines in .c and .h files


# 349eddbd 19-Jun-2020 Mike Karels <karels@FreeBSD.org>

Add support for bcm54213PE in brgphy.

This chip is used in the Rasperry Pi 4, and is supported by the if_genet
driver. Currently we use the ukphy mii driver, this patch switches over
to the brgphy m

Add support for bcm54213PE in brgphy.

This chip is used in the Rasperry Pi 4, and is supported by the if_genet
driver. Currently we use the ukphy mii driver, this patch switches over
to the brgphy mii driver instead. To support the rgmii-rxid phy mode,
which is now the default in the Linux dtb, we add support for clock
skewing.

These changes are taken from OpenBSD and NetBSD, except for the bailout
in brgphy_bcm54xx_clock_delay() in rgmii mode, which was found necessary
after testing.

Submitted by: Robert Crowston, crowston at protomail.com
Differential Revision: https://reviews.freebsd.org/D25251

show more ...


Revision tags: release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0
# 937d37fc 19-Nov-2017 Hans Petter Selasky <hselasky@FreeBSD.org>

Merge ^/head r325842 through r325998.


# df57947f 18-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

spdx: initial adoption of licensing ID tags.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensou

spdx: initial adoption of licensing ID tags.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.

Initially, only tag files that use BSD 4-Clause "Original" license.

RelNotes: yes
Differential Revision: https://reviews.freebsd.org/D13133

show more ...


Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0
# 6882cb0c 22-Apr-2011 Marius Strobl <marius@FreeBSD.org>

Correct spelling in comments.

Submitted by: brucec


Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0
# 6f3544cd 26-Oct-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Merge svn+ssh://svn.freebsd.org/base/head@214309


# a8924cde 08-Sep-2010 Pyun YongHyeon <yongari@FreeBSD.org>

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


# a64ee4e1 08-Sep-2010 Pyun YongHyeon <yongari@FreeBSD.org>

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


# beab55bf 08-Sep-2010 Pyun YongHyeon <yongari@FreeBSD.org>

Remove trailing CR at EOL.


Revision tags: release/8.1.0_cvs, release/8.1.0
# a4bf5fb9 28-Apr-2010 Kirk McKusick <mckusick@FreeBSD.org>

Update to current version of head.


# 679953c6 15-Apr-2010 Pyun YongHyeon <yongari@FreeBSD.org>

MFC r205299:
- Added support for 5709S/5716S PHYs.

Submitted by: pyunyh
PR: kern/134658, kern/136417, kern/139761, kern/140970


# c4b877e6 22-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Merge svn+ssh://svn.freebsd.org/base/head@205454


Revision tags: release/7.3.0_cvs, release/7.3.0
# b249ff39 18-Mar-2010 David Christensen <davidch@FreeBSD.org>

- Added support for 5709S/5716S PHYs.

Submitted by: pyunyh
MFC after: 2 weeks


Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0
# 38cc658f 29-Apr-2008 John Baldwin <jhb@FreeBSD.org>

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

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)

show more ...


Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0
# 7656f58e 07-Jun-2007 David Christensen <davidch@FreeBSD.org>

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 tes

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

show more ...


# 50331330 13-Feb-2007 Jung-uk Kim <jkim@FreeBSD.org>

Fix typos in comments while I am here.


# 797b2220 13-Feb-2007 Jung-uk Kim <jkim@FreeBSD.org>

Fix style(9).

Pointed out by: many


# 08bf8bb7 12-Feb-2007 Jung-uk Kim <jkim@FreeBSD.org>

Add PHY DSP code for BCM5755M.

Obtained from: OpenBSD


Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0
# 098ca2bd 06-Jan-2005 Warner Losh <imp@FreeBSD.org>

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


Revision tags: release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0
# fe5c3229 17-Jun-2003 Paul Saab <ps@FreeBSD.org>

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

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


Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs
# 245dd946 27-Sep-2001 Bill Paul <wpaul@FreeBSD.org>

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


# 9aa35f23 25-Sep-2001 Bill Paul <wpaul@FreeBSD.org>

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


# e1968a0d 05-Sep-2001 Bill Paul <wpaul@FreeBSD.org>

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.


Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs
# c0d7d4d4 22-Apr-2000 Bill Paul <wpaul@FreeBSD.org>

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.


12