FreeBSD kernel amd64 PCI device code
pci_quirk Struct Reference

Data Fields

uint32_t devid
 
int type
 
int arg1
 
int arg2
 

Detailed Description

Definition at line 237 of file pci.c.

Field Documentation

◆ arg1

int pci_quirk::arg1

Definition at line 247 of file pci.c.

Referenced by pci_add_resources().

◆ arg2

int pci_quirk::arg2

Definition at line 248 of file pci.c.

◆ devid

uint32_t pci_quirk::devid

Definition at line 238 of file pci.c.

Referenced by pci_add_resources(), and pci_has_quirk().

◆ type

int pci_quirk::type

Definition at line 239 of file pci.c.

Referenced by pci_add_resources(), and pci_has_quirk().


The documentation for this struct was generated from the following file: