Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-5] src/sys/dev
Module Name: src
Committed By: snj
Date: Tue Aug 4 19:46:20 UTC 2009
Modified Files:
src/sys/dev/mii [netbsd-5]: brgphy.c brgphyreg.h miidevs miivar.h
src/sys/dev/pci [netbsd-5]: if_bge.c if_bgereg.h
Added Files:
src/sys/dev/pci [netbsd-5]: if_bgevar.h
Log Message:
Apply patch (requested by msaitoh in ticket #866):
For bge:
- Fix the case of setting a flag in BGE_PCI_DMA_RW_CTL on
conventional PCI.
- Fix some bugs that the driver unable to detect link loss
(OpenBSD 1.135, FreeBSD 1.102)
- bge_tick(): fix some extra input error (OpenBSD 1.221 FreeBSD 1.212)
- Acknowledge link change interrupts by setting the 'link changed' bit
in the status register (used to have no effect). FreeBSD 1.44
(OpenBSD 1.21)
- Add some fiber support (OpenBSD 1.220)
- Set BGE_MISCCFG_KEEP_GPHY_POWER as {Open,Free}BSD and linux.
- Add special case code to fix a problem with the BCM5704 in TBI
mode (FreeBSD rev. 1.71, OpenBSD rev. 1.35)
- Force an interrupt in bge_ifmedia_upd (FreeBSD rev. 1.205, OpenBSD
rev. 1.242)
- Add missing workaround for 5705 (FreeBSD rev. 1.44, OpenBSD rev.
1.21)
- Don't print error message only when the register is BGE_SRS_MODE.
It occurs on some environment (and once after boot?). Other *BSDs
and Linux don't print the error message for all registers.
- Fix comments.
- Remove obsolete codes.
For brgphy:
- Add some quirk codes.
- Add support for BCM5462, BCM54K2 and BCM5722.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.40.4.1 src/sys/dev/mii/brgphy.c
cvs rdiff -u -r1.3 -r1.3.4.1 src/sys/dev/mii/brgphyreg.h
cvs rdiff -u -r1.78.4.1 -r1.78.4.2 src/sys/dev/mii/miidevs
cvs rdiff -u -r1.52.10.1 -r1.52.10.2 src/sys/dev/mii/miivar.h
cvs rdiff -u -r1.152.4.2 -r1.152.4.3 src/sys/dev/pci/if_bge.c
cvs rdiff -u -r1.48 -r1.48.4.1 src/sys/dev/pci/if_bgereg.h
cvs rdiff -u -r0 -r1.1.8.2 src/sys/dev/pci/if_bgevar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index