cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/mii
brgphy.c miidevs
Jung-uk Kim
jkim at FreeBSD.org
Mon Jan 15 21:43:44 UTC 2007
jkim 2007-01-15 21:43:43 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c if_bgereg.h
sys/dev/mii brgphy.c miidevs
Log:
- Fix BCM5754 support found in Dell PowerEdge SC440.
- Move some PHY bug detections from brgphy.c to if_bge.c.
- Do not penalize working PHYs.
- Re-arrange bge_flags roughly by their categories.
- Fix minor style(9) nits.
PR: kern/107257
Obtained from: OpenBSD
Tested by: Mike Hibler <mike at flux dot utah dot edu>
Revision Changes Path
1.173 +18 -7 src/sys/dev/bge/if_bge.c
1.67 +18 -12 src/sys/dev/bge/if_bgereg.h
1.53 +48 -22 src/sys/dev/mii/brgphy.c
1.39 +1 -0 src/sys/dev/mii/miidevs
More information about the cvs-src
mailing list