com.apple.developer.driverkit.transport.pci
An array of PCI device descriptors that your custom driver supports.
Discussion
Each element in the array is a dictionary whose keys identify a supported device. The values of these keys correspond to values stored in the PCI device’s configuration registers.
You can provide several matching values for a key, separated by spaces. You can also specify an optional mask for the configuration register value by putting the mask after the value, prepended with an & character.
Examples:
Key | Value | Result |
|---|---|---|
|
| Matches a device whose vendor ID is |
|
| Matches with any device with a vendor ID of |
|
| Matches a device whose class code is |
Topics
Identifying PCI Devices
See Also
DriverKit family entitlements
DriverKit Audio Familycom.apple.developer.driverkit.family.block-storage-devicecom.apple.developer.driverkit.family.midicom.apple.developer.driverkit.family.networkingcom.apple.developer.driverkit.family.scsicontrollercom.apple.developer.driverkit.family.serialcom.apple.developer.driverkit.transport.usb