DragonFly commits List (threaded) for 2006-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/dev/netif Makefile src/share/man/man4 Makefile vge.4 src/sys/i386/conf GENERIC LINT src/sys/conf files src/sys/dev/netif/vge Makefile if_vge.c if_vgereg.h if_vgevar.h src/sys/dev/netif/mii_layer Makefile ciphy.c ciphyreg.h
sephe 2006/05/20 00:15:17 PDT
DragonFly src repository
Modified files:
sys/dev/netif Makefile
share/man/man4 Makefile
sys/i386/conf GENERIC LINT
sys/conf files
sys/dev/netif/mii_layer Makefile
Added files:
share/man/man4 vge.4
sys/dev/netif/vge Makefile if_vge.c if_vgereg.h if_vgevar.h
sys/dev/netif/mii_layer ciphy.c ciphyreg.h
Log:
- Add ciphy for PHY modules produced by Cicada Semiconductor
- Add vge(4) for VIA VT612x GigE, which may have ciphy as its PHY module
- Add vge(4) into GENERIC and LINT
- Add man page for vge(4)
Thank Bill Paul for his work on this driver.
Thank Sascha Wildner for preparing the man page.
Obtained-from: FreeBSD
Tested-by: herrgard <herrgard@xxxxxxxxx>
NOTE:
Although polling(4) is claimed to be supported by this driver, but it does not
work that well with vge(4) (extremely slow, ~7000ms for ping, as reported by
herrgard).
Revision Changes Path
1.18 +1 -1 src/sys/dev/netif/Makefile
1.37 +1 -0 src/share/man/man4/Makefile
1.35 +1 -0 src/sys/i386/conf/GENERIC
1.77 +1 -0 src/sys/i386/conf/LINT
1.122 +2 -0 src/sys/conf/files
1.8 +1 -1 src/sys/dev/netif/mii_layer/Makefile
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/Makefile.diff?r1=1.17&r2=1.18&f=u
http://www.dragonflybsd.org/cvsweb/src/share/man/man4/Makefile.diff?r1=1.36&r2=1.37&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/i386/conf/GENERIC.diff?r1=1.34&r2=1.35&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/i386/conf/LINT.diff?r1=1.76&r2=1.77&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/conf/files.diff?r1=1.121&r2=1.122&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/mii_layer/Makefile.diff?r1=1.7&r2=1.8&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]