Searched defs:pci_match_conf_freebsd6_32 (Results 1 – 1 of 1) sorted by relevance
362 struct pci_match_conf_freebsd6_32 { struct363 struct pcisel_freebsd6 pc_sel; /* bus+slot+function */364 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */365 uint32_t pd_unit; /* Unit number (u_long) */366 uint16_t pc_vendor; /* PCI Vendor ID */367 uint16_t pc_device; /* PCI Device ID */368 uint8_t pc_class; /* PCI class */369 pci_getconf_flags_freebsd6 flags; /* Matching expression */