Lines Matching defs:pci_conf_old
193 struct pci_conf_old { struct
194 struct pcisel_old pc_sel; /* bus+slot+function */
195 u_int8_t pc_hdr; /* PCI header type */
196 u_int16_t pc_subvendor; /* card vendor ID */
197 u_int16_t pc_subdevice; /* card device ID, assigned by
199 u_int16_t pc_vendor; /* chip vendor ID */
200 u_int16_t pc_device; /* chip device ID, assigned by
202 u_int8_t pc_class; /* chip PCI class */
203 u_int8_t pc_subclass; /* chip PCI subclass */
204 u_int8_t pc_progif; /* chip PCI programming interface */
205 u_int8_t pc_revid; /* chip revision ID */
206 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */
207 u_long pd_unit; /* device unit number */