Home
last modified time | relevance | path

Searched defs:pci_match_conf_freebsd6 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpci_user.c327 struct pci_match_conf_freebsd6 { struct
328 struct pcisel_freebsd6 pc_sel; /* bus+slot+function */
329 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */
330 u_long pd_unit; /* Unit number */
331 u_int16_t pc_vendor; /* PCI Vendor ID */
332 u_int16_t pc_device; /* PCI Device ID */
333 u_int8_t pc_class; /* PCI class */
334 pci_getconf_flags_freebsd6 flags; /* Matching expression */