PCI commands

PCI command definitions.

Description:

See the PCI specification.

Definitions:

#define PCI_COMMAND_IO_ENABLE 0x0001

See PCI specification.

#define PCI_COMMAND_MEM_ENABLE 0x0002

See PCI specification.

#define PCI_COMMAND_MASTER_ENABLE 0x0004

See PCI specification.

#define PCI_COMMAND_SPECIAL_ENABLE 0x0008

See PCI specification.

#define PCI_COMMAND_INVALIDATE_ENABLE 0x0010

See PCI specification.

#define PCI_COMMAND_PALETTE_ENABLE 0x0020

See PCI specification.

#define PCI_COMMAND_PARITY_ENABLE 0x0040

See PCI specification.

#define PCI_COMMAND_STEPPING_ENABLE 0x0080

See PCI specification.

#define PCI_COMMAND_SERR_ENABLE 0x0100

See PCI specification.

#define PCI_COMMAND_BACKTOBACK_ENABLE 0x0200

See PCI specification.

#define PCI_COMMAND_INTX_DISABLE 0x0400

See PCI specification.