diff options
author | 2014-05-06 17:11:16 +0000 | |
---|---|---|
committer | 2014-05-06 17:11:16 +0000 | |
commit | 4384dd2a44b565d7cc74131f17668fa0decc45b1 (patch) | |
tree | f1d2cfb5bfc0c4d0883c22fd5f5462180d0c10e4 | |
parent | Add support for the Broadcom PHY found on the Octeon-based DSR-500. (diff) | |
download | wireguard-openbsd-4384dd2a44b565d7cc74131f17668fa0decc45b1.tar.xz wireguard-openbsd-4384dd2a44b565d7cc74131f17668fa0decc45b1.zip |
Enable brswphy(4) on the Octeon platform.
Needed for proper networking on my DSR-500.
-rw-r--r-- | sys/arch/octeon/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/octeon/conf/GENERIC b/sys/arch/octeon/conf/GENERIC index 267affd7228..904c15824ef 100644 --- a/sys/arch/octeon/conf/GENERIC +++ b/sys/arch/octeon/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.12 2014/01/15 10:36:10 pirofti Exp $ +# $OpenBSD: GENERIC,v 1.13 2014/05/06 17:11:16 pirofti Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -48,6 +48,7 @@ cnmac* at cn30xxgmx? rgephy* at mii? ukphy* at mii? atphy* at mii? +brswphy* at mii? # IDE Controller pciide* at pci? flags 0x0000 |