Revision tags: release/6.4.0_cvs, release/6.4.0 |
|
#
b8b06838 |
| 23-Oct-2008 |
Pyun YongHyeon <yongari@FreeBSD.org> |
Correct PHY description and OUI of VSC8211. Previously VSC8211 was not recognized by ciphy(4) due to the incorrect OUI.
Reported by: nork Tested by: nork
|
#
fdf7d60d |
| 30-Sep-2008 |
Pyun YongHyeon <yongari@FreeBSD.org> |
Add Vitesse VSC8211 PHY which is found on Planex GU-1000T.
HW donated by: nork
|
#
f350b4e7 |
| 30-Sep-2008 |
Pyun YongHyeon <yongari@FreeBSD.org> |
Explicitly mark IFM_HDX for half-duplex media.
|
#
93798224 |
| 30-Sep-2008 |
Pyun YongHyeon <yongari@FreeBSD.org> |
Report current link state while auto-negotiation is in progress.
|
#
eb10e723 |
| 30-Sep-2008 |
Pyun YongHyeon <yongari@FreeBSD.org> |
Use mii_anegticks instead of hardcoded MII_ANEGTICKS.
|
#
138b38ff |
| 30-Sep-2008 |
Pyun YongHyeon <yongari@FreeBSD.org> |
Announce link loss right after it happens.
|
#
324eb733 |
| 26-Apr-2008 |
Rafal Jaworowski <raj@FreeBSD.org> |
Recognize Cicada CS8244 phy chip (among others, can be found on MPC8572DS development systems).
Obtained from: Freescale, Semihalf
|
#
ff857dc5 |
| 03-Mar-2008 |
Rafal Jaworowski <raj@FreeBSD.org> |
Recognize the quad-port Cicada (Vitesse) CS8204 10/100/1000TX PHY.
This PHY is found on many embedded development boards: among others MPC8555CDS evaluation systems use it.
Approved by: cognet (men
Recognize the quad-port Cicada (Vitesse) CS8204 10/100/1000TX PHY.
This PHY is found on many embedded development boards: among others MPC8555CDS evaluation systems use it.
Approved by: cognet (mentor) MFp4: e500
show more ...
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
9f6cc3ad |
| 06-Jun-2007 |
Pyun YongHyeon <yongari@FreeBSD.org> |
Add support Vitesse VSC8601 PHY that is found on nVidia network adapters.
Submitted by: Shigeaki Tagashira < shigeaki AT se DOT hiroshima-u DOT ac DOT jp > Tested by: Yuri Pankov < yuri.pankov AT gm
Add support Vitesse VSC8601 PHY that is found on nVidia network adapters.
Submitted by: Shigeaki Tagashira < shigeaki AT se DOT hiroshima-u DOT ac DOT jp > Tested by: Yuri Pankov < yuri.pankov AT gmail DOT com>, Rainer Hurling <rhurlin AT gwdg DOT de >
show more ...
|
Revision tags: release/6.2.0_cvs, release/6.2.0 |
|
#
028ccec4 |
| 02-Dec-2006 |
Marius Strobl <marius@FreeBSD.org> |
Some style changes to a couple of PHY drivers: - Fix some whitespace nits. - Fix some spelling in comments. - Use MII_ANEGTICKS instead of 5. - Don't define variables in nested scope. - Remove superf
Some style changes to a couple of PHY drivers: - Fix some whitespace nits. - Fix some spelling in comments. - Use MII_ANEGTICKS instead of 5. - Don't define variables in nested scope. - Remove superfluous returns at the end of void functions. - Remove unused static global rgephy_mii_model. - Remove dupe $Id$ in tdkphy(4). - Sort brgphys table.
MFC after: 2 weeks
show more ...
|
#
a35b9333 |
| 02-Dec-2006 |
Marius Strobl <marius@FreeBSD.org> |
Add a helper function mii_phy_dev_probe(), which wraps around the mii_phy_match() API and takes care of the PHY device probe based on the struct mii_phydesc array and the match return value provided.
Add a helper function mii_phy_dev_probe(), which wraps around the mii_phy_match() API and takes care of the PHY device probe based on the struct mii_phydesc array and the match return value provided. Convert PHY drivers to take advantage of mii_phy_dev_probe(), converting drivers to provide a mii_phydesc table in the first place where necessary.
Reviewed by: yongari MFC after: 2 weeks
show more ...
|
#
19e9da20 |
| 28-Nov-2006 |
Marius Strobl <marius@FreeBSD.org> |
- Remove a dupe $FreeBSD$. - Fix some whitespace nits.
|
#
5358725a |
| 03-Jul-2006 |
Pyun YongHyeon <yongari@FreeBSD.org> |
Replace hard-coded magic constants to system defined constants (BUS_PROBE_DEFAULT, BUS_PROBE_GENERIC etc). There is no functional changes.
Reviewed by: oleg, scottl
|
Revision tags: release/5.5.0_cvs, release/5.5.0 |
|
#
c40da00c |
| 16-May-2006 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Since DELAY() was moved, most <machine/clock.h> #includes have been unnecessary.
|
Revision tags: release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
7d830ac9 |
| 30-Sep-2005 |
Warner Losh <imp@FreeBSD.org> |
Use ansi function definitions in preference to K&R to reduce diffs with NetBSD (and cause it looks cooler).
|
Revision tags: 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 |
|
#
a07bd003 |
| 10-Sep-2004 |
Bill Paul <wpaul@FreeBSD.org> |
Add device driver support for the VIA Networking Technologies VT6122 gigabit ethernet chip and integrated 10/100/1000 copper PHY. The vge driver has been added to GENERIC for i386, pc98 and amd64, bu
Add device driver support for the VIA Networking Technologies VT6122 gigabit ethernet chip and integrated 10/100/1000 copper PHY. The vge driver has been added to GENERIC for i386, pc98 and amd64, but not to sparc or ia64 since I don't have the ability to test it there. The vge(4) driver supports VLANs, checksum offload and jumbo frames.
Also added the lge(4) and nge(4) drivers to GENERIC for i386 and pc98 since I was in the neighborhood. There's no reason to leave them out anymore.
show more ...
|