python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
macOS NetworkingDriverKit - How can I register multiple ethernet interfaces?
I have tried extending IOUserNetworkEthernet and calling RegisterEthernetInterface(). This works perfectly for one ethernet interface, though the driver crashes when RegisterEthernetInterface is calle...
Jake Stewart
Votes: 0
Answers: 1
MacOS PCI dext: scatter-gather DMA to application buffer
I am porting a MacOS PCI driver written with IOKit to the new PCIDriverKit framework.
I am able to perform DMA with a contiguous buffer allocated inside the dext (with IOBufferMemoryDescriptor::Create...
Philippe Cornet
Votes: 0
Answers: 1