summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2019-01-29 01:39:31 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2019-01-29 01:39:31 +0000
commitfc2cbac778c39a529b698757f5106f615d42c316 (patch)
tree0bd9b8e064caa731273771fc2533e30afd37d16c /sys/dev/pci
parent04a6e657b895b9d5169e0a92fcbe8902b9ac13d0 (diff)
don't need to print the base queue number.
ok jmatthew@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_ixl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ixl.c b/sys/dev/pci/if_ixl.c
index d822d953b25..57a3b806a18 100644
--- a/sys/dev/pci/if_ixl.c
+++ b/sys/dev/pci/if_ixl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ixl.c,v 1.16 2019/01/22 02:03:03 jmatthew Exp $ */
+/* $OpenBSD: if_ixl.c,v 1.17 2019/01/29 01:39:30 dlg Exp $ */
/*
* Copyright (c) 2013-2015, Intel Corporation
@@ -1400,7 +1400,6 @@ ixl_attach(struct device *parent, struct device *self, void *aux)
sc->sc_base_queue = (ixl_rd(sc, I40E_PFLAN_QALLOC) &
I40E_PFLAN_QALLOC_FIRSTQ_MASK) >>
I40E_PFLAN_QALLOC_FIRSTQ_SHIFT;
- printf(" %u", sc->sc_base_queue);
ixl_clear_hw(sc);