Date: Wed, 27 Apr 2011 20:08:44 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/pci pci.c Message-ID: <201104272009.p3RK99AC001866@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-04-27 20:08:44 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: SVN rev 221138 on 2011-04-27 20:08:44Z by jhb Only align MSI message groups based on the number of messages being allocated, not the maximum number of messages the device supports. The spec only requires the former, and I believe I implemented the latter due to misunderstanding an e-mail. In particular, this fixes an issue where having several devices that all support 16 messages can run out of IDT vectors on x86 even though the driver only uses a single message. Submitted by: Bret Ketchum bcketchum of gmail MFC after: 1 week Revision Changes Path 1.418 +1 -1 src/sys/dev/pci/pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104272009.p3RK99AC001866>