> ## Documentation Index
> Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

> PCIDriverRebindConfig allows to configure PCI driver rebinds.

# PCIDriverRebindConfig

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

<table>
  <thead>
    <tr>
      <th>Field</th>
      <th>Type</th>
      <th>Description</th>
      <th>Value(s)</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>`name`</td>
      <td>string</td>
      <td>PCI device id</td>

      <td />
    </tr>

    <tr>
      <td>`targetDriver`</td>
      <td>string</td>
      <td>Target driver to rebind the PCI device to.</td>

      <td />
    </tr>
  </tbody>
</table>
