Skip to content

Commit 5a385b2

Browse files
committed
let ice(4) match on QSFP devices so they can get tested
pointed out by deraadt@
1 parent 41ec7eb commit 5a385b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sys/dev/pci/if_ice.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: if_ice.c,v 1.46 2025/05/23 11:50:21 stsp Exp $ */
1+
/* $OpenBSD: if_ice.c,v 1.47 2025/06/19 09:05:03 stsp Exp $ */
22

33
/* Copyright (c) 2024, Intel Corporation
44
* All rights reserved.
@@ -131,9 +131,7 @@ typedef void *ice_match_t;
131131

132132
static const struct pci_matchid ice_devices[] = {
133133
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E810_XXV_SFP },
134-
#if 0 /* no hardware available for testing: */
135134
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E810_XXV_QSFP },
136-
#endif
137135
};
138136

139137
int

0 commit comments

Comments
 (0)