Hi,
Thanks for the patch. Unfortunately it made no difference, same issue and error
message.
Regards,
Damien
On Thu, Mar 15, 2018 at 02:27:09PM +0100, Martin Pieuchot wrote:
On 28/02/18(Wed) 20:01, Damien Boureille wrote:
Hi,
I'm trying to install OpenBSD 6.2 on a Netgear RNDU2000 NAS.
The Marvel Yukon Ultra II NIC is supposedly supported by the msk driver,
but this particular NIC has troubles receiving packets.
Does the diff below help?
Index: dev/pci/if_msk.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/if_msk.c,v
retrieving revision 1.131
diff -u -p -r1.131 if_msk.c
--- dev/pci/if_msk.c 6 Jan 2018 03:11:04 -0000 1.131
+++ dev/pci/if_msk.c 15 Mar 2018 13:25:09 -0000
@@ -1118,6 +1118,7 @@ mskc_attach(struct device *parent, struc
switch (PCI_PRODUCT(pa->pa_id)) {
case PCI_PRODUCT_MARVELL_YUKON_8036:
case PCI_PRODUCT_MARVELL_YUKON_8053:
+ case PCI_PRODUCT_MARVELL_YUKON_8057:
pa->pa_flags &= ~PCI_FLAGS_MSI_ENABLED;
}
}