From 4384dd2a44b565d7cc74131f17668fa0decc45b1 Mon Sep 17 00:00:00 2001 From: pirofti Date: Tue, 6 May 2014 17:11:16 +0000 Subject: [PATCH] Enable brswphy(4) on the Octeon platform. Needed for proper networking on my DSR-500. --- sys/arch/octeon/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1