diff options
author | 2014-05-06 16:59:03 +0000 | |
---|---|---|
committer | 2014-05-06 16:59:03 +0000 | |
commit | 9d83fa6646cc540298a221364f8b418578703ee8 (patch) | |
tree | 58e9e9afba2c7e8915b4de3130463f164c9203d1 | |
parent | missing NULL checks to see if init is needed. found hard way by deraadt. (diff) | |
download | wireguard-openbsd-9d83fa6646cc540298a221364f8b418578703ee8.tar.xz wireguard-openbsd-9d83fa6646cc540298a221364f8b418578703ee8.zip |
Add an entry for the Broadcom 53115 model found on the DSR-500.
Okay miod@
-rw-r--r-- | sys/dev/mii/miidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index 1b327d7be07..335cc6a5ea9 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$OpenBSD: miidevs,v 1.121 2013/12/14 09:45:03 brad Exp $ +$OpenBSD: miidevs,v 1.122 2014/05/06 16:59:03 pirofti Exp $ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ /*- @@ -158,6 +158,7 @@ model xxBROADCOM2 BCM5784 0x003a BCM5784 10/100/1000baseT PHY model xxBROADCOM2 BCM5709C 0x003c BCM5709 10/100/1000baseT PHY model xxBROADCOM2 BCM5761 0x003d BCM5761 10/100/1000baseT PHY model xxBROADCOM2 BCM5709S 0x003f BCM5709S 1000/2500baseSX PHY +model xxBROADCOM2 BCM53115 0x0038 BCM53115 10/100/1000baseT PHY model xxBROADCOM3 BCM57780 0x0019 BCM57780 10/100/1000baseT PHY model xxBROADCOM3 BCM5717C 0x0020 BCM5717C 10/100/1000baseT PHY model xxBROADCOM3 BCM5719C 0x0022 BCM5719C 10/100/1000baseT PHY |