Lines Matching defs:pci_conf_freebsd6_32
345 struct pci_conf_freebsd6_32 { struct
346 struct pcisel_freebsd6 pc_sel; /* bus+slot+function */
347 uint8_t pc_hdr; /* PCI header type */
348 uint16_t pc_subvendor; /* card vendor ID */
349 uint16_t pc_subdevice; /* card device ID, assigned by
351 uint16_t pc_vendor; /* chip vendor ID */
352 uint16_t pc_device; /* chip device ID, assigned by
354 uint8_t pc_class; /* chip PCI class */
355 uint8_t pc_subclass; /* chip PCI subclass */
356 uint8_t pc_progif; /* chip PCI programming interface */
357 uint8_t pc_revid; /* chip revision ID */
358 char pd_name[PCI_MAXNAMELEN + 1]; /* device name */
359 uint32_t pd_unit; /* device unit number (u_long) */