pci_directives

Description

Stores the directives that configure the PCI Bridge.

Columns

Located in sybpcidb. The columns for pci_directives are:

Name

Datatype

Description

pci_directives_index

int

The index of the directive.

pci_directives_name

varchar(255)

The name of the directive.

pci_directives_description

varchar(255)

A description of the directive.

pci_directives_enabled

int

Values are:

  • 0 – not enabled

  • 1 – enabled (default)

pci_directives_status

int

Reserved for future use.

Indexes