diff options
author | 2017-05-04 21:24:19 +0000 | |
---|---|---|
committer | 2017-05-04 21:24:19 +0000 | |
commit | 146f07aaf6abcd9c493be73cf82d19abaf121877 (patch) | |
tree | 491846021b62529574aed2c40a85b25efa8d9e5e | |
parent | Recognize various Cavium ThunderX cores. (diff) | |
download | wireguard-openbsd-146f07aaf6abcd9c493be73cf82d19abaf121877.tar.xz wireguard-openbsd-146f07aaf6abcd9c493be73cf82d19abaf121877.zip |
enable brgphy, which appears in the edgerouter pro
-rw-r--r-- | sys/arch/octeon/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/octeon/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/octeon/conf/GENERIC b/sys/arch/octeon/conf/GENERIC index bf93324dcfd..06ae0eefb64 100644 --- a/sys/arch/octeon/conf/GENERIC +++ b/sys/arch/octeon/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.31 2017/05/02 13:26:49 visa Exp $ +# $OpenBSD: GENERIC,v 1.32 2017/05/04 21:24:19 jmatthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -62,6 +62,7 @@ rgephy* at mii? ukphy* at mii? atphy* at mii? brswphy* at mii? +brgphy* at mii? # IDE Controller pciide* at pci? flags 0x0000 diff --git a/sys/arch/octeon/conf/RAMDISK b/sys/arch/octeon/conf/RAMDISK index 4aed22448e0..deace65ca1b 100644 --- a/sys/arch/octeon/conf/RAMDISK +++ b/sys/arch/octeon/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.29 2017/05/02 13:26:49 visa Exp $ +# $OpenBSD: RAMDISK,v 1.30 2017/05/04 21:24:19 jmatthew Exp $ machine octeon mips64 maxusers 4 @@ -107,6 +107,7 @@ rgephy* at mii? ukphy* at mii? atphy* at mii? brswphy* at mii? +brgphy* at mii? pseudo-device openprom pseudo-device loop 1 |