Searched defs:pci_conf32 (Results 1 – 1 of 1) sorted by relevance
67 struct pci_conf32 { struct68 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 */71 u_int16_t pc_subdevice; /* card device ID, assigned by73 u_int16_t pc_vendor; /* chip vendor ID */74 u_int16_t pc_device; /* chip device ID, assigned by76 u_int8_t pc_class; /* chip PCI class */77 u_int8_t pc_subclass; /* chip PCI subclass */78 u_int8_t pc_progif; /* chip PCI programming interface */[all …]