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

Collapse All | Expand All

(-)b/usr.sbin/bhyve/pci_hda.c (+1 lines)
Lines 678-683 hda_stream_start(struct hda_softc *sc, uint8_t stream_ind) Link Here
678
678
679
	st->bdl_cnt = bdl_cnt;
679
	st->bdl_cnt = bdl_cnt;
680
680
681
	bdl_vaddr -= 4;
681
	bdle = (struct hda_bdle *)bdl_vaddr;
682
	bdle = (struct hda_bdle *)bdl_vaddr;
682
	for (i = 0; i < bdl_cnt; i++, bdle++) {
683
	for (i = 0; i < bdl_cnt; i++, bdle++) {
683
		bdle_sz = bdle->len;
684
		bdle_sz = bdle->len;

Return to bug 239341