> ## Documentation Index
> Fetch the complete documentation index at: https://siderolabs-fe86397c-1-11-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> PCIDriverRebindConfig allows to configure PCI driver rebinds.

# PCIDriverRebindConfig

```yaml
apiVersion: v1alpha1
kind: PCIDriverRebindConfig
name: 0000:04:00.00 # PCI device id
targetDriver: vfio-pci # Target driver to rebind the PCI device to.
```

| Field          | Type   | Description                                | Value(s) |
| -------------- | ------ | ------------------------------------------ | -------- |
| `name`         | string | PCI device id                              |          |
| `targetDriver` | string | Target driver to rebind the PCI device to. |          |
