Searched defs:pci_match_conf32 (Results 1 – 1 of 1) sorted by relevance
87 struct pci_match_conf32 { struct88 struct pcisel pc_sel; /* domain+bus+slot+function */89 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */90 u_int32_t pd_unit; /* Unit number */91 u_int16_t pc_vendor; /* PCI Vendor ID */92 u_int16_t pc_device; /* PCI Device ID */93 u_int8_t pc_class; /* PCI class */94 u_int32_t flags; /* Matching expression */