Date: Wed, 27 May 2009 20:13:36 +0000 (UTC) From: "George V. Neville-Neil" <gnn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/cxgb cxgb_main.c Message-ID: <200905272013.n4RKDlKQ075872@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gnn 2009-05-27 20:13:36 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_main.c Log: SVN rev 192933 on 2009-05-27 20:13:36Z by gnn Rework interrupt bringup and teardown. Calculate the exact number of vectors we'll use before calling pci_alloc_msix. Don't grab nine all the time. Call cxgb_setup_interrupts once per T3, not once per port. Ditto for cxgb_teardown_interrupts. Don't leak resources when interrupt setup fails in the middle. Obtained from: Navdeep Parhar MFC after: 10 days Revision Changes Path 1.87 +127 -134 src/sys/dev/cxgb/cxgb_main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905272013.n4RKDlKQ075872>