We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ec7eb commit 5a385b2Copy full SHA for 5a385b2
sys/dev/pci/if_ice.c
@@ -1,4 +1,4 @@
1
-/* $OpenBSD: if_ice.c,v 1.46 2025/05/23 11:50:21 stsp Exp $ */
+/* $OpenBSD: if_ice.c,v 1.47 2025/06/19 09:05:03 stsp Exp $ */
2
3
/* Copyright (c) 2024, Intel Corporation
4
* All rights reserved.
@@ -131,9 +131,7 @@ typedef void *ice_match_t;
131
132
static const struct pci_matchid ice_devices[] = {
133
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E810_XXV_SFP },
134
-#if 0 /* no hardware available for testing: */
135
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E810_XXV_QSFP },
136
-#endif
137
};
138
139
int
0 commit comments