- Add ciphy for PHY modules produced by Cicada Semiconductor
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 20 May 2006 07:15:17 +0000 (07:15 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 20 May 2006 07:15:17 +0000 (07:15 +0000)
commit13bca4c665e552788d403848e98386857da1ce1e
treeb2ecd78986c33fe50c4584f56642c0e5ff1aa6c8
parent6aad077d69b6a2d39405e25c987bb090ff78a724
- 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@gmail.com>
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).
15 files changed:
share/man/man4/Makefile
share/man/man4/vge.4 [new file with mode: 0644]
sys/conf/files
sys/config/GENERIC
sys/config/LINT
sys/dev/netif/Makefile
sys/dev/netif/mii_layer/Makefile
sys/dev/netif/mii_layer/ciphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/ciphyreg.h [new file with mode: 0644]
sys/dev/netif/vge/Makefile [new file with mode: 0644]
sys/dev/netif/vge/if_vge.c [new file with mode: 0644]
sys/dev/netif/vge/if_vgereg.h [new file with mode: 0644]
sys/dev/netif/vge/if_vgevar.h [new file with mode: 0644]
sys/i386/conf/GENERIC
sys/i386/conf/LINT