OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 2:29 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: MSI & MSI-X enable in virtual box
PostPosted: Thu Sep 02, 2021 11:39 am 
Offline
Member
Member

Joined: Fri Nov 01, 2019 1:17 am
Posts: 95
Hi, I am trying to get MSI or MSI-X support in my kernel. I iterate through the capabilities list but no msi or msi-x id present. VBox documentations says.. chipset ICH9 supports message signal interrupts. But no msi Id found. Is there any way to enable message signal interrupt ? I use pci, no pci express for now.
But if I debug I only find id -0x1 for first pointer and 0x7 for the next capability list pointer.


Top
 Profile  
 
 Post subject: Re: MSI & MSI-X enable in virtual box
PostPosted: Thu Sep 02, 2021 12:04 pm 
Offline
Member
Member

Joined: Tue Feb 18, 2020 3:29 pm
Posts: 1071
MSI / MSI-X support isn't solely decided by the chipset. Each individual device reports whether or not it support MSI / MSI-X. Try looking at other devices capabilities list.

_________________
"How did you do this?"
"It's very simple — you read the protocol and write the code." - Bill Joy
Projects: NexNix | libnex | nnpkg


Top
 Profile  
 
 Post subject: Re: MSI & MSI-X enable in virtual box
PostPosted: Thu Sep 02, 2021 12:52 pm 
Offline
Member
Member

Joined: Fri Nov 01, 2019 1:17 am
Posts: 95
nexos wrote:
MSI / MSI-X support isn't solely decided by the chipset. Each individual device reports whether or not it support MSI / MSI-X. Try looking at other devices capabilities list.


Thank you so much.. now I got msi, msi-x capabilities from hd audio and USB xhci.. but for my e1000 driver, seems I have to deal with interrupt line. Thank you so much for your reply...


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: SemrushBot [Bot] and 70 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group