From 581f12f4a677eadbe5bffc243f057e2cf0f0084c Mon Sep 17 00:00:00 2001 From: emaste Date: Fri, 10 Apr 2020 21:27:49 +0000 Subject: [PATCH] hda: if a CODEC is not responding, report which one PR: 229190 MFC after: 1 week --- sys/dev/sound/pci/hda/hdac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c index 067cb779e97e..fecc40c4237d 100644 --- a/sys/dev/sound/pci/hda/hdac.c +++ b/sys/dev/sound/pci/hda/hdac.c @@ -1529,7 +1529,7 @@ hdac_attach2(void *arg) if (vendorid == HDA_INVALID && revisionid == HDA_INVALID) { device_printf(sc->dev, - "CODEC is not responding!\n"); + "CODEC at address %d not responding!\n", i); continue; } sc->codecs[i].vendor_id =