]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement a very basic multi-PHY aware switch device.
authorAdrian Chadd <adrian@FreeBSD.org>
Fri, 19 Apr 2013 17:50:38 +0000 (17:50 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Fri, 19 Apr 2013 17:50:38 +0000 (17:50 +0000)
commit7b796c403982c93a4caaf98cf665a88e4ac84c11
tree637c263663429dd0ce9404eca66a01c3f1adb265
parenta208417c41d8cfc41c273e30caaf725291975ed1
Implement a very basic multi-PHY aware switch device.

This is intended to be used as a stop-gap for switch devices
which expose multiple ethernet PHYs but we don't have a driver
for - here, etherswitchcfg and the general switch configuration
API can be used to interface to said PHYs.

Submitted by: Luiz Otavio O Souza <loos.br@gmail.com>
sys/conf/files
sys/dev/etherswitch/ukswitch/ukswitch.c [new file with mode: 0644]