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

Collapse All | Expand All

(-)b/sys/dev/sound/pci/hda/hdac.c (+3 lines)
Lines 1270-1275 hdac_attach(device_t dev) Link Here
1270
		    "Uncacheable" : "PCIe snoop", vendor);
1270
		    "Uncacheable" : "PCIe snoop", vendor);
1271
	);
1271
	);
1272
1272
1273
	/* delay 10 ms */
1274
	DELAY(10000);
1275
1273
	/* Allocate resources */
1276
	/* Allocate resources */
1274
	result = hdac_mem_alloc(sc);
1277
	result = hdac_mem_alloc(sc);
1275
	if (result != 0)
1278
	if (result != 0)

Return to bug 268393