Re: A step towards support for Message Signaled Interrupts

2011-05-15 Thread Mark Kettenis
Date: Sun, 15 May 2011 07:31:46 +0200 From: LEVAI Daniel l...@ecentrum.hu This diff completes the implementation of PCI flags, making sure [...] Hi! Forgive my ignorance, but is PR 6523 related to this? Should I try this with that machine?

Re: A step towards support for Message Signaled Interrupts

2011-05-14 Thread Remco
Mark Kettenis wrote: Index: pci.c === RCS file: /cvs/src/sys/dev/pci/pci.c,v retrieving revision 1.89 diff -u -p -r1.89 pci.c --- pci.c 12 Apr 2011 20:29:35 - 1.89 +++ pci.c 13 May 2011 21:05:11 - @@

Re: A step towards support for Message Signaled Interrupts

2011-05-14 Thread LEVAI Daniel
This diff completes the implementation of PCI flags, making sure [...] Hi! Forgive my ignorance, but is PR 6523 related to this? Should I try this with that machine? (http://marc.info/?l=openbsd-miscm=126840264605078w=2) Daniel -- LIVAI Daniel PGP key ID = 0x83B63A8F Key fingerprint = DBEC

A step towards support for Message Signaled Interrupts

2011-05-13 Thread Mark Kettenis
This diff completes the implementation of PCI flags, making sure they get passed down the PCI bus hierarchy. The idea here is that a host bridge that supports MSI will set the PCI_FLAGS_MSI_OKAY flag. Device drivers then can check this flag before they'll attempt to use MSI. Some PCI-PCI bridges