Searched defs:pci_match_conf_freebsd6 (Results 1 – 1 of 1) sorted by relevance
324 struct pci_match_conf_freebsd6 { struct325 struct pcisel_freebsd6 pc_sel; /* bus+slot+function */326 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */327 u_long pd_unit; /* Unit number */328 u_int16_t pc_vendor; /* PCI Vendor ID */329 u_int16_t pc_device; /* PCI Device ID */330 u_int8_t pc_class; /* PCI class */331 pci_getconf_flags_freebsd6 flags; /* Matching expression */