Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci_user.c310 struct pci_conf_freebsd6 { struct
311 struct pcisel_freebsd6 pc_sel; /* bus+slot+function */
312 u_int8_t pc_hdr; /* PCI header type */
313 u_int16_t pc_subvendor; /* card vendor ID */
314 u_int16_t pc_subdevice; /* card device ID, assigned by
316 u_int16_t pc_vendor; /* chip vendor ID */
317 u_int16_t pc_device; /* chip device ID, assigned by
319 u_int8_t pc_class; /* chip PCI class */
320 u_int8_t pc_subclass; /* chip PCI subclass */
321 u_int8_t pc_progif; /* chip PCI programming interface */
[all …]