View | Details | Raw Unified | Return to bug 239341 | Differences between
and this patch

Collapse All | Expand All

(-)b/usr.sbin/bhyve/pci_hda.c (-2 / +2 lines)
Lines 78-87 typedef void (*hda_set_reg_handler)(struct hda_softc *sc, uint32_t offset, Link Here
78
		uint32_t old);
78
		uint32_t old);
79
79
80
struct hda_bdle {
80
struct hda_bdle {
81
	uint32_t addrh;
82
	uint32_t addrl;
81
	uint32_t addrl;
83
	uint32_t ioc;
82
	uint32_t addrh;
84
	uint32_t len;
83
	uint32_t len;
84
	uint32_t ioc;
85
} __packed;
85
} __packed;
86
86
87
struct hda_bdle_desc {
87
struct hda_bdle_desc {

Return to bug 239341