diff options
author | 2014-05-06 17:09:02 +0000 | |
---|---|---|
committer | 2014-05-06 17:09:02 +0000 | |
commit | 9dafae107dbf90a135d24adba47c67bbba862f97 (patch) | |
tree | 29a18b18875f05ece676f686ae1fe40af5b1e4d9 /sys/dev/mii/files.mii | |
parent | Regen after Broadcom 53115 addition. (diff) | |
download | wireguard-openbsd-9dafae107dbf90a135d24adba47c67bbba862f97.tar.xz wireguard-openbsd-9dafae107dbf90a135d24adba47c67bbba862f97.zip |
Add support for the Broadcom PHY found on the Octeon-based DSR-500.
This is an MI driver currently targeting only the BCM53115 model,
but other Broadcom devices (specially from the 53XX family) can make use
of it as well.
The driver currently accounts just for the CPU port. The switch is left
in dumb-mode. Further advanced switch control is in the works.
Parts of this was inspired by looking at the b53 driver from the
OpenWrt project. Thanks!
Okay miod@
Diffstat (limited to 'sys/dev/mii/files.mii')
-rw-r--r-- | sys/dev/mii/files.mii | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/mii/files.mii b/sys/dev/mii/files.mii index 05d78222cdc..fe4d459284a 100644 --- a/sys/dev/mii/files.mii +++ b/sys/dev/mii/files.mii @@ -1,4 +1,4 @@ -# $OpenBSD: files.mii,v 1.31 2011/03/28 15:21:38 claudio Exp $ +# $OpenBSD: files.mii,v 1.32 2014/05/06 17:09:02 pirofti Exp $ # $NetBSD: files.mii,v 1.13 1998/11/05 00:36:48 thorpej Exp $ file dev/mii/mii.c mii @@ -144,3 +144,7 @@ file dev/mii/rdcphy.c rdcphy device mlphy: mii_phy attach mlphy at mii file dev/mii/mlphy.c mlphy + +device brswphy: mii_phy +attach brswphy at mii +file dev/mii/brswphy.c brswphy |