From 6c6a9dbf2b7f6146b6cda442ae2abb693cf3597d Mon Sep 17 00:00:00 2001 From: visa Date: Thu, 29 Jul 2021 14:11:53 +0000 Subject: [PATCH] Fix device class. --- sys/arch/octeon/dev/if_ogx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/octeon/dev/if_ogx.c b/sys/arch/octeon/dev/if_ogx.c index dd725cb8dbd..d75abf0b142 100644 --- a/sys/arch/octeon/dev/if_ogx.c +++ b/sys/arch/octeon/dev/if_ogx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ogx.c,v 1.5 2021/01/01 14:11:10 visa Exp $ */ +/* $OpenBSD: if_ogx.c,v 1.6 2021/07/29 14:11:53 visa Exp $ */ /* * Copyright (c) 2019-2020 Visa Hankala @@ -268,7 +268,7 @@ const struct cfattach ogx_ca = { }; struct cfdriver ogx_cd = { - NULL, "ogx", DV_DULL + NULL, "ogx", DV_IFNET }; const struct ogx_config ogx_cn73xx_config = { -- 2.20.1