DPCIManager icon indicating copy to clipboard operation
DPCIManager copied to clipboard

Simple OS X app for viewing PCI hardware info

Results 4 DPCIManager issues
Sort by recently updated
recently updated
newest added

[Orinoco.zip](https://github.com/MuntashirAkon/DPCIManager/files/3197121/Orinoco.zip) ![Screen Shot 2019-05-20 at 16 13 54](https://user-images.githubusercontent.com/9614101/58010294-48aa5780-7b1a-11e9-89b3-0330ae403d12.png) GPU is detected in System Report -> Graphics/Display and IOREG,, no problem with Acceleration

bug

Can you please create a new release of the `dspci` with the latest pci.ids from https://pci-ids.ucw.cz/v2.2/pci.ids ?

Executing `dspci DTListNetwork` gives `Caught: NSRangeException: *** -[__NSCFConstantString substringFromIndex:]: Index 2 out of bounds; string length 0` I messed a bit with the code and seems `[pciDevice grabString:CFSTR("IOPCIMatch") forService:parent]` returned...

Fixes a segfault on arm64 caused by getsectdata giving an invalid pointer. I'll be honest that I do not know much C or ObjC and this is suggected to me...