yongari 2008-08-20 04:51:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/mii brgphy.c
Log:
SVN rev 181898 on 2008-08-20 04:51:09Z by yongari
MFC r181619:
Restore link state handling which was broken in rev 1.69.
Also report cu
yongari 2008-08-20 04:46:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/mii brgphy.c
Log:
SVN rev 181897 on 2008-08-20 04:46:46Z by yongari
MFC r181619:
Restore link state handling which was broken in rev 1.69.
Also report cu
yongari 2008-08-20 04:31:55 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/mii brgphy.c
Log:
SVN rev 181896 on 2008-08-20 04:31:55Z by yongari
MFC r181617-r181618:
r181617: Remove whitespace at the end of line.
r181618: Remove 'cr
yongari 2008-08-20 04:19:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/mii brgphy.c
Log:
SVN rev 181895 on 2008-08-20 04:19:28Z by yongari
MFC r181617-r181618:
r181617: Remove whitespace at the end of line.
r181618: Remove 'cr
yongari 2008-08-12 00:57:39 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
SVN rev 181619 on 2008-08-12 00:57:39Z by yongari
Restore link state handling which was broken in rev 1.69.
Also report current link state while auto-negotiation is in
yongari 2008-08-12 00:55:03 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
SVN rev 181618 on 2008-08-12 00:55:03Z by yongari
Remove 'cr' at the end of line.
Revision ChangesPath
1.77 +20 -20src/sys/dev/mii/brgphy.c
yongari 2008-08-12 00:52:10 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
SVN rev 181617 on 2008-08-12 00:52:10Z by yongari
Remove whitespace at the end of line.
Revision ChangesPath
1.76 +10 -10src/sys/dev/mii/brgphy.c
__
davidch 2008-06-13 01:20:29 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
SVN rev 179772 on 2008-06-13 01:20:29Z by davidch
- Added support for BCM5709 and BCM5716.
MFC after: 2 weeks
Revision ChangesPath
1.75 +59 -9
davidch 2008-03-05 22:58:02 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c miidevs
Log:
- Add PHY ID for BCM5709C 1000Base-T controllers.
MFC after: 1 week
Revision ChangesPath
1.72 +4 -2 src/sys/dev/mii/brgphy.c
1.50
davidch 2007-06-14 21:07:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/mii brgphy.c brgphyreg.h miidevs
Log:
New features:
- Moved BCM5706S/5708S SerDes support to brgphy (since they are not
technically
TBI interfaces)
- Added 2
> From: David Christensen <[EMAIL PROTECTED]>
> Date: Fri, 8 Jun 2007 02:34:44 + (UTC)
> Sender: [EMAIL PROTECTED]
>
> davidch 2007-06-08 02:34:44 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/mii brgphy.c
> Log:
> - Fixed a problem that caused autone
davidch 2007-06-08 02:34:44 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
- Fixed a problem that caused autonegotiation failures.
Submitted by: [EMAIL PROTECTED]
MFC after: 4 weeks
Revision ChangesPath
1.70 +5 -1
davidch 2007-06-07 02:21:38 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c brgphyreg.h miidevs
Log:
New features:
- Moved BCM5706S/5708S SerDes support to brgphy (since they are not
technically
TBI interfaces)
- Added 2.5G support for BCM5708S
marius 2007-04-30 22:35:33 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
- Take advantage of mii_phy_add_media() for adding media and setting
sc->mii_anegticks according to whether the respective BGE chip
supports Fast Ethernet only or als
marius 2007-04-30 20:59:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/mii brgphy.c miidevs
Log:
MFC: brgphy.c 1.67; miidevs 1.42
Let brgphy(4) attach for the Broadcom BCM5755 ASIC based chipsets
as well.
Obtained from: Open
marius 2007-04-10 20:43:24 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c miidevs
Log:
Let brgphy(4) attach for the Broadcom BCM5755 ASIC based chipsets
as well.
Obtained from: OpenBSD
MFC after: 1 week
Revision ChangesPath
1.
Jung-uk Kim wrote:
On Tuesday 20 March 2007 03:28 pm, John Polstra wrote:
Jung-uk Kim wrote:
jkim2007-03-19 23:17:39 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
Revert couple of changes from 1.51 and 1.52. Reading link
status with BMSR is
On Tuesday 20 March 2007 03:28 pm, John Polstra wrote:
> Jung-uk Kim wrote:
> > jkim2007-03-19 23:17:39 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/dev/mii brgphy.c
> > Log:
> > Revert couple of changes from 1.51 and 1.52. Reading link
> > status
Jung-uk Kim wrote:
jkim2007-03-19 23:17:39 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
Revert couple of changes from 1.51 and 1.52. Reading link status with BMSR
is okay for most of the chipsets but BCM5701 PHY does not seem to like it.
On Monday 19 March 2007 08:21 pm, Bruce Evans wrote:
> On Mon, 19 Mar 2007, Jung-uk Kim wrote:
> > jkim2007-03-19 23:17:39 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> >sys/dev/mii brgphy.c
> > Log:
> > Revert couple of changes from 1.51 and 1.52. Reading l
On Mon, 19 Mar 2007, Jung-uk Kim wrote:
jkim2007-03-19 23:17:39 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
Revert couple of changes from 1.51 and 1.52. Reading link status with BMSR
is okay for most of the chipsets but BCM5701 PHY does not se
jkim2007-03-19 23:17:39 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
Revert couple of changes from 1.51 and 1.52. Reading link status with BMSR
is okay for most of the chipsets but BCM5701 PHY does not seem to like it.
Set media to IFM_NO
jhb 2007-02-26 20:50:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/mii brgphy.c
Log:
MFC r1.47: Use mii_phy_dev_probe() to reduce diffs with HEAD.
Revision ChangesPath
1.34.2.11 +1 -10 src/sys/dev/mii/brgphy.c
_
marius 2007-02-25 17:57:12 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/mii brgphy.c ciphy.c mlphy.c rgephy.c
tdkphy.c tlphy.c xmphy.c
Log:
MFC: brgphy.c 1.48; ciphy.c 1.6, 1.8; mlphy.c 1.22; rgephy.c 1.13;
jhb 2007-02-21 18:17:44 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c miidevs
Log:
Restore support for the 5706C bce(4) phy that was broken during the
addition of SerDes support. According to the docs, the 5706C and 5708C
phys are supposed to u
jkim2007-02-14 18:21:32 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
Fix a typo from the previous commit.
Pointed out by: [EMAIL PROTECTED]
Revision ChangesPath
1.64 +1 -1 src/sys/dev/mii/brgphy.c
___
jkim2007-02-13 00:34:32 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c brgphyreg.h
Log:
Fix typos in comments while I am here.
Revision ChangesPath
1.63 +4 -3 src/sys/dev/mii/brgphy.c
1.9 +25 -25src/sys/dev/mii/brgph
On Monday 12 February 2007 03:26 pm, Jung-uk Kim wrote:
> jkim2007-02-12 20:26:56 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/mii brgphy.c
> Log:
> BCM5701 PHY cannot read-modify-write. Just re-use the magic
> number from DSP init code.
>
> Revision
jkim2007-02-12 20:26:56 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
BCM5701 PHY cannot read-modify-write. Just re-use the magic number from DSP
init code.
Revision ChangesPath
1.59 +9 -4 src/sys/dev/mii/brgphy.c
_
jkim2007-02-12 19:33:22 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
Replace magic numbers with corresponding definitions.
Revision ChangesPath
1.58 +8 -8 src/sys/dev/mii/brgphy.c
_
dwhite 2007-01-26 17:05:25 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c miidevs
Log:
Collapse 5706C and 5708C PHYs into one entry. ID 0x15 is actually used for
the SERDES PHY on these chips and we want gentbi to pick this up, not brgphy.
Revisi
jkim2007-01-16 17:48:57 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
Correct driver_t brgphy_driver, which was forgotten from the last commit.
Revision ChangesPath
1.56 +1 -1 src/sys/dev/mii/brgphy.c
_
jkim2007-01-16 00:52:26 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
Move MII model and revision into softc.
Revision ChangesPath
1.55 +24 -14src/sys/dev/mii/brgphy.c
___
cvs-all
jkim2007-01-15 22:21:45 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
- Move [EMAIL PROTECTED] and jumbo frame configurations to separate
functions. The idea is taken from OpenBSD.
- Set/clear jumbo frame configurations for bge(4).
- Re-
On Tuesday 19 December 2006 07:42 pm, Oleg Bulyzhin wrote:
> On Wed, Dec 20, 2006 at 12:08:48AM +, Jung-uk Kim wrote:
> > jkim2006-12-20 00:08:47 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/dev/mii brgphy.c
> > Log:
> > - Do not depend on auto
On Wed, Dec 20, 2006 at 12:08:48AM +, Jung-uk Kim wrote:
> jkim2006-12-20 00:08:47 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/mii brgphy.c
> Log:
> - Do not depend on auto negotiation for link speed/duplex status.
> - Read link status from BMS
jkim2006-12-20 00:34:12 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
Use BMSR for link status in one more place and clean up more.
Revision ChangesPath
1.52 +9 -10 src/sys/dev/mii/brgphy.c
_
jkim2006-12-20 00:08:47 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
- Do not depend on auto negotiation for link speed/duplex status.
- Read link status from BMSR instead of auxilary status register.
- Clean up style(9) nits.
Revisio
oleg2006-12-19 08:41:48 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
- Fix autonegotiation timer.
- Use MII_ANEGTICKS/MII_ANEGTICKS_GIGE defines instead of hardcoded value.
- Fix some comments.
- style(9)
MFC after: 2 month
jhb 2006-12-07 16:28:44 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
sys/dev/mii brgphy.c
Log:
Sync with RELENG_6 including:
- Add support for the 5752 and 5780 phys.
- Handle 10/100 only "bge" phys correctly.
- MFC some parts of 1.6 tha
marius 2006-12-02 19:36:25 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c ciphy.c mlphy.c rgephy.c
tdkphy.c tlphy.c xmphy.c
Log:
Some style changes to a couple of PHY drivers:
- Fix some whitespace nits.
- Fix some spelling
yongari 2006-10-21 00:26:41 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/mii brgphy.c
Log:
MFC brgphy.c, 1.46 to RELENG_6
Add PHY support for BCM5752.
Requested by: delphij
Approved by:re (hrs)
Revision ChangesPat
yongari 2006-08-31 11:15:18 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
Add PHY support for BCM5752.
Tested by: delphij, Ganbold < ganbold AT micom DOT mng DOT net >
Revision ChangesPath
1.46 +2 -0 src/sys/dev/mii/
glebius 2006-08-23 15:37:07 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
Pack several boolean fields into single bge_flags field.
Revision ChangesPath
1.45 +1 -1 src/sys/dev/mii/brgphy.c
__
yongari 2006-07-03 08:01:27 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
Use mii_phy_match to reduce duplicated code.
Reviewed by:glebius
Revision ChangesPath
1.44 +21 -71src/sys/dev/mii/brgphy.c
_
jhb 2006-06-15 20:57:05 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
sys/dev/mii brgphy.c
Log:
MFC 1.27: Fix a typo when setting wirespeed.
Revision ChangesPath
1.1.2.12 +1 -1 src/sys/dev/mii/brgphy.c
ps 2006-04-12 18:38:59 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_1)
sys/dev/mii brgphy.c
Log:
MFC rev 1.40: Fix the PHY support for the 5780.
Approved by:re
Revision ChangesPath
1.34.2.3.2.2 +1 -0 src/sys/dev/
ps 2006-04-12 18:38:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/mii brgphy.c
Log:
MFC rev 1.40: Fix the PHY support for the 5780.
Approved by:re
Revision ChangesPath
1.34.2.5 +1 -0 src/sys/dev/mii/brgphy
ps 2006-04-12 18:34:01 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c
Log:
Fix the PHY support for the 5780. I mis-merged this from my sources.
Revision ChangesPath
1.41 +1 -0 src/sys/dev/mii/brgphy.c
_
oleg2006-04-05 20:41:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/mii brgphy.c miidevs
Log:
MFC brgphy.c rev.1.39, miidevs rev.1.31
- Add basic support for BCM5780 PHY.
Submitted by: grehan
Approved by:re (hrs)
R
oleg2006-03-23 09:53:39 UTC
FreeBSD src repository
Modified files:
sys/dev/mii brgphy.c miidevs
Log:
Add basic support for BCM5780 PHY.
Submitted by: grehan
Approved by:glebius (mentor)
MFC after: 1 week
Revision ChangesPath
1.39
oleg2006-03-04 09:36:14 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/mii brgphy.c
Log:
MFC rev. 1.38
- If PHY changes it's state fast enough, we can miss (under certain
conditions)
link event. Fix it.
Approved by:re (sc
52 matches
Mail list logo