Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2020 21:27:49 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359781 - head/sys/dev/sound/pci/hda
Message-ID:  <202004102127.03ALRn48087496@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Fri Apr 10 21:27:49 2020
New Revision: 359781
URL: https://svnweb.freebsd.org/changeset/base/359781

Log:
  hda: if a CODEC is not responding, report which one
  
  PR:		229190
  MFC after:	1 week

Modified:
  head/sys/dev/sound/pci/hda/hdac.c

Modified: head/sys/dev/sound/pci/hda/hdac.c
==============================================================================
--- head/sys/dev/sound/pci/hda/hdac.c	Fri Apr 10 21:25:35 2020	(r359780)
+++ head/sys/dev/sound/pci/hda/hdac.c	Fri Apr 10 21:27:49 2020	(r359781)
@@ -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 =



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004102127.03ALRn48087496>