Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci_user.c67 struct pci_conf32 { struct
68 struct pcisel pc_sel; /* domain+bus+slot+function */
69 u_int8_t pc_hdr; /* PCI header type */
70 u_int16_t pc_subvendor; /* card vendor ID */
73 u_int16_t pc_vendor; /* chip vendor ID */
74 u_int16_t pc_device; /* chip device ID, assigned by
76 u_int8_t pc_class; /* chip PCI class */
77 u_int8_t pc_subclass; /* chip PCI subclass */
79 u_int8_t pc_revid; /* chip revision ID */
80 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */
[all …]