From 781242d28e6e2587daf3f0cdcb0c859515407c3c Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 9 Jun 2011 19:34:43 +0000 Subject: Backout MSI change. People are seeing watchdog timeouts, which must be caused by missed interrupts. Commits to the FreeBSD driver suggest that the hardware has issues. Having MSI for this driver isn't terribly important anyway. --- sys/dev/pci/if_re_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/dev/pci/if_re_pci.c b/sys/dev/pci/if_re_pci.c index 54aa0433365..c05fceb94b6 100644 --- a/sys/dev/pci/if_re_pci.c +++ b/sys/dev/pci/if_re_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_re_pci.c,v 1.33 2011/05/29 22:13:10 kettenis Exp $ */ +/* $OpenBSD: if_re_pci.c,v 1.34 2011/06/09 19:34:42 kettenis Exp $ */ /* * Copyright (c) 2005 Peter Valchev @@ -181,7 +181,7 @@ re_pci_attach(struct device *parent, struct device *self, void *aux) } /* Allocate interrupt */ - if (pci_intr_map_msi(pa, &ih) && pci_intr_map(pa, &ih)) { + if (pci_intr_map(pa, &ih)) { printf(": couldn't map interrupt\n"); return; } -- cgit v1.2.3